Re: RT11 Freeware Collection

2022-05-01 Thread Kenneth Gober via cctech
On Sat, Apr 30, 2022 at 12:33 PM Douglas Taylor 
wrote:

> I was able to mount the partitions (as shown below) and actually extract
> the entire 65K partition to a *.dsk file that SIMH was able to mount and
> read.
> This is what I was trying to do.  Get files from the RT11freewarev2 cd
> into SIMH.  From there I can get them to my real PDP11 hardware.
> Some of the files are binary so this process is necessary.
>
> One comment - when you execute a mount command it takes a minute or 2 to
> decompress the file, so be patient!
> One question - How did you know how much to skip?
>

The README.TXT file said which 'logical' volumes within the physical device
contained RT-11 filesystems,
and it's known that each volume is 32MB (65536 512-byte blocks).  If each
'logical' volume is 32MB you
just multiply.  volume 13 (numbered from 0) will start at 13*32MB = 416MB.

The README also indicated that you could mount from the ISO directly using
the DU device driver
but I've never tried this myself.  Presumably this would involve accessing
DU13:, DU14:, etc.

-ken


Re: RT11 Freeware Collection

2022-04-30 Thread Douglas Taylor via cctech

Ken;

This worked perfectly!

I was able to mount the partitions (as shown below) and actually extract 
the entire 65K partition to a *.dsk file that SIMH was able to mount and 
read.
This is what I was trying to do.  Get files from the RT11freewarev2 cd 
into SIMH.  From there I can get them to my real PDP11 hardware.

Some of the files are binary so this process is necessary.

One comment - when you execute a mount command it takes a minute or 2 to 
decompress the file, so be patient!

One question - How did you know how much to skip?

Thanks for the effort you put into creating FSX.

Doug

On 4/29/2022 4:11 PM, Kenneth Gober wrote:
On Wed, Apr 27, 2022 at 10:55 AM Douglas Taylor via cctech 
 wrote:


I wanted to extract some parts of the RT11 Freeware iso file that is
available on the internet.  The note Tom Shoppa wrote indicates
that the
CD has 2 partitions.  When I burned the CD on a windows machine I
only
see one partition.

How to I extract the 2nd partition off the iso?


The second "partition" is just a second copy of all the files on the 
first partition,
except in RT-11 volume format so that it can be mounted directly on an 
RT-11

system with a CD-ROM drive attached. Since RT-11 volumes are limited to
32MB, larger disks are broken up into 32MB 'logical disks'.  The files 
are on

logical disks 13 through 19 (i.e. 32MB chunk numbers 13 through 19).

Since it's all the same files, there's little reason to bother looking 
at the second
partition if you are able to mount the first.  However, if you want to 
do it anyway
I have a Windows command-line tool that can be used to access the 
RT-11 portions of the iso:
GitHub - kgober/FSX: File System Exchange, a utility to access data 
stored in disk images 


Here are the FSX commands you would use to mount each of the chunks:
FSX> mount r13: rt11freewarev2.iso.gz 
FSX> mount r14: rt11freewarev2.iso.gz 
FSX> mount r15: rt11freewarev2.iso.gz 
FSX> mount r16: rt11freewarev2.iso.gz 
FSX> mount r17: rt11freewarev2.iso.gz 
FSX> mount r18: rt11freewarev2.iso.gz 
FSX> mount r19: rt11freewarev2.iso.gz 

FSX knows about .gz files and will treat the 'skip' option as the 
offset to

use *after* uncompressing the file.

You can then browse and extract files from each volume:
FSX> dir r19:
 29-Apr-2022
 System ID: DECVMSEXCHNG V41
 Volume ID: VMS Exchange
 Owner    : SHOPPA
README.TXT    23P 15-Oct-1999 TORS84.DSK 24535P 15-Oct-1999
UCLPLS.DSK   907P 15-Oct-1999 VMSBCK.DSK  1663P 15-Oct-1999
XASSMB.DSK  2036P 15-Oct-1999 DUSTAT.DSK   100P 15-Oct-1999
RT11  .LIS    13P 15-Oct-1999 < UNUSED > 36190
 7 Files, 29277 Blocks
 36190 Free blocks

FSX>type r19:readme.txt
Welcome, RT-11 User, to V2.0 of the RT-11 Freeware CD!
[... remainder removed ...]

FSX>save r19:readme.txt c:readme.txt
R19:README.TXT => c:readme.txt

-ken




Re: RT11 Freeware Collection

2022-04-30 Thread Kenneth Gober via cctech
On Wed, Apr 27, 2022 at 10:55 AM Douglas Taylor via cctech <
cctech@classiccmp.org> wrote:

> I wanted to extract some parts of the RT11 Freeware iso file that is
> available on the internet.  The note Tom Shoppa wrote indicates that the
> CD has 2 partitions.  When I burned the CD on a windows machine I only
> see one partition.
>
> How to I extract the 2nd partition off the iso?
>

The second "partition" is just a second copy of all the files on the first
partition,
except in RT-11 volume format so that it can be mounted directly on an RT-11
system with a CD-ROM drive attached.  Since RT-11 volumes are limited to
32MB, larger disks are broken up into 32MB 'logical disks'.  The files are
on
logical disks 13 through 19 (i.e. 32MB chunk numbers 13 through 19).

Since it's all the same files, there's little reason to bother looking at
the second
partition if you are able to mount the first.  However, if you want to do
it anyway
I have a Windows command-line tool that can be used to access the RT-11
portions of the iso:
GitHub - kgober/FSX: File System Exchange, a utility to access data stored
in disk images 

Here are the FSX commands you would use to mount each of the chunks:
FSX> mount r13: rt11freewarev2.iso.gz 
FSX> mount r14: rt11freewarev2.iso.gz 
FSX> mount r15: rt11freewarev2.iso.gz 
FSX> mount r16: rt11freewarev2.iso.gz 
FSX> mount r17: rt11freewarev2.iso.gz 
FSX> mount r18: rt11freewarev2.iso.gz 
FSX> mount r19: rt11freewarev2.iso.gz 

FSX knows about .gz files and will treat the 'skip' option as the offset to
use *after* uncompressing the file.

You can then browse and extract files from each volume:
FSX> dir r19:
 29-Apr-2022
 System ID: DECVMSEXCHNG V41
 Volume ID: VMS Exchange
 Owner: SHOPPA
README.TXT23P 15-Oct-1999TORS84.DSK 24535P 15-Oct-1999
UCLPLS.DSK   907P 15-Oct-1999VMSBCK.DSK  1663P 15-Oct-1999
XASSMB.DSK  2036P 15-Oct-1999DUSTAT.DSK   100P 15-Oct-1999
RT11  .LIS13P 15-Oct-1999< UNUSED > 36190
 7 Files, 29277 Blocks
 36190 Free blocks

FSX>type r19:readme.txt
Welcome, RT-11 User, to V2.0 of the RT-11 Freeware CD!
[... remainder removed ...]

FSX>save r19:readme.txt c:readme.txt
R19:README.TXT => c:readme.txt

-ken


RT11 Freeware Collection

2022-04-27 Thread Douglas Taylor via cctech

All;

I wanted to extract some parts of the RT11 Freeware iso file that is 
available on the internet.  The note Tom Shoppa wrote indicates that the 
CD has 2 partitions.  When I burned the CD on a windows machine I only 
see one partition.


How to I extract the 2nd partition off the iso?

Doug