--- udisks-1.94.0/src/udiskslinuxfilesystem.c.orig 2013-02-16 17:45:43.168303622 +0200 +++ udisks-1.94.0/src/udiskslinuxfilesystem.c 2013-02-16 17:46:13.591318876 +0200 @@ -836,6 +836,7 @@ } /* If we know the user-name and it doesn't have any '/' character in it, mount in /run/media/$USER */ +#if 0 if (user_name != NULL && strstr (user_name, "/") == NULL) { mount_dir = g_strdup_printf ("/run/media/%s", user_name); @@ -872,6 +873,7 @@ } } } +#endif /* otherwise fall back to mounting in /media */ if (mount_dir == NULL) mount_dir = g_strdup ("/media");