The Parted package is a disk partitioning and partition resizing tool.
This package is known to build and work properly using an LFS-7.0 platform.
Download (HTTP): http://ftp.gnu.org/gnu/parted/parted-3.0.tar.xz
Download MD5 sum: c415e5c97f86b5ff65a2d925e5a3feb7
Download size: 1.4 MB
Estimated disk space required: 31 MB
Estimated build time: 0.6 SBU
device-mapper-1.02.67 (Required if building udisks)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/parted
Install Parted by running the following commands:
./configure --prefix=/usr \ --enable-device-mapper=no && make
To test the results, issue: make check.
Now, as the root
user:
make install
--enable-device-mapper=no
:
This parameter disables device mapper support. Remove this
parameter if you have Device-mapper installed.
Last updated on 2011-11-10 16:39:50 +0000