Hi

This email show that:

1) with same options sshfs works well and not ftpfs
2) the "user" option is not in mtab and sshfs works, so it contradicts
the analyze of the bug at
http://fuse.996288.n3.nabble.com/Cannot-umount-as-non-root-user-anymore-td689.html

I use also sshfs the same way, I modified a bit the fstab entry to have
the same options:
fstab:

------------------------------------------------------
p2p-lect...@gool.bibu.eu:/var/lib/transmission-daemon/downloads       
/mpnts/bibup2p
fuse.sshfs
noauto,_netdev,ro,user,allow_other,idmap=user,uid=1000,gid=1000,default_permissions
0 0

curlftpfs#emmanuel:password@telemmanuel:2221      /mpnts/telephone-emmanuel
fuse
noauto,_netdev,ro,user,allow_other,uid=1000,gid=1000,default_permissions
0 0
------------------------------------------------------


command line:
------------------------------------------------------
emmanuel@fanti: ~
$ mount /mpnts/telephone-emmanuel/
emmanuel@fanti: ~
$ mount /mpnts/bobup2p/
emmanuel@fanti: ~
$ tail -n2 /etc/mtab 
curlftpfs#ftp://emmanuel:tytotu@telemmanuel:2221/ /mpnts/telephone-emmanuel
fuse
ro,nosuid,nodev,noexec,relatime,user_id=1000,group_id=1000,default_permissions,allow_other
0 0
p2p-lect...@global.bobu.eu:/var/lib/transmission-daemon/downloads /mpnts/bobup2p
fuse.sshfs
ro,nosuid,nodev,noexec,relatime,user_id=1000,group_id=1000,default_permissions,allow_other
0 0 
emmanuel@fanti: ~ 
$ umount /mpnts/bobup2p/ 
emmanuel@fanti: ~ 
$ umount /mpnts/telephone-emmanuel/ umount: /mpnts/telephone-emmanuel:
umount failed: Operation not permitted

------------------------------------------------------
and as usual, root can umount it


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to