home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / linux / 16185 < prev    next >
Encoding:
Text File  |  1992-11-09  |  1.6 KB  |  40 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!munnari.oz.au!mel.dit.csiro.au!manta.mel.dit.CSIRO.AU!smart
  3. From: smart@manta.mel.dit.CSIRO.AU (Robert Smart)
  4. Subject: SCSI disk partioning
  5. Message-ID: <1992Nov10.003643.772@mel.dit.csiro.au>
  6. Sender: news@mel.dit.csiro.au
  7. Organization: CSIRO, Division of Information Technology, Melbourne
  8. Date: Tue, 10 Nov 92 00:36:43 GMT
  9. Lines: 29
  10.  
  11. The SCSI FAQ says
  12.  
  13.         The problem with partitioning SCSI disks and Linux is that Linux
  14.         talks directly to the SCSI interface.  Each disk is viewed
  15.         as the SCSI host sees it : N blocks, numbered from 0 to N-1,
  16.         all error free.  There is no portable way to get disk
  17.         geometry.  
  18.  
  19.         However, DOS doesn't like things like this, it demmands that
  20.         BIOS present it with a normal Cylinder / Head / Sector 
  21.         coordinates.  So, BIOS does, and it comes up with some fabrication
  22.         that fits what DOS wants to see.  You don't want to disagree with
  23.         what BIOS thinks when you write the partition table.
  24.  
  25.         Moral : if you partition under Linux, and use a disk with
  26.         DOS too, you MUST know the geometry according to the BIOS.
  27.  
  28. The only DOS partioning program I have is FDISK, and it only seems to
  29. know how to create one primary plus one extended DOS partition.
  30.  
  31. Can anyone suggest a better DOS partioning program: preferably free.
  32.  
  33. Alternatively can anyone tell me how to work out what BIOS's fake
  34. cylinder/head/sector numbers are, and how to use pfdisk safely.
  35.  
  36. I'll forward any information I get to the maintainer of the SCSI FAQ
  37. so that he can provide a more comprehensive answer.
  38.  
  39. Bob Smart
  40.