10.69. Parted-1.6.25.1

Parted is a program for creating, copying and modifying partitions, and the file systems on them. Parted is especially useful on PPC machines in that, unlike fdisk, it accurately reads Macintosh partition maps.

10.69.1. Installation of Parted

Prepare Parted for compilation:

CC="gcc ${BUILD64}" ./configure --prefix=/usr

Compile the Parted package:

make

Install the package:

make install

10.69.2. Contents of Parted

Installed programs: parted, partprobe

Short Descriptions

parted

A program for creating, destroying, resizing, checking and copying partitions, and the filesystems on them. This is useful for creating space for new operating systems, reorganising disk usage, copying data between hard disks, and disk imaging.

partprobe

Informs the OS of partition table changes.