> 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.
Hmm, I think this is different problem. Can you also show the "execve fusermount ..." line in the strace? It looks as if it's some invalid option, but strace doesn't show the mount options (the last argument). Also, which package versions do you have? Thanks, Miklos -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]