Anyone have something like this?
Or should the standard PC1 mount list work for 5.25 disk drives as well?
This is the mountlist that I used:
/* CrossDOS file system entry for 5.25" drive.
*/
FileSystem = L:CrossDOSFileSystem
Device = mfm.device
Unit = 2
Flags = 1
Surfaces = 2
BlocksPerTrack = 9
Reserved = 1
Interleave = 0
LowCyl = 0
HighCyl = 39
Buffers = 5
BufMemType = 0
StackSize = 600
Priority = 5
GlobVec = -1
DosType = 0x4D534400
I had only a double-density 5.25" drive (Amiga A1020).
Be aware that this drive does not detect disk changes, so you have to issue 'diskchange' commands yourself!
have anyone tested this mount list for C64 formatted disks if it works?
That's software for reading 1541 disks and making disk images. It is not a mountlist.
Yes, it does work, but you have to change the rotation speed of the disk drive for it to work reliably. IIRC, the instructions for doing that are included in the archive. The software works well for reading 1541 disks after that (and CBM 2040 disks, too!) but MS-DOS disks are problematic then.
You cannot write to 1541 disks with this software. 1541 disks are tricky because the data rate is different on different tracks.
I experimented a bit with the rotation speed, and IIRC, the sweet spot for me was 283 rpm. That allowed me to read Apple ][, C=1541, and Atari (forgot the drive model) disks into images well, and still be able to read MS-DOS disks. Writing to MS-DOS disks at that speed often corrupted them.