> Why do you want to know what cylinder size the hard disk pretents to
It matters on a CHS addressed device - vaguely.
And some other OS's make certain assumptions about layout that must agree
with that OS view of the disk. A good general rule is to believe the
partition table information if present and if not use SG_IO to issue an
IDENTIFY to any ATA or CFA drive to see how it has mapped the device.
Even better make use fo the existing tools whenever possible - disk
partitioning is more like magic than science
Alan
--