24-04-2026, 01:17 AM
I have just finished testing my own Greaseweazle 4.1 with a Mitsubishi DSDD Floppy drive - successfully imaging a SimplyDB diskette and converting the scp image to an (e)DSK file which mounted successfully in uBee512.
It was a lot easier than I thought it would be -
gw read disk.scp --format=ibm.scan --tracks=c=0-39:h=0-1
to convert the file into an eDSK - I am using HxC Floppy drive emulator (as the other tools seem to be windows based and I'm using Macos)
If I want to write it back to the drive I can use
gw write disk.scp --tracks=c=0-39:h=0-1
I can also export a dsk file back to a scp file using HxC Floppy drive emulator
It was a lot easier than I thought it would be -
gw read disk.scp --format=ibm.scan --tracks=c=0-39:h=0-1
to convert the file into an eDSK - I am using HxC Floppy drive emulator (as the other tools seem to be windows based and I'm using Macos)
If I want to write it back to the drive I can use
gw write disk.scp --tracks=c=0-39:h=0-1
I can also export a dsk file back to a scp file using HxC Floppy drive emulator
