• Please review our updated Terms and Rules here

Preserving and exploring Intellec MDS floppy disks

There were 2 sectors with a header but without data in the initial IMD image (issue with the dump).
This is not supported by isis.py.

After repairing these 2 sectors, I managed to read the directory with the iss.py script provided by Lary.

I guess I have a flow to process ISIS floppies now.
Thanks for your help !

Code:
$ ./isis.py -v ../intellec-copie-emulateurs-repaired.imd
filename   attr length link block
---------- ---- ------ ----------
isis.dir   FP.I   3200 (  1,  1)
isis.map   FP.I    512 (  2,  1)
isis.t0    FP.I   2944 (  0, 24)
isis.lab   FP.I   6784 (  0, 25)
isis.bin   FPSI  11740 (  2,  6)
isis.cli   FPSI   2548 (  3, 48)
ice85      .P..  12886 (  4, 17)
ice85.ov0  .P..   2941 (  6, 16)
ice85.ov1  .P..   1236 (  6, 40)
ice85.ov2  .P..   1235 (  6, 51)
ice85.ov3  .P..   2543 (  7, 10)
ice85.ov4  .P..   2088 (  7, 31)
ice85.ov5  .P..   1950 (  7, 49)
ice85.ov6  .P..   3958 (  8, 14)
ice80      .P..  10174 (  8, 46)
ice80.ov0  .P..   3763 ( 10, 24)
ice80.ov1  .P..   4234 ( 11,  3)
ice80.ov2  .P..   1106 ( 11, 38)
ice48      .P..  16077 ( 11, 48)
ice48.ov0  .P..   4845 ( 14, 21)
ice48.ov1  .P..   4785 ( 15,  8)
ice48.ov2  .P..   3636 ( 15, 47)
insert.err .P..   8192 ( 16, 25)
 
Doing more experiments yesterday, I noticed that flux2imd also works with SCP raw files as input.
We then don't have to use the Kryoflux per-track files and put them in a zip file.
This simplifies my flow since I usually generate SCP files with the Greaseweazle.
Code:
flux2imd.exe -f M2FM8-INTEL intellec-copie-emulateurs.scp
 
Back
Top