Comment 20 for bug 1064195

Revision history for this message
In , Wbauer (wbauer) wrote :

(In reply to comment #14)
> I applied these three patches.
> Without entry in fstab: When I try to get into a floppy through Thunar it
> says: "Message did not receive a reply (timeout by message bus)." And
> service udisksd ends.

I can confirm this problem here after applying the 3 patches to the current version 2.1.3.
Running "udisksctl mount -b /dev/fd0" with the removed fstab entry just gives:
Error mounting /dev/fd0: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus)

udisksd apparently crashes, it disappears from the process list temporarily, and is restarted again immediately.

With the following fstab entry in place it works and indeed mounts the disk as user, not root as before:
/dev/fd0 /media/floppy auto noauto,user,sync 0 0