Can somebody point out my error please?
I have a usb floppy drive attached to my machine. If I insert a DOS floppy, the light comes on and Dolphin pops up to tell me the disc label. But I want to read some adfs formatted floppies and the thing isn't playing ball.
If I run cat /proc/partitions with the DOS floppy in, it tells me it's sdc but if try it with an adfs floppy the light comes on and goes off. If I then type mount -t adfs /dev/sdc /media/floppy it tells me that there is no medium found on /dev/sdc so what am I doing wrong?