Fare il mount di un percorso SSHFS con FUSE
Esguire il mount locale di un percorso remoto tramite SSHFS: # eseguire il mount della home remota sshfs username@hostname: mountpoint <password> # eseguire il mount di un path assoluto remoto sshfs username@hostname:/my/path mountpoint <password> # eseguire l’ umount fusermount -u mountpoint # per impostare i dati di mount automaticamente mettere in /etc/fstab # allow_other: permette […]
Read More