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

  1. Path: sparky!uunet!news.gtech.com!noc.near.net!hri.com!ukma!wupost!sdd.hp.com!decwrl!concert!duke!jwt
  2. From: jwt@duke.cs.duke.edu (Jeffrey W. Tannehill)
  3. Newsgroups: comp.sys.sgi
  4. Subject: 8mm and dd
  5. Message-ID: <715275893@anthrax.cs.duke.edu>
  6. Date: 31 Aug 92 15:44:54 GMT
  7. Organization: Duke University Computer Science Dept.; Durham, N.C.
  8. Lines: 36
  9.  
  10.  
  11.     We have an 8mm tape drive attached via a scsi cable to our SGI IRIS 4D.
  12. It seems to work as expected with the SGI backup and restore utilities and 
  13. with the BSD dump and restore commands.  However, whenever I try the dd
  14. command to write I get:
  15.  
  16. > dd if=/etc/motd of=/dev/tape
  17.     dd: writer error: Invalid argument
  18.     0+1 records in
  19.     0+1 records out
  20.  
  21. Similarly, when trying to read the tape (just in case something actually went 
  22. to tape) I get:
  23.  
  24. >dd if=/dev/tape
  25.     dd: read error: Invalid argument
  26.     0+0 records in
  27.     0+0 records out
  28.  
  29. Next, if I try another blocksize, then I get another error when reading:
  30.  
  31. >dd if=/dev/tape bs=1k
  32.     dd: read error: No space left on device
  33.     0+0 records in
  34.     0+0 records out
  35.  
  36. The man page for dd doesn't indicate that it works differently than the 
  37. dd command I am accustomed to on a Sun or Decstation.  Also, I tried the 
  38. device names /dev/tape, /dev/nrtape, /dev/rmt/tps1d5nrns, and 
  39. /dev/mt/tps1d5nrns. Has anyone had this problem? Is there some special options 
  40. one needs to use with dd on an SGI to access a scsi 8mm tape device?
  41.     Thanks for any help.
  42. -- 
  43. /*______________________________Jeff Tannehill_______________________________*
  44.  * MAIL:  Duke Dept. of Computer Science        Internet: jwt@cs.duke.edu    *
  45.  *        Durham, NC 27708 USA                  PHONE: +1 919 660 6500       */
  46.