Mount remote directories in your local machine
I have my Music and Video directories in my B3 Server. To access them locally I mount them using sshfs.
In order to not think about it, I created a script that runs at boot time to take care of that for me.
The script is available at my github account in a repository called sshfsmount.
Installing sshfs First of all you need to install sshfs:
sudo apt-get install sshfs Get the code Get the code from my sshfsmount github repository: