# uname -a Linux lin-workstation.azapple.com 2.6.10-1.741_FC3 #1 Thu Jan 13 16:38:22 EST 2005 i686 athlon i386 GNU/Linux
message at startup fs type usbdevfs not supported by kernel
no doubt caused by line in /etc/fstab none /proc/bus/usb usbdevfs defaults 0 0
Do I remove that line from fstab?
Change it to :
none /proc/bus/usb usbfs defaults 0 0
then run:
mount /proc/bus/usb
I do own a SD memory card reader that
may have caused that to get installed when machine was on Fedora-1
<snip>