User Tools

Site Tools


x68000:writing_floppies

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
x68000:writing_floppies [2019/08/27 20:45] – external edit 127.0.0.1x68000:writing_floppies [2022/04/25 16:33] (current) TD-Linux
Line 1: Line 1:
 +====== Writing floppies with a directly attached IBM floppy drive ======
 +
 ===== Foreword ===== ===== Foreword =====
  
Line 81: Line 83:
 <file> <file>
 setfdprm /dev/fd0 -c setfdprm /dev/fd0 -c
 +</file>
 +
 +====== Writing floppies with a USB Greaseweazle/Fluxengine interface ======
 +
 +Greaseweazle or Fluxengine hardware can be used to format and write images to a floppy in one step. Besides XDF, there is also limited support for D88 and DIM floppy image support. Regardless of your hardware choice, you will need the Fluxengine software.
 +
 +===== Writing 5.25" floppies =====
 +
 +<file>
 +fluxengine write ibm1232 -i flop.xdf
 +</file>
 +
 +Formats like D88 will override the setting for the disk format, you can use the more generic "ibm" format if you prefer in this case.
 +
 +===== Writing 3.5" floppies =====
 +
 +Most floppy drives spin at 300 RPM, so you'll need to compensate for this in software unless you found a 360RPM Japanese floppy drive (trimode drives will spin at 300 RPM when attached to a Greaseweazle).
 +
 +<file>
 +fluxengine write ibm1232 --flux-sink.rescale=1.2 -i flop.xdf
 </file> </file>
x68000/writing_floppies.txt · Last modified: 2022/04/25 16:33 by TD-Linux