I have three xubuntu 11.10 systems running here, one is a 32-bit laptop and two are 64-bit desktop machines.
USB drives plugged into the laptop and one of the dekstop machines get automounted correctly but on the other desktop machine although the USB drive is recognised (appears in dmesg as it should) it doesn't get automounted.
So how can I diagnose what's wrong or missing on the desktop machine where the automounting doesn't work? I think it's *possible* that I have removed something necessary and/or misconfigured something as this machine is quite heavily customised.
As I have a working machine and a non-working one I may be able to compare things between the two machines to see what is wrong but I need to know the sort of places I should be looking.
What processes and packages are involved in automounting a USB drive? As I said it appears to be recognised correctly by the kernel, messages in dmesg and syslog are the same on both the system where it's not automounted and the system where it is.
After the kernel has recognised the USB device as a mass storage device what then mounts it automatically and (if configured to do so, which it is) pops up thunar?
Any/all help would be most welcome as this problem is getting really annoying!
On Wed, Mar 14, 2012 at 08:14:01PM +0000, Chris Green wrote:
I have three xubuntu 11.10 systems running here, one is a 32-bit laptop and two are 64-bit desktop machines.
USB drives plugged into the laptop and one of the dekstop machines get automounted correctly but on the other desktop machine although the USB drive is recognised (appears in dmesg as it should) it doesn't get automounted.
So how can I diagnose what's wrong or missing on the desktop machine where the automounting doesn't work? I think it's *possible* that I have removed something necessary and/or misconfigured something as this machine is quite heavily customised.
As I have a working machine and a non-working one I may be able to compare things between the two machines to see what is wrong but I need to know the sort of places I should be looking.
What processes and packages are involved in automounting a USB drive? As I said it appears to be recognised correctly by the kernel, messages in dmesg and syslog are the same on both the system where it's not automounted and the system where it is.
After the kernel has recognised the USB device as a mass storage device what then mounts it automatically and (if configured to do so, which it is) pops up thunar?
Any/all help would be most welcome as this problem is getting really annoying!
While the gvfs problem may have something to do with this fixing it hasn't got my automounts back.
On 14 March 2012 22:35, Chris Green cl@isbd.net wrote:
What processes and packages are involved in automounting a USB drive? As I said it appears to be recognised correctly by the kernel, messages in dmesg and syslog are the same on both the system where it's not automounted and the system where it is.
I just got time to look at this after the latest Ubuntu patches lost my software raid device by changing the metadevice name and the default grub boot option stopped working. (update-grub anyone?).
I had to install the package 'usbmount' in order to get my USB drive mounting automatically. I saw these extra lines in syslog with this package installed:
Mar 18 13:20:37 littlechef usbmount[3295]: /dev/sdd does not contain a filesystem or disklabel Mar 18 13:20:37 littlechef usbmount[3316]: executing command: mount -tvfat -osync,noexec,nodev,noatime,nodiratime /dev/sdd1 /media/usb0 Mar 18 13:20:37 littlechef usbmount[3316]: executing command: run-parts /etc/usbmount/mount.d
Looks like filesystems supported, mount points, and enabled\disabled options are configurable in '/etc/usbmount/usbmount.conf'.
-- ATB, Karl