Bug 142281

Summary: /proc/bus/usb not mounted if 'usb' is found in /proc/mounts
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Stefan Vogtner <suse-bug>
Component: HotplugAssignee: Christian Zoz <zoz>
Status: VERIFIED INVALID QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: SuSE Pro 9.3   
Whiteboard:
Found By: Customer Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Stefan Vogtner 2006-01-10 12:00:53 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]
Comment 1 Christian Zoz 2006-02-03 11:26:30 UTC
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`"


Comment 2 Ihno Krumreich 2007-06-04 16:48:57 UTC
Closed.