home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / sun / misc / 3699 < prev    next >
Encoding:
Internet Message Format  |  1992-08-14  |  1.4 KB

  1. Path: sparky!uunet!timbuk.cray.com!shamash!uc.msc.edu!mips!mips!kpc!uunet!kpc!mjacob
  2. From: mjacob@kpc.COM (Matthew Jacob)
  3. Newsgroups: comp.sys.sun.misc
  4. Subject: Re: 4.1.2 miniroot and EXB 8200SX problem?
  5. Message-ID: <1992Aug15.013216.11112@kpc.com>
  6. Date: 15 Aug 92 01:32:16 GMT
  7. References: <1992Aug14.191255.17903@noao.edu>
  8. Sender: usenet@kpc.com
  9. Reply-To: mjacob@kpc.COM (Matthew Jacob)
  10. Organization: Kubota Pacific Computer, Inc.
  11. Lines: 27
  12.  
  13. >st0:    Generic Drive, Vendor=<EXABYTE>
  14. >    Unknown type- assuming 0.25 inch cartridge
  15. >    Fixed record length (1024 byte blocks) I/O
  16. >Restoring Exabyte tapes when the system thinks it's really a QIC doesn't
  17. >work very well...
  18.  
  19.     Oh dear, the automatic device determiner isn't working. It must
  20. be because the Exabyte returns '0' for the density field for the first
  21. mode sense. '0' means a helpful 'default density', rather than the
  22. more useful SCSI-2 code of 0x14 (8 mm helical scan).
  23.  
  24. Unfortunately, the inquiry data of:
  25.  
  26.     'EXABYTE 8200SX'
  27.  
  28. neither matches "EXABYTE EXB-8500" nor "EXABYTE EXB-8200", which is
  29. what the fallback table in 4.1.2 has for exabytes. In previous releases,
  30. the match was against just plain "EXABYTE", but that caused problems
  31. when the 8500 showed up.
  32.  
  33. If you can't make a new kernel, you're hosed. If you can, edit
  34. the table in /sys/scsi/targets/st_conf.c as appropriate.
  35. I'd also complain to your exabyte rep.
  36.  
  37. I'd also file a bug at Sun (Hah! fixed in NT! :-;)
  38.  
  39. -matt
  40.