Comment 22 for bug 99437

Revision history for this message
Martin Lindhe (martinlindhe) wrote :

Robin van Leeuwen: i solved the issue with sshfs mounts like this:

first, create a symlink:

ln -s mount.fuse /sbin/mount.fuse.sshfs

then change the /etc/fstab syntax like this:

<email address hidden>:/media /media/media-server fuse.sshfs user,idmap=user,allow_other,port=62000 0 0

<email address hidden>:/home/user /home/user/remotedisk fuse.sshfs options 0 0

i think maybe the sshfs installer should create that symlink