An error occurred while mounting /dev/bus/usb (and/or)
An error occurred while mounting /proc/bus/usb
Press S to skip mounting or M for manual recovery
If you are seeing this error on boot an easy way to get rid:
- sudo gedit /etc/fstab
- Fine the following line (or lines if you are having both errors)
- Add a # infront of them to comment it out
- Save & Exit.
none /proc/bus/usb usbfs defaults,devmode=0666 0 0
none /dev/bus/usb usbfs defaults,devmode=0666 0 0
As far as I am aware everything is still working fine and it might just be something left in from Karmic which isn’t needed any longer but just to make sure comment out these lines rarther than removing them.
Related posts:
- HowTo: Fix Jumping/Skipping Sound in Spotify under Wine – Ubuntu Karmic (9.10)
- HowTo: Install Player/Stage in Ubuntu Karmic (9.10)
- Howto fix: “error while loading shared libraries”



