Created
December 2, 2010 15:22
-
-
Save alexeyr/725512 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@OMAP3EVM /opt]# fdisk -l | |
[root@OMAP3EVM /opt]# fdisk -v | |
fdisk: invalid option -- v | |
BusyBox v1.9.1 (2008-10-17 18:20:44 IST) multi-call binary | |
Usage: fdisk [-luv] [-C CYLINDERS] [-H HEADS] [-S SECTORS] [-b SSZ] DISK | |
Change partition table | |
Options: | |
-l List partition table(s) | |
-u Give Start and End in sector (instead of cylinder) units | |
-s PARTITION Give partition size(s) in blocks | |
-b 2048 (for certain MO disks) use 2048-byte sectors | |
-C CYLINDERS Set the number of cylinders | |
-H HEADS Set the number of heads | |
-S SECTORS Set the number of sectors | |
-v Give fdisk version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment