Thursday, March 01, 2007

Accessing sshfs with Thunar

I mounted a directory using sshfs:


sshfs user@host: /mnt/host


and found that while I could cd into it and ls it and do things with the files fine... Thunar (and Gentoo) didn't seem to know it existed.

I found the answer was to use -o allow_other when mounting the fuse-filesystem.


sshfs user@host: /mnt/host -o allow_other


all better :o)