home *** CD-ROM | disk | FTP | other *** search
/ Amiga GigaPD 3 / Amiga_GigaPD_v3_3of3.iso / netbsd / docs / mailinglist-archive / 1993-12 / text0273.txt < prev    next >
Encoding:
Text File  |  1993-06-25  |  1.4 KB  |  31 lines

  1. On Dec 12,  7:22pm, Calvin Chu wrote:
  2. > Doees it matter if the correct number of heads are read by HDToolbox? My 
  3. > drive is a 4 head 330, but it reads it as 1 head.... 
  4.  
  5.   I'm sure that the correct number of heads are being read by HDToolbox.
  6. What I think is happening is that the drive is probably a newer drive that
  7. has several zones, each with a different number of sectors per track.
  8. I suspect that HDToolbox takes SectorsPerTrack*Heads*Cylinders and compares
  9. that value with the disk capacity.  If the result is larger than the actual
  10. capacity, HDToolbox looks like it takes the reported SectorsPerTrack,
  11. multiplies that by the number of Heads, then divides the actual capacity
  12. by that value - which will be the number of cylinders reported by HDToolbox.
  13. Since AmigaDOS isn't going to care what the actual disk geometry is,
  14. HDToolbox picks the value of 1 head, but SectorsPerTrack*Heads sectors.
  15. This results in the same size "cylinder" as Heads surfaces with
  16. SectorsPerTrack sectors.
  17.  
  18.   [The above isn't quite correct - I just checked the parameters on my
  19. Maxtor 7345S and while the drive reports 4 heads and 96 sectors per track,
  20. HDToolbox pick 1 head and 192 sectors per track - with the result that the
  21. number of cylinders is almost twice the actual number of cylinders.]
  22.  
  23. Michael
  24.  
  25. -- 
  26. Michael L. Hitch            INTERNET:  osymh@montana.edu
  27. Computer Consultant            BITNET:  OSYMH@MTSUNIX1.BITNET
  28. Office of Systems and Computing Services
  29. Montana State University    Bozeman, MT    USA
  30.  
  31.