home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / atari / st / tech / 4145 < prev    next >
Encoding:
Internet Message Format  |  1992-07-31  |  2.1 KB

  1. Xref: sparky comp.sys.atari.st.tech:4145 comp.os.minix:3773
  2. Newsgroups: comp.sys.atari.st.tech,comp.os.minix
  3. Path: sparky!uunet!charon.amdahl.com!pacbell.com!mips!darwin.sura.net!Sirius.dfn.de!ira.uka.de!smurf.sub.org!flatlin!ptavv!ralf
  4. From: ralf@ptavv.ka.sub.org (Ralf Wenk)
  5. Subject: Re: Help!!! Minix ignores 2nd HD (ST)
  6. Message-ID: <1992Jul26.113528.01615@ptavv.ka.sub.org>
  7. Organization: The known space
  8. References: <5152@krafla.rhi.hi.is>
  9. Date: Sun, 26 Jul 1992 11:35:28 GMT
  10. Followup-To: comp.sys.atari.st.tech
  11. Lines: 42
  12.  
  13. The original article has a followup to comp.sys.atari.st.tech but
  14. as I don't get c.s.a.s.t I must crosspots to comp.os.minix to get
  15. this article accepted by my newssystem. Followup-To: is set again.
  16.  
  17. Ralf
  18.  
  19. adamd@rhi.hi.is (Adam David) writes:
  20. > I added a 2nd hard disk to my 1988 Supra hostadaptor, and it works fine
  21. > under TOS. I set the partitions to type MIX, recompiled the minix kernel
  22. > for 2 hard disks and added the device nodes for the new partitions.
  23. > Minix refuses to recognise the extra diskspace on all counts. The disk
  24. > LED does not light.
  25. > I have the new disk on scsi id 1, lun 0. What I suspect is that minix is
  26. > looking for the 2nd disk on scsi id 0, lun 1. As far as I can see there is
  27.  
  28. Yes, because that's the id a second harddisk at SH20[45] gets.
  29.  
  30. > no way to set the disk to be at lun 1 with this hardware (it is an embedded
  31. > SCSI disk). Has anybody got such a setup to work? or do I have to change
  32. > the hardware first? Minix version is 1.5.10.4
  33. > 1st disk: scsi0,lun0 partitions C: D: are GEM, E: F: are MIX
  34. > 2nd disk: scsi1,lun0 partitions G: H: are MIX
  35. > Maybe I should try #define NR_HD_DRIVES 3, but this is of course stupid to
  36. > access the second disk as if it were the third one.
  37.  
  38. But it is the right way. Your physical second disk is the logical 3rd.
  39. Also you can see in /usr/include/minix/config.h:
  40.  
  41. ~ /* define the number of hard disk drives on your system */
  42. ~ /* (assuming 2 drives/controller) */
  43. ~ #define NR_DRIVES       3    /* typically 0 or 1 */
  44.  
  45. > All sensible approaches
  46. > have failed, so its time to be silly. Any other suggestions?
  47.  
  48. The above define works for me.
  49. -- 
  50. -- 
  51. Ralf Wenk -- ralf@ptavv.ka.sub.org
  52.