Pablo Barbachano wrote...
> sshfs [EMAIL PROTECTED]: dir/
>
> I give the passwd and then it says:
>
> fusermount: mount failed: Operation not permitted
For verification, please try again using strace:
strace -s1024 -f -o sshfs.log sshfs [EMAIL PROTECTED]: dir/
and search the mount system call in sshfs.log. Do you find something like
mount("[EMAIL PROTECTED]:", "dir/", "fuse", MS_NOSUID|MS_NODEV,0x804d058) = -1
EINVAL (Invalid argument)
Seems like fusermount and 2.6.15.6 (my kernel) don't want to talk to
each other.
> I don't know how to fix it.
Me neither :-(
Christoph
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]