home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / aix / 13625 < prev    next >
Encoding:
Text File  |  1993-01-22  |  1.8 KB  |  47 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!cs.utexas.edu!convex!grefen
  3. From: grefen@convex.com (Stefan Grefen)
  4. Subject: Re: copy 8mm tape to 8 mm tape (using 2 tapedrives)
  5. Message-ID: <1993Jan22.091205.15576@convex.com>
  6. Keywords: 8mm, tape, 2 tape drives
  7. Sender: usenet@convex.com (news access account)
  8. Nntp-Posting-Host: connie.de.convex.com
  9. Reply-To: grefen@convex.com
  10. Organization: CONVEX Computer Corporation
  11. References: <1993Jan21.031737.21487@sserve.cc.adfa.oz.au> <1993Jan21.132011.17632@socrates.umd.edu>
  12. Date: Fri, 22 Jan 1993 09:12:05 GMT
  13. X-Disclaimer: This message was written by a user at CONVEX Computer
  14.               Corp. The opinions expressed are those of the user and
  15.               not necessarily those of CONVEX.
  16. Lines: 29
  17.  
  18. In article <1993Jan21.132011.17632@socrates.umd.edu>, christes@socrates.umd.edu (Skip Christensen) writes:
  19. |> In article <1993Jan21.031737.21487@sserve.cc.adfa.oz.au> vla@ccadfa.cc.adfa.oz.au (Louis Verhagen) writes:
  20. |> >I would like to attach for a while a second 8 tape
  21. |> >drive so that I can copy data from one tape
  22. |> >to the other. Does anybody have any ideas about
  23. |> >which command to use for this? 
  24. |> >
  25. |> >e.g. tar (and than pipe it to the second 8mm drive?)
  26. |> >or   dd ??
  27. |> >
  28. |> >Any help is more than welcome. 
  29. |> >
  30. |> >Greetings
  31. |> >Louis Verhagen        Vla@waves.ce.adfa.oz.au
  32. |> >
  33. |> 
  34. |> 
  35. |> You said you have two tapes -- both 8mm.  Let's assume one is
  36. |> rmt0 and the other rmt1.  Use the tcopy command, e.g.
  37. |> 
  38. |> tcopy /dev/rmt0 /dev/rmt1
  39. |> 
  40. |> ensure both are working at same block size
  41. Or get ddd (use archive to locate it comp.unix.sources around 1988) , 
  42. it's a very fast dd replacement 
  43. (and good example for using unix .... its pure fun to read
  44. the code, at it take some time to understand why it works).
  45. Regards
  46.  Stefan
  47.