You are not logged in.

#1 2013-02-08 09:42:23

Osiris
Member
Registered: 2003-01-18
Posts: 157
Website

File dialog delays with sshfs automount

Hello,

I use sshfs with systemd automount to mount my laptop:

% cat /etc/fstab
[...]
florian@10.149.98.154:  /mnt/macbook  fuse.sshfs  noauto,x-systemd.automount,_netdev,users,idmap=user,IdentityFile=/home/florian/.ssh/id_rsa,allow_other,reconnect  0 0

It works perfect when the notebook is available, but when it is not and a KDE file dialog requests a file/path selection the dialog freezes for a couple of seconds again and again each time I change the path displayed. journalctl gives multiple messages:

Feb 08 10:40:51 horus systemd[1]: Unit mnt-macbook.mount entered failed state
Feb 08 10:40:51 horus systemd[1]: Mounting /mnt/macbook...
Feb 08 10:40:51 horus udisks-daemon[994]: **** /proc/self/mountinfo changed
Feb 08 10:40:51 horus systemd[1]: Mounted /mnt/macbook.
Feb 08 10:40:54 horus mount[7749]: read: Connection reset by peer
Feb 08 10:40:54 horus udisks-daemon[994]: **** /proc/self/mountinfo changed
Feb 08 10:40:54 horus systemd[1]: mnt-macbook.mount mount process exited, code=exited status=1
Feb 08 10:40:54 horus colord[1121]: (colord:1121): Cd-WARNING **: CdProfileStore: failed to get filesystem type: Fehler beim Einlesen der Dateisystem-Information: Kein passendes Gerät gefunden
Feb 08 10:40:54 horus systemd[1]: Unit mnt-macbook.mount entered failed state
Feb 08 10:40:54 horus systemd[1]: Mounting /mnt/macbook...
Feb 08 10:40:54 horus udisks-daemon[994]: **** /proc/self/mountinfo changed
Feb 08 10:40:54 horus systemd[1]: Mounted /mnt/macbook.
Feb 08 10:40:57 horus mount[7755]: read: Connection reset by peer
Feb 08 10:40:57 horus udisks-daemon[994]: **** /proc/self/mountinfo changed
Feb 08 10:40:57 horus systemd[1]: mnt-macbook.mount mount process exited, code=exited status=1
Feb 08 10:40:57 horus colord[1121]: (colord:1121): Cd-WARNING **: CdProfileStore: failed to get filesystem type: Fehler beim Einlesen der Dateisystem-Information: Kein passendes Gerät gefunden
Feb 08 10:40:57 horus systemd[1]: Unit mnt-macbook.mount entered failed state
Feb 08 10:40:57 horus systemd[1]: Mounting /mnt/macbook...
Feb 08 10:40:57 horus udisks-daemon[994]: **** /proc/self/mountinfo changed
Feb 08 10:40:57 horus systemd[1]: Mounted /mnt/macbook.
Feb 08 10:41:00 horus mount[7762]: read: Connection reset by peer
Feb 08 10:41:00 horus udisks-daemon[994]: **** /proc/self/mountinfo changed

What can I do about that?

Thanks!

Offline

Board footer

Powered by FluxBB