Updated Iomega Floptical (markdown)

Daniel Markstedt 2021-11-29 13:43:42 -08:00
parent f3ea97e2c6
commit 4bdaa0914a

@ -8,10 +8,10 @@ I don't have a report of what it looks like with a 21MB disk in the drive becaus
## Usage with RaSCSI
As of RaSCSI v21.11.01, an Iomega Floptical 1.44MB named drive profile comes standard with the package which can be used on the fly from the Web Interface. You can also use the -N option with rasctl on the command line to set up a simulated Floptical device with RaSCSI.
As of RaSCSI v21.11.01, an Iomega Floptical 1.44MB named drive profile comes standard with the package which can be used on the fly from the Web Interface. You can also use the -n option with rasctl on the command line to set up a simulated Floptical device with RaSCSI.
```
$ rasctl -i 6 -c attach -N "IOMEGA:Io20S *F:PP33" -f floppy_image.hdr
$ rasctl -i 6 -c attach -t scrm -n "IOMEGA:Io20S *F:PP33" -f floppy_image.hdr
```
The Floptical driver seems to only recognize an image if it is 1474560 bytes long. An existing HFS formatted image can be adjusted to fit this size.