sudo apt-get install openssh-client sudo apt-get install openssh-server
sudo apt-get install sshfs
sudo gpasswd -a $USER fuse $ password for $USER: $ Adding user $USER to group fuse
mkdir ~/radio_library
sshfs -o idmap=user $USER@xxx.xxx.xxx.xxx:/var/lib/campcaster/storageServer/var/stor/ ~/radio_library
fusermount -u ~/radio_library
$ fusermount -u ~/radio_library umount: /home/micz/radio_library: device is busy. (In some cases useful info about processes that use the device is found by lsof(8) or fuser(1))
It looks like you're new here. If you want to get involved, click one of these buttons!