Nov 19 2008

Where’s my /dev/fd0 ?

I just tried to mount a floppy disk on a new Ubuntu Hardy 8.10 installation and found that there was no /dev/fd0 device. The fix was to add the following line to /etc/modules:

floppy

Then reboot. (or type: sudo modprobe floppy)