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

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!nic.unh.edu!kepler.unh.edu!pss1
  3. From: pss1@kepler.unh.edu (Paul S Secinaro)
  4. Subject: Re: EISA and the abounding unix clones
  5. Message-ID: <1992Aug13.113617.27970@newshost.unh.edu>
  6. Sender: news@newshost.unh.edu (USENET News System)
  7. Organization: University of New Hampshire  -  Durham, NH
  8. References: <1992Aug12.192445.20894@cbnewsc.cb.att.com> <1992Aug12.201620.16694@newshost.unh.edu> <1992Aug12.210635.29658@natinst.com>
  9. Date: Thu, 13 Aug 1992 11:36:17 GMT
  10. Lines: 34
  11.  
  12. In article <1992Aug12.210635.29658@natinst.com> scott@natinst.com (Scott A. Taylor) writes:
  13.  
  14. >>Well, all I know is that Linux didn't like my 486/33 EISA system with
  15. >>DTC 3290HD SCSI controller, which is supposed to be Adaptec 1542
  16. >>compatible.  It seemed to detect the controller and read the partition
  17. >>table properly when the bootimage was coming up, but then efdisk
  18. >>failed with an error when it tried to open /dev/hda.  I don't know if
  19. >>this is a general problem with EISA or just my controller.
  20. >>
  21. >Neither.  The first SCSI disk is accessed as /dev/sda (major number 8, minor
  22. >number 0), the second is /dev/sdb, etc.; /dev/hda refers to the first drive
  23. >on an AT-style interface (MFM, RLL, IDE).  If /dev/sda doesn't exist on the
  24. >root disk (I haven't seen a root disk since 0.95 ;-) ), make it with mknod.
  25. >"mknod /dev/sda b 8 0" should do it. Incidentally, if you got that far I
  26. >would guess that linux DOES run on *your* EISA machine.
  27.  
  28.  
  29. Thanks, Scott.
  30.  
  31. Okay, sorry folks.  False alarm.  I was unaware that you had to use
  32. /dev/sd<x> for SCSI devices (that's what you get for not reading the
  33. FAQ).  I tried it last night, and "efdisk /dev/sda" brought up the
  34. partition tables with no problem.
  35.  
  36. So, to sum it up, an EISA system with a Data Technology Corp. 3290HD
  37. controller DOES seem to work with Linux so far (I haven't actually
  38. installed it, but everything looks okay).
  39.  
  40. Paul
  41. -- 
  42. Niven's Law #14:   There exist minds that think as well as you do, but
  43.                    differently.
  44. Niven's Corollary: The gene-tampered turkey you're talking to isn't
  45.                    necessarily one of them.
  46.