Xref: utzoo comp.unix.questions:13720 comp.unix.ultrix:945 comp.os.vms:14557 Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!unmvax!indri!larry!jwp From: jwp@larry.sal.wisc.edu (Jeffrey W Percival) Newsgroups: comp.unix.questions,comp.unix.ultrix,comp.os.vms Subject: "dd" tape copy question Keywords: dd tk50 unix ultrix Message-ID: <183@larry.sal.wisc.edu> Date: 19 May 89 15:10:00 GMT Organization: Space Astronomy Lab, Madison WI Lines: 20 I am using a MicroVAX II running Ultrix 3.0 and I'm trying to copy a VMS backup tape from a 6250BPI reel to a TK50. I tried this: I do this: mt -f /dev/rmt0h rewind mt -f /dev/rmt1h rewind dd if=/dev/nrmt1h of=/dev/nrmt0h bs=10240 dd if=/dev/nrmt1h of=/dev/nrmt0h bs=10240 dd if=/dev/nrmt1h of=/dev/nrmt0h bs=10240 mt -f /dev/rmt0h rewind mt -f /dev/rmt1h rewind vmsbackup -tf /dev/rmt0h When I try using the unix "vmsbackup" reader on the copy, it gets the volume name and saveset name right, and then says "end of tape" right away. What magic potion is required to copy VMS backup tapes? -- Jeff Percival (jwp@larry.sal.wisc.edu)