Installed
programs: parted,
partprobe
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.
Prepare Parted for compilation:
CC="gcc ${BUILD64}" ./configure --prefix=/usr
Compile the Parted package:
make
Install the package:
make install