Bug 142281 - /proc/bus/usb not mounted if 'usb' is found in /proc/mounts
Summary: /proc/bus/usb not mounted if 'usb' is found in /proc/mounts
Status: VERIFIED INVALID
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Hotplug (show other bugs)
Version: unspecified
Hardware: All SuSE Pro 9.3
: P5 - None : Normal
Target Milestone: ---
Assignee: Christian Zoz
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-10 12:00 UTC by Stefan Vogtner
Modified: 2007-06-04 16:48 UTC (History)
0 users

See Also:
Found By: Customer
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.