]> err.no Git - util-linux/commit
fdisk: cleanup warnings
authorKarel Zak <kzak@redhat.com>
Thu, 4 Feb 2010 14:02:16 +0000 (15:02 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 16 Feb 2010 08:58:57 +0000 (09:58 +0100)
commit441ea22b3704615ac72172649767091ac7e58555
tree2c3d6dd85617e08b652e1b82011c018fad97bcdb
parent342ed1399f5c4a8257e41726e1a2600a9496aeb6
fdisk: cleanup warnings

* don't print:

The number of cylinders for this disk is set to 12161.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
   (e.g., DOS FDISK, OS/2 FDISK)

  we really don't care about MS-DOS or extremely old LILO.

* inform users that DOS-compatible mode is bad and deprecated thing
  (It's difficult to use 2048 sectors grain or 4KiB sectors or
   alignment_offset in DOS mode where all is based on cylinders...)

* don't check for cylinders boundary in non-DOS mode

* inform about sector and I/O sizes

Signed-off-by: Karel Zak <kzak@redhat.com>
fdisk/fdisk.c