[Simh] DEC floppy disk interleave questions

2015-03-07 Thread Alan Frisbie
I have a large quantity of disks that I wish to copy to files that can be directly used by the SIMH PDP-11 emulator and by the E11 emulator. They include 8" floppies (both RX01 and RX02), RL01, and RL02. The issue is that the disks have sector sizes that differ from the usual 512 bytes, as well

[Simh] DEC floppy disk interleave questions

2015-07-16 Thread Hans-Ulrich Hölscher
Hi Alan,   if you want to image your disks and floppies for use with simh, there's an easy way to do it. All you need is a (Micro-)VAX having the appropriate drive(s) running VMS.   MOUNT/FOREIGN COPY/LOG yourimagename.img DISMOUNT   Don't worry about the error message at the end of the COPY p

[Simh] DEC floppy disk interleave questions

2015-07-16 Thread Hans-Ulrich Hölscher
> > > if you want to image your disks and floppies for use with simh, > > there's an easy way to do it. All you need is a (Micro-)VAX > > having the appropriate drive(s) running VMS. > > MOUNT/FOREIGN > > COPY/LOG yourimagename.img > > DISMOUNT > > Don't worry about the error message at

[Simh] DEC floppy disk interleave questions

2015-07-17 Thread Hans-Ulrich Hölscher
>> That sounds like the really easy way to do it. Does it copy>> track 0 of >> RX01/02 floppies?> > I had some experience with RX01/02 floppies when >> reviving LSX using> logical copies of the disks. Track 0 will be logically >> at the very > end. The problem is with media size 256256: if the

[Simh] DEC floppy disk interleave questions

2015-07-18 Thread Hans-Ulrich Hölscher
I'm very curious about what results the MOUNT/FOR & COPY method (under VMS) will show with RX01/RX02floppies.I would try myself, but my RX drive is out of order.I am confident in the virtues of VMS!Alan, let us know about your imaging progress.dd if=/dev/rx0 of=filename.img should work e.g. from

Re: [Simh] DEC floppy disk interleave questions

2015-03-07 Thread Johnny Billquist
Hi, Alan. On 2015-03-08 00:47, Alan Frisbie wrote: I have a large quantity of disks that I wish to copy to files that can be directly used by the SIMH PDP-11 emulator and by the E11 emulator. They include 8" floppies (both RX01 and RX02), RL01, and RL02. The issue is that the disks have secto

Re: [Simh] DEC floppy disk interleave questions

2015-03-07 Thread Howard M. Harte
t purposes. -Howard -Original Message- From: Simh [mailto:simh-boun...@trailing-edge.com] On Behalf Of Johnny Billquist Sent: Saturday, March 7, 2015 4:52 PM To: Alan Frisbie; SIMH@trailing-edge.com Subject: Re: [Simh] DEC floppy disk interleave questions Hi, Alan. On 2015-03-08 00:47, Alan Frisb

Re: [Simh] DEC floppy disk interleave questions

2015-03-08 Thread Christian Brunschen
Howard > > -Original Message- > From: Simh [mailto:simh-boun...@trailing-edge.com] On Behalf Of Johnny > Billquist > Sent: Saturday, March 7, 2015 4:52 PM > To: Alan Frisbie; SIMH@trailing-edge.com > Subject: Re: [Simh] DEC floppy disk interleave questions > > Hi, Alan

Re: [Simh] DEC floppy disk interleave questions

2015-03-08 Thread Mark Pizzolato - Info Comm
On Saturday, March 7, 2015 at 6:15 PM, Howard M. Harte wrote: > Dave Dunfield's ImageDisk (.IMD) format can preserve the floppy disk > metadata. He has some DEC disk images in this format on his site: > http://www.classiccmp.org/dunfield/img/index.htm > > When I implemented several floppy disk co

Re: [Simh] DEC floppy disk interleave questions

2015-03-08 Thread Howard M. Harte
From: Mark Pizzolato - Info Comm [mailto:m...@infocomm.com] Sent: Sunday, March 8, 2015 4:42 AM To: Howard M. Harte; 'Alan Frisbie'; SIMH@trailing-edge.com Subject: RE: [Simh] DEC floppy disk interleave questions On Saturday, March 7, 2015 at 6:15 PM, Howard M. Harte wrote: > Dave Dun

Re: [Simh] DEC floppy disk interleave questions

2015-03-08 Thread Howard M. Harte
Thanks Christian, very interesting. I just ordered one. From: Christian Brunschen [mailto:christ...@brunschen.com] Sent: Sunday, March 8, 2015 3:14 AM To: Howard M. Harte Cc: Alan Frisbie; SIMH@trailing-edge.com Subject: Re: [Simh] DEC floppy disk interleave questions Potentially

Re: [Simh] DEC floppy disk interleave questions

2015-03-09 Thread Christian Brunschen
schen.com] > *Sent:* Sunday, March 8, 2015 3:14 AM > *To:* Howard M. Harte > *Cc:* Alan Frisbie; SIMH@trailing-edge.com > > *Subject:* Re: [Simh] DEC floppy disk interleave questions > > > > Potentially interesting for reading floppy disks at a low level: Kryoflyx >

Re: [Simh] DEC floppy disk interleave questions

2015-07-16 Thread Alan Frisbie
On 07/16/2015 05:40 AM, Hans-Ulrich Hölscher wrote: > if you want to image your disks and floppies for use with simh, > there's an easy way to do it. All you need is a (Micro-)VAX > having the appropriate drive(s) running VMS. > MOUNT/FOREIGN > COPY/LOG yourimagename.img > DISMOUNT > Don't wo

Re: [Simh] DEC floppy disk interleave questions

2015-07-16 Thread Leo Broukhis
On Thu, 16 Jul 2015 07:53:44 -0700, Alan Frisbie wrote: > On 07/16/2015 05:40 AM, Hans-Ulrich Hölscher wrote: > > > if you want to image your disks and floppies for use with simh, > > there's an easy way to do it. All you need is a (Micro-)VAX > > having the appropriate drive(s) running VMS.

Re: [Simh] DEC floppy disk interleave questions

2015-07-16 Thread Armistead, Jason BIS
simh@trailing-edge.com Subject: [Simh] DEC floppy disk interleave questions > > > if you want to image your disks and floppies for use with simh, > > there's an easy way to do it. All you need is a (Micro-)VAX > having > the appropriate drive(s) running VMS. > >

Re: [Simh] DEC floppy disk interleave questions

2015-07-16 Thread Johnny Billquist
On 2015-07-16 14:40, Hans-Ulrich Hölscher wrote: Hi Alan, if you want to image your disks and floppies for use with simh, there's an easy way to do it. All you need is a (Micro-)VAX having the appropriate drive(s) running VMS. MOUNT/FOREIGN COPY/LOG yourimagename.img DISMOUNT Don't worry

Re: [Simh] DEC floppy disk interleave questions

2015-07-18 Thread Hans-Ulrich Hölscher
Sorry, should of course have been the raw device:   dd if=/dev/rrx0 of=filename.img   Ulli --- Alle Postfächer an einem Ort. Jetzt wechseln und E-Mail-Adresse mitnehmen! Rundum glücklich mit freenetMail ___ Simh mailing list Simh@trailing-edge.com htt