Package: fuse Severity: important 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. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]