I am still unble to connect to sshfs shares on 12.04 startup
I have tried the instructions from http://ubuntuforums.org/showthread.php?t=430312 (which works on my 10.04 machines) placing the following in /etc/fstab, and adding the :
which results only in the error:
An error occurred while mounting kain@charizard:/home/kain.
Press S to skip mounting or M for manual recovery.
Also placing the command in .bashrc and/or .bash_profile:
doesn't mount the share, yet it mounts ok when typed in to a shell prompt after the system has booted.
I have tried the instructions from http://ubuntuforums.org/showthread.php?t=430312 (which works on my 10.04 machines) placing the following in /etc/fstab, and adding the :
Code:
sshfs kain@charizard:/home/kain /home/kain/charizard fuse defaults,noauto,users,uid=1000,gid=1000,reconnect,follow_symlinks,comment=sshfs 0 0
An error occurred while mounting kain@charizard:/home/kain.
Press S to skip mounting or M for manual recovery.
Also placing the command in .bashrc and/or .bash_profile:
Code:
sshfs kain@charizard:/home/kain /home/kain/charizard
Comment