On 4/15/07, Ashley Carder <wacarder at earthlink.net> wrote:
I put a "never-used" DecTape on both
drives...
.
.
.
Then I decided to test out the DecTape drive to see if
it would respond to RT11 commands. Although there was nothing on the Dectapes, I did a
DIR DT0:. The drive 0 reel began spinning and spun back to the beginning and the tape
came off the take up reel and kept spinning....
My question now is:
If I want to initialize a blank, never-used Dectape so I can use it under RT11, am I
doing the right thing by typing INIT DT0: or INIT DT1: ?
I think you are missing a step.
I have personally never had the opportunity to work with a
"never-used" DECtape, but I know that on the PDP-8, you have to write
low-level timing tracks to the tape before OS/8 can write filesystem
info to it. Somewhere, on one of my DECtapes, is a PDP-8 utility that
knows how to write PDP-8-friendly timing tracks to a blank/bulk-erased
tape. Presumably, there's something similar for the PDP-11 (and
PDP-10, for that matter). I would have no idea what it's called, but
perhaps there's something with XXDP that knows how to do it.
How is the dectape unit supposed to respond when I
issue an INIT DT0: command? I would assume that it should not wind the tape until it
winds it all the way off the reel.
I should think it would write a filesystem to the first few blocks on
the tape and stop. It's probably spinning off the end of the reel
because it's not finding the timing patterns associated with the start
of a DECtape. Unlike 9-track magtape, there are no BOT and EOT
sensors - it's all about the timing tracks.
Something to look for, BTW, is the docs for whatever
timing-track/low-level formatter you track down. Dimly, ISTR some
specific instructions for how much tape to wind on the takeup reel,
both to allow plenty of leader to be trimmed off as the tape wears,
but also to allow enough off of the other end so as not to run off the
end of the reel when using the full capacity of the medium. It's
nothing horribly precise, but there is a safe range of recommended
numbers of turns for optimal use.
-ethan