]> err.no Git - util-linux/commit
fdisk: extend -c and -u options to support old DOS stuff
authorKarel Zak <kzak@redhat.com>
Wed, 16 Jun 2010 08:52:20 +0000 (10:52 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 16 Jun 2010 08:52:20 +0000 (10:52 +0200)
commit278f63c0e6266eb60535ad2e65db01c0e8b85d56
tree1c8b73376af84a040037f722d928d44b5e9bdf83
parentd1f5a55949a2c34656ae413b4afa21ebc96e32fa
fdisk: extend -c and -u options to support old DOS stuff

The DOS mode and cylinders as display units are disabled by default
now. For users who need old DOS behavior is it necessary to extend
-c (compatibility) and -u (units) command line options. The change is
backwardly compatible (so people who already uses -u and -c are not
affected with this change). New form:

 -c[=<mode>]   where <mode> is 'dos' or 'nondos' (default)
 -u[=<units>]  where <units> is 'cylinders' or 'sectors' (default)

For example old deprecated DOS behavior could be enabled by:

  fdisk -u=cylinders -c=dos /dev/sda

Signed-off-by: Karel Zak <kzak@redhat.com>
docs/v2.18-ReleaseNotes
fdisk/fdisk.8
fdisk/fdisk.c