Revision [11283]

This is an old revision of fdisk made by coolpup on 2010-12-05 12:23:49.

 

fdisk command-line partition table manipulator

Fdisk does not recognize GUID Partition Table (GPT) and it is not designed for large partitions: use the more advanced parted GNU Parted.

Verify installed version by entering into the command-line interface:
# fdisk -v

http://linux.die.net/man/8/fdisk

Usage: fdisk [-b SSZ] [-u] DISK     Change partition table
	   fdisk -l [-b SSZ] [-u] DISK  List partition table(s)
	   fdisk -s PARTITION           Give partition size(s) in blocks
	   fdisk -v                     Give fdisk version
Here DISK is something like /dev/hdb or /dev/sda
and PARTITION is something like /dev/hda7
-u: give Start and End in sector (instead of cylinder) units
-b 2048: (for certain MO disks) use 2048-byte sectors
There are no comments on this page.
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki