Index: thunar-vfs/thunar-vfs-volume-hal.c =================================================================== --- thunar-vfs/thunar-vfs-volume-hal.c (revision 21797) +++ thunar-vfs/thunar-vfs-volume-hal.c (working copy) @@ -270,6 +270,13 @@ result = thunar_vfs_exec_sync ("%s %s", error, program, quoted); g_free (program); g_free (quoted); + + /* pmount-hal returns error if already mounted, so + * we set result to TRUE, which means it will always + * be looked up in /proc/mounts below. + * See http://bugzilla.xfce.org/show_bug.cgi?id=1833. + */ + result = TRUE; } else {