Automount doesn't work.
Submitted by vax..@..il.com
Assigned to Jannis Pohlmann
Description
I have "Mount removable drives when hot-plugged" option enabled. However, thunar-volman fails to mount any removable media.
I've made the following script as a workaround for the issue:
cat /usr/local/bin/thunar-volman #!/bin/sh sleep 1 exec /usr/bin/thunar-volman $@ >/tmp/thunar-volman.log 2>&1
Mount succeeds if thunar-volman is started after a small delay. If I comment "#sleep 1", mount fails and the output of /tmp/thunar-volman.log looks as follows: cat /tmp/thunar-volman.log thunar-volman: Could not detect the volume corresponding to the device.
/usr/bin/thunar-volman --version thunar-volman 0.8.0 (Xfce 4.10)
Copyright (c) 2004-2007 Benedikt Meurer benny@xfce.org Copyright (c) 2010-2011 Jannis Pohlmann jannis@xfce.org
All rights reserved.
Please report bugs to http://bugzilla.xfce.org/.
Thanks, Val.
Version: 0.8.0