Nigel Williams <nigel.d.williams at gmail.com> wrote:
On Mon, Jun 14, 2010 at 3:22 AM, Johnny Billquist
<bqt at softjar.se> wrote:
> All right. Time to clear up some
misconceptions, I see... :-)
Thank you (and Jerome/Zane) for taking the time to explain and
educate, I hope I am learning quickly.
No problem, and the questions so far have not been simple or obvious, so
I think it's actually good questions, which also others might benifit from.
And just as you ask, you'll probably suddenly realize that you're
answering some too...
> Nigel
Williams <nigel.d.williams at gmail.com> wrote:
> Ie, if the RQZX1 is putting some special information on the disk during the
> formatting, you cannot then take the drive to some other system and connect
> and use it there expecting things to not become messed up.
fair point - I sort of hoped any underlying format changes would be
invisible to UNIX's stream-of-blocks(characters) view of the world.
The basic formatting of a disk is the same for all. In fact, with SCSI,
you just send a command to the disk itself, asking it to format itself.
So there can't be any differences on that level.
If the RQZX1 is doing some tricks, it will have to be that it hides some
blocks for it's own use, and put data there that it "needs".
Those will be normal disk blocks, and another controller will see them
as just simple data blocks in that case.
However, I should stress that I do not know if the RQZX1 really does
this or not. I know that the CMD controllers do not. I've written disks
on a Unix machine, and moved them over to a PDP-11 without problems.
But I have not tried this with the RQZX1, so I don't know if anything is
different with that controller.
I have a plan B - if I can find a way to convert the
.TAP file and
then "dd" onto a DDS tape I can try booting that by attaching a TZL09
to the RQZX1.
Should be doable.
On Mon, Jun 14, 2010 at 5:12 PM, Nigel Williams
<nigel.d.williams at gmail.com> wrote:
> I have a plan B - if I can find a way to
convert the .TAP file and
> then "dd" onto a DDS tape I can try booting that by attaching a TZL09
> to the RQZX1.
Crash goes that plan...the RQZX1 does not allow mixed devices on the
SCSI side, so no tape and disk together.
Hum? I thought it could. However, you might need to move jumpers around
to allow for that.
This also made me realize that maybe you have your controller configured
in a specific way that explains a thing or two for me.
The RQZX1 can be configured as disk-tape or disk-disk. In the disk-disk
case, one of the disks will use SCSI units 0-3, while the other will use
units 4-6. That would totally explain why your SCSI id 4 maps to MSCP
lun 0. You're on the "second" disk controller. And that also explains
why you cannot use any tapes.
As I said before, I don't have a RQZX1 manual anywhere near, so I can't
help with the configuration here, but I suspect you might want to look
more at this.
Does anyone know what interface the RQZX1 has for
tape? it looks like
it could accept a TK70 cable.
Just SCSI as far as I know. The only other connection is for a floppy,
unless I remember wrong.
Johnny