]> 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, 9 Feb 2010 10:18:53 +0000 (11:18 +0100)
commita8a86a1c5e13d64a668c6b4347addc61be24b54b
treef66c1319abaf0cb39cdf7ecd4f910e234aed0661
parent7ded5afc571b39ba15cf9f649506a986b00c1af1
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