home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 21420 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  1.3 KB

  1. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!spool.mu.edu!umn.edu!noc.msc.net!uc.msc.edu!shamash!ems!ems.cdc.com!ghart
  2. From: ghart@ems.cdc.com (Geoffrey Hart)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: LINUX boot from SCSI drive ?
  5. Message-ID: <31326@nntp_server.ems.cdc.com>
  6. Date: 22 Dec 92 14:17:23 GMT
  7. References: <9212210912.AA03757@deepthought.cs.utexas.edu>
  8. Sender: sys@ems.ems.cdc.com
  9. Reply-To: ghart@ems.cdc.com
  10. Organization: Empros Systems International, a division of CDC
  11. Lines: 16
  12. Nntp-Posting-Host: nyh4.ems.cdc.com
  13.  
  14. I had the same problem.  The normal value for /dev/hda2 was 0302 in my
  15. case.  Since the three is the major number of /dev/hda2, and 2 is the minor
  16. number, I tried 0802 for /dev/sda2.  It worked :-).
  17.  
  18. In case you're unfamiliar with major/minor numbers, do an "ls -l /dev/[hs]da*"
  19. to see them.  The major number is the index to the device driver (3 for
  20. IDE, 8 for SCSI), and the minor number is like a parameter sent to the
  21. device driver to specify which device to act on (each partition on each
  22. different disk have a unique minor number, something like
  23. SCSI_ID*16+partition).
  24.  
  25. Good luck!  (p.s. I'm using bootlin, not PCBOOT, but I suspect they're
  26. similiar in this respect).
  27.  
  28. -- 
  29.     geoff hart ghart@ems news@ems library@ems   x4273   s/ems/ems.cdc.com/
  30.