Hi Sebastian!

To mount via SSHFS I have lines like:

sshfs#bogd...@tanelorn.lan:/mnt/corum   /media/corum    fuse    
noauto,rw,noatime,user,nonempty 0 0
sshfs#bogd...@tanelorn.lan:/mnt/elric   /media/elric    fuse    
noauto,rw,noatime,user,nonempty 0 0
sshfs#bogd...@tanelorn.lan:/             /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:

bogd...@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)
bogd...@tanelorn.lan:/mnt/corum on /media/corum type fuse.sshfs 
(rw,noexec,nosuid,nodev,noatime,max_read=65536,user=bogdanb)
bogd...@tanelorn.lan:/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.

-- 
[jaunty] multiload-applet + sshfs breaks suspend
https://bugs.launchpad.net/bugs/319575
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to