Re: Disk geometry from /sys

From: Bernd Eckenfels
Date: Wed Apr 09 2008 - 18:16:23 EST


In article <20080409212840.GB2160@xxxxxxxxxxxxxxxxxxx> you wrote:
> Simplest way to find out what geometry a disk pretents to have is to ask
> fdisk, and since the only use for the information is when creating
> partitions, then fdisk's opinion is really all that seems to matter.

Unfortunatelly there is also bios' view of the geometry, which is especially
a problem for boot loaders. Just another hint:

# lilo -T geom

bios=0x00, cylinders=80, heads=2, sectors=18
( 1.44Mb 2,880 sectors) C:H:S supported (PC bios)

BIOS reports 2 hard drives
bios=0x80, cylinders=527, heads=255, sectors=63 vol-ID: 2C731DD1
( 4.33Gb 8,467,199 sectors) LBA32 supported (EDD bios)
bios=0x81, cylinders=527, heads=255, sectors=63
( 4.33Gb 8,467,199 sectors) LBA32 supported (EDD bios)

(um yes my system is somewhat outdated, thats an adaptec scsi bios.

Gruss
Bernd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/