I want to permanently mount a remote directory with SSHFS and I've used fstab to do this--but only to some success. The problem is that any downtime experienced by the remote server ensures that I'll lose the connection.
I have scripts running 24/7 on my ubuntu server that are dependent on the mounted directory, so should I just tell my scripts to manually mount each time they run?