home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / next / sysadmin / 7363 < prev    next >
Encoding:
Internet Message Format  |  1993-01-10  |  1.7 KB

  1. Xref: sparky comp.sys.next.sysadmin:7363 comp.sys.next.misc:23650
  2. Newsgroups: comp.sys.next.sysadmin,comp.sys.next.misc
  3. Path: sparky!uunet!zaphod.mps.ohio-state.edu!malgudi.oar.net!news.uakron.edu!news.csuohio.edu!trans.csuohio.edu!cowboy
  4. From: cowboy@trans.csuohio.edu (Joe Rosenfeld)
  5. Subject: Re: Using tar with a SCSI DAT drive
  6. Message-ID: <1993Jan10.115715.5128@news.csuohio.edu>
  7. Followup-To: comp.sys.next.sysadmin,comp.sys.next.misc
  8. Sender: news@news.csuohio.edu (USENET News System)
  9. Organization: Cleveland State University
  10. X-Newsreader: TIN [version 1.1 PL8]
  11. References: <1993Jan10.090824.24470@cs.ucla.edu>
  12. Distribution: usa
  13. Date: Sun, 10 Jan 1993 11:57:15 GMT
  14. Lines: 35
  15.  
  16. George Wu (grw@oahu.cs.ucla.edu) wrote:
  17.  
  18. :   I recently installed an Archive Python SCSI DAT drive on my system
  19. : (NeXTStation Mono running NS 2.1) for backup purposes.  However, I
  20. : have been unable to use tar on the drive.  I always get an 'I/O error'
  21. : when I run tar and the associated SCSI error is as follows.
  22.  
  23.  
  24. :     st: cmd = 0x15 sr_io_status = 2H
  25. :         Sense key = 0x5  Sense Code = 0x1a
  26.  
  27.  
  28. :   According to scsireg.h the SCSI command causing the problem is MODE
  29. : SELECT and the sense key (0x5) indicates invalid request.  Does anyone
  30. : know the solution to this problem ? Any help is appreciated.
  31.  
  32.  
  33. :   George Wu
  34.  
  35. Well, it would have helped if you indicated your command line for tarring.
  36. I have the same drive, and I can tar, no problems at all, with this comman
  37. line syntax (from root /):
  38.  
  39. tar -xvf /dev/rst0 *
  40.  
  41. I usually use gnutar with this syntax:
  42.  
  43. gnutar -xvpf /dev/rst0 *
  44.  
  45. Give it a try.  My current DAT scsi id is "6"
  46.  
  47. | Joe Rosenfeld              cowboy@trans.csuohio.edu
  48. | CSU Law Library                joer@inca.law.csuohio.edu
  49. |         "We look for things ... to make us go!"
  50.  
  51.