The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
384 views

Mint 14 Floppy error

Error reported = Error mounting system managed device /dev/fd0. Command line ... /media/flopp0 exited with non-zero . /dev/fd0 is not a valid block device. I've got a physical floppy drive, working ...
7
votes
3answers
125 views

How do I compare a file with a floppy image and the actual floppy's content?

Is there a command that compares a floppy disk image (e.g. a .iso file) to the actual contents of the floppy the image was written on (e.g. /dev/fd0)?
4
votes
1answer
345 views

How to disable floppy seek at linux startup?

It is annoying enough that my BIOS has no switch that allows me to disable the floppy-seek at boot. But when I boot CentOS 5 the floppy seeks again - I suspect hald to do this. How can I disable that ...