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 protected]:/media /media/media-server fuse.sshfs user,idmap=user,allow_other,port=62000 0 0 [email protected]:/home/user /home/user/remotedisk fuse.sshfs options 0 0 i think maybe the sshfs installer should create that symlink -- umount: mount disagrees with the fstab https://bugs.launchpad.net/bugs/99437 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
