Previous: Compiling, Up: Introduction
If you want to run GNU Parted on a machine without GNU/Linux installed, or you want to resize a root or boot partition, you will need to use a boot disk.
Special boot disk images for GNU Parted used to be available, but with the emergence of a plethora of rescue disks and Live CDs that all include GNU Parted this is no longer necessary. However, please note that these disks often ship with out-of-date versions of Parted. To compensate for this a static binary of the latest GNU Parted version is available, which you can use thus:
$ parted /dev/fd0 mklabel loop mkpartfs primary ext2 0 1.4
$ mount -t ext2 /dev/fd0 /mnt/floppy
$ cp parted.static /mnt/floppy
$ umount /mnt/floppy
# cd /mnt/floppy # ./parted-static