I have mounted a SSH "share" using Thunar and the remote machine has been powered off before I thought of unmounting it. Now Thunar freezes for a while (like 20-30 seconds) whenever I hit the "eject" icon, then displays a time out message but doesn't unmount anything. I don't seem to read any "forced" option to remove the mount though:
$ gvfs-mount --help
Usage:
gvfs-mount [OPTION...] [LOCATION...]
Mount the locations.
Help Options:
-h, --help Show help options
Application Options:
-m, --mountable Mount as mountable
-d, --device=DEVICE Mount volume with device file
-u, --unmount Unmount
-e, --eject Eject
-s, --unmount-scheme=SCHEME Unmount all mounts with the given scheme
-l, --list List
-o, --monitor Monitor events
-i, --detail Show extra information
EDIT: Here are the running gvfs processes:
$ pgrep -lf gvfs
2777 /usr/lib/gvfs/gvfsd
2786 /usr/lib/gvfs//gvfsd-fuse -f /run/user/1000/gvfs
2811 /usr/lib/gvfs/gvfs-udisks2-volume-monitor
2833 /usr/lib/gvfs/gvfs-gphoto2-volume-monitor
2837 /usr/lib/gvfs/gvfs-afc-volume-monitor
2847 /usr/lib/gvfs/gvfs-mtp-volume-monitor
2988 /usr/lib/gvfs/gvfsd-trash --spawner :1.10 /org/gtk/gvfs/exec_spaw/0
5441 /usr/lib/gvfs/gvfsd-burn --spawner :1.10 /org/gtk/gvfs/exec_spaw/43
13555 /usr/lib/gvfs/gvfsd-http --spawner :1.10 /org/gtk/gvfs/exec_spaw/37
15402 /usr/lib/gvfs/gvfsd-sftp --spawner :1.10 /org/gtk/gvfs/exec_spaw/61
24575 /usr/lib/gvfs/gvfsd-metadata
Is there a secret sauce to remove the mount point and let Thunar go off it? (Shall I say «without loggin off»?)