On Mon, Oct 29, 2007 at 11:31:26AM +0100, "Adam Cécile (Le_Vert)" wrote:
> Could you please give fuse 2.7.1 (just entered unstable) a try ?
> It should be fixed, at least for me it is.

Thanks for the update, Adam.  I have pulled libfuse2 2.7.1-1 from
unstable and was able to successfully mount a remote directory using
sshfs while /etc/mtab was a link to /proc/mounts.

However, I seem to be running into a new problem which is that I can't
unmount the directory I just mounted except as root:

servo:0:~> mount | grep sshfs
servo:1:~> TEMP=$(mktemp -d)
servo:0:~> sshfs servo: $TEMP
servo:0:~> mount | grep sshfs
sshfs#servo: on /tmp/tmp.xQrYJ19959 type fuse
(rw,nosuid,nodev,user_id=1000,group_id=1000,max_read=65536)
servo:0:~> fusermount -u $TEMP
servo:0:~> mount | grep sshfs
sshfs#servo: on /tmp/tmp.xQrYJ19959 type fuse
(rw,nosuid,nodev,user_id=1000,group_id=1000,max_read=65536)
servo:0:~> umount $TEMP
umount: /tmp/tmp.xQrYJ19959 is not in the fstab (and you are not root)
servo:2:~> sudo umount $TEMP
servo:0:~> mount | grep sshfs
servo:1:~> 

Unless there's something new in the new version of libfuse2 that I
don't know about, I guess I should file this as a new bug.

Thanks for all the help, though, Adam.  Much appreciated.

jamie.

Attachment: signature.asc
Description: Digital signature

Reply via email to