Copying tapes on a VT103?

From: Megan <mbg_at_TheWorld.com>
Date: Sat Aug 17 10:26:00 2002

>The VT103 unit has two tape drives and I think you can copy from one to
>the other it just a matter of knowing the correct commands, hence the
>reason for this email. Therefore I would be most grateful for any
>suggestions you could suggest for the commands required to copy from
>drive 0 to drive 1, we have so far tried the following:
>
>Note :- RT11FB.SYS = Boot program (I think)

>i) COPY/BOOT RT11FB.SYS
> TO: DD1

>ii) COPY/SYS
> FROM? DD0
> TO? DD1
>
>The second method kicks up the following: - PIP-F-FILE NOT FOUND

If these are the commands as used verbatim, then it is looking for
a *file* by the name of DD0. You need to specify the device name,
so use 'DD0:'. (I'm surprised it didn't report the name of the file
it didn't find.) So, the command should be:

        COPY/SYS DD0: DD1:

Doing this, however, will not result in an optimized tape... it may
actually take a relatively long time to boot. I actually got a
TU58-based system to boot in as little as 30 seconds by judicious
placement of the system files. If you (or other people) are
interested, I could write it up...

                                        Megan Gentry
                                        Former RT-11 Developer

+--------------------------------+-------------------------------------+
| Megan Gentry, EMT/B, PP-ASEL | email: gentry at zk3.dec.com (work) |
| Unix Support Engineering Group | mbg at world.std.com (home) |
| Hewlett Packard | (s/ at /_at_/) |
| 110 Spitbrook Rd. ZK03-2/T43 | URL: http://world.std.com/~mbg/ |
| Nashua, NH 03062 | "pdp-11 programmer - some assembler |
| (603) 884 1055 (DEC '77-'98) | required." - mbg KB1FCA |
+--------------------------------+-------------------------------------+
Received on Sat Aug 17 2002 - 10:26:00 BST

This archive was generated by hypermail 2.3.0 : Fri Oct 10 2014 - 23:34:36 BST