GNOME 3 - Automount

Automount on GNOME 3.14.2 is working but umount many times doesn't.
I like to do job manual but I don't know how to disable it.

Thank you.
 
Last edited by a moderator:
You can check what process is holding your mount point by using fstat(1). For example, when I want to unmount a USB stick mounted on ~/mnt/usb and it fails I use:
fstab | grep mnt/usb
And usually it is gvfsd-trash. My solution is to force unmount ( umount -f).
 
Last edited by a moderator:
Thank you. But do you know how to change mount directory. Now it choose /media but I want different.
 
Last edited by a moderator:
Back
Top