Comment 2 for bug 319575

Revision history for this message
Bogdan Butnaru (bogdanb) wrote : Re: [jaunty] multiload-applet + sshfs breaks suspend

Hi Sebastian!

To mount via SSHFS I have lines like:

sshfs#<email address hidden>:/mnt/corum /media/corum fuse noauto,rw,noatime,user,nonempty 0 0
sshfs#<email address hidden>:/mnt/elric /media/elric fuse noauto,rw,noatime,user,nonempty 0 0
sshfs#<email address hidden>:/ /media/tanelorn fuse noauto,rw,noatime,user,nonempty 0 0

in /etc/fstab. "tanelorn.lan" is my server. I mount them with a simple "mount /media/corum". This is the only kind of remote directory that I have available, so I don't know if it happens with other types of shares. It's also the only FUSE filesystem I mount myself, although there are a couple others I don't know about:

bogdanb@mabelode:~$ mount|grep fuse
fusectl on /sys/fs/fuse/connections type fusectl (rw)
gvfs-fuse-daemon on /home/bogdanb/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=bogdanb)
<email address hidden>:/mnt/corum on /media/corum type fuse.sshfs (rw,noexec,nosuid,nodev,noatime,max_read=65536,user=bogdanb)
<email address hidden>:/mnt/elric on /media/elric type fuse.sshfs (rw,noexec,nosuid,nodev,noatime,max_read=65536,user=bogdanb)

This happens both via Ethernet and WiFi, on two different machines, like I said.

I'm not sure if it's relevant, but _unmounting_ doesn't go as usual: I either have to do a "sudo umount" or a "fusermount -u" for FUSE mounts, I'm not sure why.