Re: HDD Geometry Issues




My HDD is an ST340810A 3.31. The BIOS gives its stats as:

Cylinder: 19158
Head: 16
Precomp: 0
Landing Zone: 19157
Sector: 255

I found the official doc at
http://www.seagate.com/support/disc/specs/ata/st340810a.html although
I'm not too sure how to interpret it.

When I go to allocate disk space during install, it says that a
geometry of 77545/16/63 is incorrect and uses instead 4865/255/63. Even
when I reset the geometry to 19158/16/255, it says that's wrong too.

If I use the entire disk with 'A', I see:

Offset Size(ST) End Name PType Desc Subtype
0 63 62 --- 12 unused 0
63 78156162 78156224 ad0s1 8 freebsd 165
78156225 9135 78165359 --- 12 unused 0

Somebody who really knows about this stuff needs to write some
verbiage for the handbook.

What I have read and what seems to work for me is that the geometry
on currently modern drives is "virtual" as far as the OS is concerned
and that you should go ahead and just slice and partition the disk
and build your file systems. If it works, don't worry about the
geometry messages.

////jerry

_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"

_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: a few words on BIOS/FDISK geometry
    ... > There are two common ways in which disk sector addresses are expressed. ... > The system BIOS provides a basic disk access facility sometimes called ... > writing and obtaining disk parameters such as geometry. ... > The disk geometry assumed by the basic int13 functions is what we mean ...
    (freebsd-questions)
  • Re: Support HDIO_GETGEO on device-mapper volumes
    ... most of the time these days the bogus values do match the bios values. ... If grub is using HDIO_GETGEO then yea, it should just use the geometry in the MBR instead. ... It should assume that the values stored in the MBR already are correct, since if they weren't, the system wouldn't boot anyhow, and use those rather than ask the kernel. ... disk in a compatible way. ...
    (Linux-Kernel)
  • a few words on BIOS/FDISK geometry
    ... I find most of the BIOS/MBR/FDISK disk geometry gospel that has recently ... There are two common ways in which disk sector addresses are expressed. ... "basic" int13 functions, implemented by essentially all versions of PC ... BIOS, expect sector addresses to be in C/H/S format. ...
    (freebsd-questions)
  • Re: Unisys MCP, Can I exceed the 65,535 limit with Cobol?
    ... from the disk and what latencies exist. ... If you mean a typical seek, then of course, but if you mean when you cross a cylinder boundary and move to the next sequential cylinder then no again, and again, see below. ... most drives work something like this: ... When a read request comes to the drive, if it is not in one of the segments, a segment is chosen to use for the request. ...
    (comp.sys.unisys)
  • Re: a few words on BIOS/FDISK geometry
    ... >> There are two common ways in which disk sector addresses are expressed. ... >> The system BIOS provides a basic disk access facility sometimes called ... >> writing and obtaining disk parameters such as geometry. ... >> The disk geometry assumed by the basic int13 functions is what we mean ...
    (freebsd-questions)