home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / sgi / 13152 < prev    next >
Encoding:
Internet Message Format  |  1992-09-01  |  1.2 KB

  1. Path: sparky!uunet!destroyer!gatech!concert!duke!jwt
  2. From: jwt@duke.cs.duke.edu (Jeffrey W. Tannehill)
  3. Newsgroups: comp.sys.sgi
  4. Subject: Re: 8mm and dd (thanks for the help)
  5. Message-ID: <715371401@anthrax.cs.duke.edu>
  6. Date: 1 Sep 92 18:16:42 GMT
  7. Organization: Duke University Computer Science Dept.; Durham, N.C.
  8. Lines: 15
  9.  
  10.  
  11.     Just to be sure people understand how our problem was resolved, here
  12. is the solution. We installed a third party 8mm on our SGI machine, and by
  13. default the /dev/tape file was linked to /dev/rmt/tps1d5ns. As John Merritt
  14. pointed out in his first reply posting, one can get this error if one
  15. has a block size mismatch.  So, after looking more carefully at the 
  16. man page for tps and determining how to translate the names of the tape
  17. device files in /dev/rmt, I linked /dev/tape to /dev/rmt/tps1d5nsv (note
  18. the "v" on the end of the name) which is the variable block size tape device.
  19. This works.  Thanks for all the responses.
  20.  
  21. -- 
  22. /*______________________________Jeff Tannehill_______________________________*
  23.  * MAIL:  Duke Dept. of Computer Science        Internet: jwt@cs.duke.edu    *
  24.  *        Durham, NC 27708 USA                  PHONE: +1 919 660 6500       */
  25.