Next: name, Previous: mkpartfs, Up: Command explanations
Moves partition on the disk, by moving its beginning to start. You can't move a partition so that the old and new positions overlap. That is, you can only move partitions into free space. If you want to resize a partition in-place, use resize.
Move never changes the partition number.
Supported file systems:
- ext2, ext3 (provided the destination partition is larger than the source partition)
- fat16, fat32
- linux-swap
- reiserfs (if libreiserfs is installed)
Example:
(parted) move 2 150M 500MMove the partition numbered 2 so that it begins 150 megabytes from the start of the disk, and ends 500 megabytes from the start.