home *** CD-ROM | disk | FTP | other *** search
/ Amiga GigaPD 3 / Amiga_GigaPD_v3_3of3.iso / netbsd / docs / mailinglist-archive / 1993-09 / text0081.txt < prev    next >
Encoding:
Text File  |  1993-06-25  |  1.8 KB  |  47 lines

  1. > > When I actually try to tar a file off to the drive I get the following
  2. > > (as a result of setting _scsi_debug)
  3. > > ixfer_out fail: l2040 i20 w-1
  4. > Hm, where did you write that tape? DAT drives usually support variable
  5. > length records, and you can only read such tapes back using the same
  6. > blocking. I had right this problem when I was creating tapes under SunOS,
  7. > until I explicitly piped the tar to dd bs=512 of=/dev/rst0. 
  8.  
  9. This was writing from netbsd (tar cvf /dev/rst0 file)
  10.  
  11. Here is the line in my Mountlist under amigados for BTN-handler
  12.         Startup   = "scsi.device/UN-4/BS-512/NB-128/BT-4"
  13. As I said, I can read and write under ados, and can read tapes
  14. written under ados.
  15.  
  16. > The above
  17. > error message tells you that 2040 bytes off the last write command
  18. > were not transmitted, and that the write was aborted due to a timeout
  19. > (w being -1). You can try upping the timeout by poking a larger value
  20. > into scsi_wait_data (or was it scsi_data_wait..).
  21.  
  22. Ok, I'll see if that does anything.
  23.  
  24. > > Some stuff is actually getting onto the tape. Because when I do a tar tvf
  25. > > of the tape, I get a listing of the file name, and then later I
  26. > > get an error about the file being short.
  27. > Hm, how to do you write to the tape, if I may ask?
  28.  
  29. tar cvf /dev/rst0 file
  30.  
  31. When I thought only dump had a problem, I tried specifing densities and
  32. number of feet in the tape (using numbers recommended in comp.sys.hp), 
  33. but I still got the error messages.
  34.  
  35. > Hm, even my A3000/UX had a proto chip, and UX were definitly not among
  36. > the first sold A3000. I guess Commo once bought a gazillion of those
  37. > chips and is still trying to get rid of them that way .. :-)
  38.  
  39. Well I think mine was one of the last 3000s. That could mean they
  40. were out of PROTOs already, or were desparate to get rid of them.
  41. I guess I'll have to take a look and see what it is next time I have
  42. her open.
  43.  
  44.