home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / mach / 1147 < prev    next >
Encoding:
Text File  |  1992-09-02  |  1.2 KB  |  30 lines

  1. Newsgroups: comp.os.mach
  2. Path: sparky!uunet!mtxinu!slatteng
  3. From: slatteng@mtxinu.COM (Dave Slattengren)
  4. Subject: Re: SCSI tape hangs on close
  5. Message-ID: <1992Sep3.001758.29679@mtxinu.COM>
  6. Lines: 19
  7. Reply-To: slatteng@mtxinu.COM (Dave Slattengren)
  8. Organization: mt Xinu, Berkeley
  9. Date: Thu, 3 Sep 92 00:17:58 GMT
  10.  
  11. > I have just installed a Tandberg 3600 SCSI tape on my Mt Xinu Mach 2.6
  12. > system. ... when the device (st0) is closed, it hangs the process forever.
  13.  
  14. If the "hang" is uninterruptible (typing your interrupt character does not
  15. unwedge the process), then there may be a problem between the SCSI tape rewind
  16. code and your tape drive (we know it works with HP, DEC, Archive and Wangtek
  17. tape drives, for example).
  18.  
  19. If it IS interruptible, then it's the wait for rewind to finish that is not
  20. completing (the tape driver periodically polls the unit to see if it's "ready"
  21. after giving a "rewind" command and before before issuing an "allow tape
  22. unload" command so that the SCSI bus isn't tied up and unusable during tape
  23. rewind).  You DID wait long enough for the tape to fully rewind, no?
  24.  
  25. We assume that there are no hangs if you use the no-rewind or unload-on-close
  26. (/dev/nst0 or /dev/ust0) device, right?
  27.  
  28.                     Dave Slattengren,
  29.                     mt Xinu
  30.