Dave McGuire wrote:
On 03/03/2013 09:28 AM, Jerome H. Fine wrote:
Sometimes I test RT-11 programs under the RSTS/E
RTS for RT-11
compatibility with RSTS/E. However, there does not seem to be any
utility to copy files under V10.1-L of RSTS/E from an RT-11 file
structure into the RSTS/E file structure so that the program can be
executed and tested.
In addition, I do not seem to be able to
MOUNT
an RT-11 disk under RSTS/E, the pack-id being unknown even when
I user /PRIVATE /OVERRRIDE, etc.
Maybe I missed that program or maybe the utility was not included
with the distribution I am using. What am I missing?
You can read RT-11 file systems using the program "FIT", which lives
in AUXLIB$:
$ RUN AUXLIB$:FIT
THANK YOU!! I found AUXLIB$:FIT, so at least I can move
files around.
Then I attempted:
MOUNT DU1: /OVERRIDE
But I still can't MOUNT an RT-11 disk pack. If I don't provide a
pack-id, there is an error.
Does an RT-11 pack have a standard ID?
Under VMS, it used to support the "/FOREIGN" switch for
INTERCHANCE, but RSTS/E does not seem to support
such a pack.
Does anyone have any suggestions?
Jerome Fine