Files
fluxengine/doc/disk-acorndfs.md
2019-07-03 01:00:05 +02:00

27 lines
707 B
Markdown

Disk: Acorn DFS
===============
Acorn DFS disks are pretty standard FM encoded IBM scheme disks, with
256-sectors and 0-based sector identifiers. There's nothing particularly
special here.
DFS disks are all single sided, but allow the other side of the disk to be
used as another drive. FluxEngine supports these; read one side at a time
with `-s :s=0` or `-s :s=1`.
DFS comes in two varieties, 40 track and 80 track. These should both work.
For 40 track you'll want `-s :t=0-79x2`. Some rare disks are both at the same
time. FluxEngine can read these.
Reading discs
-------------
Just do:
```
fluxengine read dfs
```
You should end up with an `dfs.img` of the appropriate size for your disk
format.