sshfs mount won't start from /etc/rc.local
- by Alex Flo
I have the following commands in /etc/rc.local
chmod 666 /dev/fuse
chmod +x /usr/bin/fusermount
/bin/su someuser -c "/usr/bin/sshfs someuser@someserver:/usr/local/storage /usr/local/storage_remote -o nonempty -o reconnect"
If I run them from command line, as root, they work.
If I reboot the server they won't run from /etc/rc.local.
I try…