home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / linux / 9623 < prev    next >
Encoding:
Internet Message Format  |  1992-09-01  |  1.5 KB

  1. Path: sparky!uunet!mcsun!uknet!mucs!mccuts!zlsiial
  2. From: zlsiial@uts.mcc.ac.uk (A. V. Le Blanc)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: Odd number of sectors???
  5. Message-ID: <5731@mccuts.uts.mcc.ac.uk>
  6. Date: 1 Sep 92 07:39:59 GMT
  7. References: <COSC16TT.92Aug31165735@menudo.uh.edu>
  8. Reply-To: LeBlanc@mcc.ac.uk (A. V. Le Blanc)
  9. Organization: Computing Centre, University of Manchester
  10. Lines: 21
  11.  
  12. In article <COSC16TT.92Aug31165735@menudo.uh.edu> DGray@uh.edu writes:
  13. >During the installation script linux says to make a partition.  It
  14. >asks for the first cyl (says "(1-820)") and I tell it 1.  It then asks
  15. >for the last cyl (says "enter last cyl or +size +sizeM +sizeK
  16. >(1-820)") and I tell it 820.  It says "Warning: partition 1 has an odd
  17. >number of sectors".  It says this no matter what I put for the last cyl.
  18.  
  19. Let us assume that your disk has an even number of sectors per cylinder.
  20. In partition 1, the first sector of the first cylinder is taken up by
  21. the Master Boot Record and the primary partition table.  Therefore
  22. cylinder 1 contains an odd number of available sectors.  Each other
  23. cylinder contains an even number of sectors.  Therefore, any range
  24. of cylinders beginning with 1 will contain an odd number of available
  25. sectors.  Now fdisk by default rounds any number you suggest to the
  26. nearest cylinder boundary.  Now do you see what is happening?
  27.  
  28. It shouldn't really be a problem; more than 512 bytes is wasted in
  29. one way or another in most installations.
  30.  
  31.      -- Owen
  32.      LeBlanc@mcc.ac.uk
  33.