home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / sysv386 / 13632 < prev    next >
Encoding:
Text File  |  1992-08-26  |  1.8 KB  |  33 lines

  1. Newsgroups: comp.unix.sysv386
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!jvnc.net!yale.edu!yale!gumby!destroyer!ncar!ico!dougp
  3. From: dougp@ico.isc.com (Doug Pintar)
  4. Subject: Re: Primary SCSI, secondary athd on ISC Unix 3.0 possible?
  5. Message-ID: <1992Aug26.203529.1774@ico.isc.com>
  6. Sender: uucp@ncar.ucar.edu (UNIX-to-UNIX Copy)
  7. Organization: Interactive Systems Corp., Boulder CO
  8. References: <1992Aug21.180336.6922@grebyn.com> <BtGpvF.9tv@mudos.ann-arbor.mi.us> <1992Aug25.235519.19024@slammer.UUCP>
  9. Date: Wed, 26 Aug 1992 20:35:29 GMT
  10. Lines: 21
  11.  
  12. In article <1992Aug25.235519.19024@slammer.UUCP> brad@slammer.UUCP (Brad Isley) writes:
  13. >
  14. >In the 2.2.1 manuals it says you can do this by telling your computer's
  15. >CMOS that there are no hard drives installed.  Then it WILL boot from the
  16. >Adaptec controller.  After that, ISC will know how to access your ST-506
  17. >drives without using the CMOS stuff.  BTW: I never tried this - I dunno
  18. >what 3.0 says, but I imagine this would be the same.
  19. >
  20. The problem with this is that the AT-compatible controller module then has
  21. absolutely no idea as to the geometry of the drives.  This makes it rough
  22. to try to find the VTOC (in the Unix FDISK partition) that tells it the
  23. real geometry.  It's this chicken-and-egg thing that makes it rough to
  24. do a secondary AT-compatible controller.  There are supposed to be IOCTL
  25. calls to the HPDD to stuff its tables with a known physical and logical
  26. geometry, but I could never get those to work under 2.2.  Never tried it
  27. under 3.0.  If you can write a little program (or find one) to set the
  28. drive geometry before you try to use the disk (again, a chicken-and-egg
  29. as you have to open the drive, which tries to read the VTOC, before you
  30. can issue the IOCTL to tell it the real geometry) you might be able to
  31. make this configuration work.  Nasty, though.
  32. DLP
  33.