On Tue, Nov 30, 2004 at 11:37:36AM -0600, Brian Millett wrote: > I'm guessing that I should know this, sorry, but with the last initscripts > update, I now get a message like > "can't find /proc/bus/usb in /etc/fstab or /etc/mtab" > > I have googled to see what should be in /etc/fstab and have found four > variations. > > usbdev /proc/bus/usb usbdevfs defaults 0 0 > usbdevfs /proc/bus/usb usbdevfs noauto 0 0 > none /proc/bus/usb usbdevfs defaults 0 0 > /proc/bus/usb /proc/bus/usb usbdevfs defaults 0 0 > > What should I have? I do have a /proc/bus/usb that is populated. The name "usbdevfs" is dead, use "usbfs" instead. Newer kernels don't even work with that term. thanks, greg k-h