Bugzilla – Bug 142281
/proc/bus/usb not mounted if 'usb' is found in /proc/mounts
Last modified: 2007-06-04 16:48:57 UTC
The following entry in my /etc/fstab caused /proc/bus/usb not to mount: /dev/sda1 /media/usbdevice subfs rw,user,... The reason is in /etc/hotplug/usb/usbcore:10: MOUNTED="`/bin/sed -n '/usb/p' /proc/mounts`" of hotplug-0.50-19.src.rpm [SuSE 9.3]
There is something wrong with this bugreport: SL10.0 did not ship package hotplug anymore. In 10.0 usbfs is mounted via /etc/udev/rules.d/50-udev.rules. So this is invalid for 10.0 and higher. If it is an older version: change it to: MOUNTED="`/bin/sed -n '/^usbfs/p' /proc/mounts`"
Closed.