Ubuntu 10.04 fix for USB Drive not mounting on pc with Floppy Drive
|
|
Here’s a quick fix for an Ubuntu 10.04 bug that prevents USB Drive from mounting on a PC with Floppy drive (wow, these things still exist?)
The solution is to remove the floppy drive module from linux kernel and you will be able to mount usb drive.
sudo modprobe -r floppy
Should you ever need the module again, you can issue
sudo modprobe floppy
to load the module back (alongside with the annoying bug).
Hope this will help!
p/s: To be fair, my office Dell Optiplex machine (with Pentium 4 HT 2.80GHz, 2005 issue) still has those floppy drives, although I haven’t use them ever since they assigned it to me (back in 2008).
Tags: bug, bugfix, kernel, linux, lucid, lucid lynx, ubuntu
Keep updated with the latest posts, be a part of over 1,000 subscribers! :
Subscribe to your email
You might also want to read...
- How to Boot Linux from USB Drive
- How to add “Send To” removable USB drive in GNOME
- How to use rsync to backup and synchronize files to USB drive
- Create Ubuntu Live USB Drive easily with uSbuntu
- Installing GRUB in USB Flash Drive
- How to back up hard drive image over network in GNU Linux
- How to get USB Drive for less than RM20 (USD 5)


Leave a Comment