home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / linux / 6943 < prev    next >
Encoding:
Text File  |  1992-07-28  |  2.3 KB  |  52 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!boulder!ophelia!drew
  3. From: drew@ophelia.cs.colorado.edu (Drew Eckhardt)
  4. Subject: Re: ST-02, ST-51 disk controllers coexisting?
  5. Message-ID: <1992Jul29.082205.13150@colorado.edu>
  6. Sender: news@colorado.edu (The Daily Planet)
  7. Nntp-Posting-Host: ophelia.cs.colorado.edu
  8. Organization: University of Colorado at Boulder
  9. References: <tlhilde.712386705@roby.ecn.purdue.edu>
  10. Date: Wed, 29 Jul 1992 08:22:05 GMT
  11. Lines: 39
  12.  
  13. In article <tlhilde.712386705@roby.ecn.purdue.edu> tlhilde@roby.ecn.purdue.edu (Troy Hildebrand) writes:
  14. >Hello,
  15. >
  16. >     I am trying to install Linux on my 386sx16, 2M, with an ST02
  17. >controlling an (80 Meg) ST-296N and an st-51 controlling a 74Meg MFM
  18. >drive (i'm not sure what kind, but the ST-51 bios recognizes it).
  19. >
  20. >Neither of the drives are in the ROM Bios (Phoenix), because the
  21. >controllers take care of it.  The Problem is, when I boot linux from
  22. >floppy, it recognizes the SCSI drive, but not the MFM drive.  And
  23. >then later, it gives a warning, "READ CAPACITY FAILED" or something
  24. >about the SCSI drive.
  25.  
  26. If the MFM disk is not in CMOS, it will not be supported.  If the ST51
  27. is an AT controller, you can use the controller, just disable the BIOS on it.
  28. If it's an XT controller, you are SOL.
  29.  
  30. You can pick up MFM/RLL controllers for < $20 if you talk to the local 
  31. technicians - they pull them from equipment when upgrading systems 
  32. to IDE drives, and practically give them away.
  33.  
  34. Note that if you change controllers on an MFM drive, it may not be reliable 
  35. unless you re-lowlevel format it.
  36.  
  37. As far as the SCSI disk : newer SCSI drivers (kernel binary / sources 
  38. available from headrest.woz.colorado.edu as /pub/linux/scsi* and vmunix* - 
  39. pickout the newest files) handle things more gracefully.  Note
  40. that you'll need to jumper the card for IRQ5, and will also have to 
  41. change the bytes at offset 508 and 509 into the image so it doesn't try to 
  42. mount root of dev 0x301.  Changing the bytes to 0,0 will cause it to 
  43.  
  44. >I would like to keep the SCSI drive for use under dos, and install
  45. >linux onto the MFM drive (64 meg now, with extra partition for swap).
  46. >Does anyone see a problem with this setup?  Will I be able to boot
  47. >selectively ie, either OS, without hassle?
  48.  
  49. See above, and after you have it working, you can use a program like winiboot 
  50. to selectively boot DOS or Linux.
  51.  
  52.