![]() That works for mounting something that's connected at startup. I need to hotplug a USB device.
--
Drew |
|
![]() libgphoto is necessary for PTP cameras as those do not create /dev entries. That is probably why the hints higher up didn't help out.
http://www.debian-ad....org/articles/127 The above is a tutorial on how to set udev and autofs up to automount USB storage devices. The last two comments (Jan and Mar 2010) read like they have the same issue you ran into. It looks like a change to autofs may be the cause (although the switch to v5 seems to have been underway for a couple of years). One got things going by adding an autofs line to /etc/nsswitch.conf Is there anything in /var/log/debug related to autofs? |
|
![]() I didn't have autofs installed, so I tried following the steps in that article. No joy. But since I didn't have autofs before the last kernel update and it was working, it seems I've got some other problem.
As for /var/log/debug it's showing: Apr 10 14:40:52 drook-desktop kernel: [1518832.644828] usb-storage: device found at 19 To me that looks like everything is detected properly. And a manual mount works just fine. Guess I'll wait to see if a future kernel update fixes it. --
Drew |
|
![]() http://michael-peete...blems-of-usb.html
He found ndiswrapper (compatibility layer for MS WiFi drivers) had been registered as the driver for USB mass storage devices. And also that ndiswrapper now seems to be part of the base Ubuntu installation... Any way, if you get the /dev/sdb link, then the kernel is pretty much done with it. Everything beyond that is userspace, so I think the problem is on that side. |
|
![]() Like I said I can mount it manually and it works fine. It's just the automount that isn't happening. You're right that that's in userspace, but it was after my last reboot -- which only happens for kernel changes -- that it stopped working.
--
Drew |