Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Report: Reading of CMD FD-2000 HD disks successful #107

Closed
hpingel opened this issue Sep 14, 2019 · 1 comment
Closed

Report: Reading of CMD FD-2000 HD disks successful #107

hpingel opened this issue Sep 14, 2019 · 1 comment

Comments

@hpingel
Copy link

hpingel commented Sep 14, 2019

Hi David,

This is not so much an issue, just some feedback. As I don't own a FD-2000 disk drive from Creative Micro Designs (CMD) I have written a d2m image file (downloaded from the internet) to a 3.5" HD disk using my ancient Linux box tweaking the disk drive in there as follows:

mknod /dev/fd0cmdfd2m b 2 124
setfdprm /dev/fd0cmdfd2m HD DS sect=10 ssize=1024 cyl=81 swapsides

time fdformat /dev/fd0cmdfd2m
time dd if=Downloads/dummy.fd2 of=/dev/fd0cmdfd2m count=1620 bs=1024

The FD-2000 HD disk format (a DD format can also be written by the drive) seems to have 81 tracks and 10 sectors of 1024 bytes per track. It stores 1620 KB of end-user data.

CMD FD2000 disk drive, a third party floppy disk drive for the
Commodore line of computers with double of the capacity:
"CMDFD2M":
DS HD sect=10 cyl=81 ssize=1024 fmt_gap=100 gap=12 swapsides

As it wants to be downward compatible to the Commodore 1581 drive, it also swaps the sides (=swapsides).

FluxEngine parmeters used:
fluxengine read ibm --revolutions=2 -s ":d=0:t=0-80:s=0-1"

Ressources:
https://web.archive.org/web/20060622053148/http://www.cmdweb.de/fd.htm
https://www.c64-wiki.de/wiki/FD-2000
http://www.unusedino.de/ec64/technical/formats/d2m-dnp.html
https://cbm8bit.com/articles/user-contributions/howto_d1m_d2m_d4m
Visualisation:
fd2000

The only thing missing from FluxEngine is support for the image file extension "d2m" or even "d4m" for the CMD FS-4000.

@davidgiven
Copy link
Owner

(belatedly) Good news --- thanks for the report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants