zkk / sshfs - Montare cartelle remote



sshfs - Montare cartelle remote

1. installazione pacchetto

sudo pacman -S sshfs

2. montaggio cartelle remota

sshfs user@<IP>:</path/to/remote/folder> </path/to/mountpoint>

3. smontaggio

fusermount -u </path/to/mountpoint>