home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / linux / 8043 < prev    next >
Encoding:
Text File  |  1992-08-12  |  2.1 KB  |  45 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!usc!cs.utexas.edu!natinst.com!scott
  3. From: scott@natinst.com (Scott A. Taylor)
  4. Subject: Re: EISA and the abounding unix clones
  5. Message-ID: <1992Aug12.210635.29658@natinst.com>
  6. Summary: /dev/hda isn't your SCSI disk
  7. Sender: Scott Taylor (scott@natinst.com)
  8. Nntp-Posting-Host: eagle.natinst.com
  9. Organization: National Instruments, Austin, TX
  10. References: <1992Aug10.174226.20085@daimi.aau.dk> <1992Aug12.192445.20894@cbnewsc.cb.att.com> <1992Aug12.201620.16694@newshost.unh.edu>
  11. Date: Wed, 12 Aug 1992 21:06:35 GMT
  12. Lines: 31
  13.  
  14. In article <1992Aug12.201620.16694@newshost.unh.edu> pss1@kepler.unh.edu (Paul S Secinaro) writes:
  15. >In article <1992Aug12.192445.20894@cbnewsc.cb.att.com> chapin@cbnewsc.cb.att.com ( Tom Chapin ) writes:
  16. >>
  17. >>Do any of these abounding clones speak EISA yet?  Will they?
  18. >>
  19. >
  20. >Well, all I know is that Linux didn't like my 486/33 EISA system with
  21. >DTC 3290HD SCSI controller, which is supposed to be Adaptec 1542
  22. >compatible.  It seemed to detect the controller and read the partition
  23. >table properly when the bootimage was coming up, but then efdisk
  24. >failed with an error when it tried to open /dev/hda.  I don't know if
  25. >this is a general problem with EISA or just my controller.
  26. >
  27. Neither.  The first SCSI disk is accessed as /dev/sda (major number 8, minor
  28. number 0), the second is /dev/sdb, etc.; /dev/hda refers to the first drive
  29. on an AT-style interface (MFM, RLL, IDE).  If /dev/sda doesn't exist on the
  30. root disk (I haven't seen a root disk since 0.95 ;-) ), make it with mknod.
  31. "mknod /dev/sda b 8 0" should do it. Incidentally, if you got that far I
  32. would guess that linux DOES run on *your* EISA machine.
  33. >Paul
  34. >
  35. >-- 
  36. >Niven's Law #14:   There exist minds that think as well as you do, but
  37. >                   differently.
  38. >Niven's Corollary: The gene-tampered turkey you're talking to isn't
  39. >                   necessarily one of them.
  40. -- 
  41. Scott Taylor            |
  42. (512) 795-6837          | "Well, I wanted to work with gymnasts." -David Byrne
  43. scott@natinst.com       |
  44. ** NI pays me to write their code, not their opinions, and that's what I do **
  45.