Skip to content

Taking HFE copies of MFS Mac 400k disks #511

Answered by keirf
cknowlesuk asked this question in Q&A
Discussion options

You must be logged in to vote

Indeed that won't really work well, as the bitrate (or rpm) varies across tracks. You are better off imaging to SCP. If you are confident that your disks are plain 400k or 800k disks, then gw can even convert these directly:

gw read --format=mac.400 name.dsk

Or if you want to take a raw SCP dump and then convert:

gw read name.scp
gw convert --format=mac.400 name.scp name.dsk

Or

gw convert --format=mac.800 name.scp name.dsk

If you are confident that the disk is single sided, you can dump the single side only to SCP:

gw read --tracks=h=0 name.scp

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by cknowlesuk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants