diff options
author | Karel Zak <kzak@redhat.com> | 2010-02-15 14:39:30 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2010-02-15 14:43:49 +0100 |
commit | 78498b7b90cfae7d45912a3c3f80cfca57df95ec (patch) | |
tree | 84045d647ec73b0c19407440ea49605b8539535b /fdisk/fdisk.8 | |
parent | d42ef322d04dbd7618455364b6c38c0150e40804 (diff) | |
download | util-linux-78498b7b90cfae7d45912a3c3f80cfca57df95ec.tar.gz |
fdisk: add -c option (switch off DOS mode)
* add -c to allows to switch off DOS mode from command line
* recommend sectors (command 'u' or option -u)
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'fdisk/fdisk.8')
-rw-r--r-- | fdisk/fdisk.8 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fdisk/fdisk.8 b/fdisk/fdisk.8 index 2d93f1f8..367837d9 100644 --- a/fdisk/fdisk.8 +++ b/fdisk/fdisk.8 @@ -6,7 +6,7 @@ fdisk \- Partition table manipulator for Linux .SH SYNOPSIS .B fdisk -.RB [ \-u ] +.RB [ \-uc ] .RB [ \-b .IR sectorsize ] .RB [ \-C @@ -187,6 +187,9 @@ to override the kernel's ideas.) .BI \-h Print help and then exit. .TP +.BI \-c +Switch off DOS-compatible mode. (Recommended) +.TP .BI "\-C " cyls Specify the number of cylinders of the disk. I have no idea why anybody would want to do so. |