Search results
360KB disk backup
Score: 126.26 %,
Type: Forum topic , Comments: 38 comments
Or install a real OS on your PC Copying disks will become as easy as
cat /dev/fd0 > ... get a Knoppix CD if you don't want to install it )
cat /dev/fd0 > file.dsk
if that doesn't work for some reason (autodetection fails), you can try:
cat /dev/fd0u360 > file.dsk ...
