Revision [19324]
This is an old revision of parted made by coolpup on 2011-10-31 12:49:39.
GNU Parted
partition editorhttp://www.gnu.org/software/parted/index.shtml
Verify installed version via the command-line interface:
parted -v
Source distribution: http://ftp.gnu.org/gnu/parted/
Binary distribution:
- http://www.smokey01.com/coolpup/
./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
Dependencies: +bzip2,+e2fsprogs,+gettext,+grep,+ncurses,+tar
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://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
http://puppylinux.org/wikka/software
Master boot record (first sector of drive; 512 bytes in size):