I am new to servers and getting confused I think. I have created a server using ubuntu server. I can now see the directories I want on my home machine which is running linux I have been trying different things to make it work but I think this is what made it work!
apt-get sshfs;
mkdir ~/jehu;
sshfs phil@192.168.1.126:/home/phil /home/phil/jehu
once this is up and running I can then access the files on the server from Eg VLC using the file:///home/phil/jehu
link
just getting confused...have I muddled up the commands? is this the best way to do this?
I have just started my server again, and I can't now access the files using file:///home/phil/jehu
link
what I want is something that will link this up on boot, not that I have to do manually
any help would be appreciated thanks
dykesy61
User mapping
,Include symlinks
,Automount
,At system start
. – starkus Apr 19 '20 at 09:28