sshfs - Montare cartelle remote
1. installazione pacchetto
sudo pacman -S sshfs2. montaggio cartelle remota
sshfs user@<IP>:</path/to/remote/folder> </path/to/mountpoint>3. smontaggio
fusermount -u </path/to/mountpoint>sudo pacman -S sshfssshfs user@<IP>:</path/to/remote/folder> </path/to/mountpoint>fusermount -u </path/to/mountpoint>