Revision [27189]
This is an old revision of parted made by coolpup on 2013-04-15 07:37:55.
GNU Parted
partition management- software package
- verify installed version via the command-line interface:
parted -v
./configure CFLAGS="-mtune=generic -O2 -pipe -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" --prefix=/usr --sysconfdir=/etc --localstatedir=/var --host=i686-pc-linux-gnu --disable-device-mapper --disable-static
- create a new partition table (disklabel) on the device X (WARNING - access to all existing files on the device will be lost):
parted /dev/sdX mklabel msdos
- set boot flag state to on on the device X:
parted /dev/sdX set 1 boot on
http://ftp.gnu.org/gnu/parted/
http://www.t2-project.org/packages/parted.html
http://sources.redhat.com/dm/
http://bkhome.org/blog/?viewDetailed=01689
http://bkhome.org/blog/?viewDetailed=01919
http://www.gnu.org/s/parted/manual/parted.html#Compiling
http://www.viralpatel.net/taj/tutorial/partition_table.php