Yes, you have to uncomment four lines:
Code:
gksudo gedit /etc/init.d/mountdevsubfs.sh
Starting at line #45 make these four look like this:
Code:
mkdir -p /dev/bus/usb/.usbfs
domount usbfs "" /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644
ln -s .usbfs/devices /dev/bus/usb/devices
mount --rbind /dev/bus/usb /proc/bus/usb
You may wish to add this line to fstab file:
Code:
usbfs /proc/bus/usb usbfs auto 0 0
Such has aided in adding USB drives to the list.
Reboot and see if you can access the USB devices. If not, let us know.
Bookmarks