N Neomega Deity Joined Feb 9, 2002 Messages 11,261 Feb 22, 2004 #1 What is B? And is it alwys 256? Also, isn't there a way to use these numbers to find the speed and the cpacity of a hard drive?
What is B? And is it alwys 256? Also, isn't there a way to use these numbers to find the speed and the cpacity of a hard drive?
Plexus Architeuthidae puericomedentis Joined Dec 29, 2001 Messages 7,015 Location Chumash Land Feb 22, 2004 #2 C/H/S or Cylinder/Head/Sector is an address to a specific place certain hard drives (Cylinder/Head/Sector is used pre-Windows 95 and in some *-nix systems), (Cylinder/Side/Sector is used in most machines today). You may find this site helpful: http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/admin-primer/s1-storage-data-addr.html And 'B' is usually an abbreviation for 'byte', and I byte is eight bits, or binary digits. As for speed, it usually has nothing to do with any of the above. However, hard drive size can be calculated using these numbers.
C/H/S or Cylinder/Head/Sector is an address to a specific place certain hard drives (Cylinder/Head/Sector is used pre-Windows 95 and in some *-nix systems), (Cylinder/Side/Sector is used in most machines today). You may find this site helpful: http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/admin-primer/s1-storage-data-addr.html And 'B' is usually an abbreviation for 'byte', and I byte is eight bits, or binary digits. As for speed, it usually has nothing to do with any of the above. However, hard drive size can be calculated using these numbers.
N Neomega Deity Joined Feb 9, 2002 Messages 11,261 Feb 22, 2004 #3 thanks for the link. Very informative.