Mount a remote filesystem via ssh
Install sshfs with all dependencies:
emerge -av sys-fs/sshfs-fuse
Mount Remote Filesystem:
sudo sshfs user@hostname:/dir /mnt/dir/ -o allow_other
Check mountpoint:
mount | grep ssh
Install sshfs with all dependencies:
emerge -av sys-fs/sshfs-fuse
Mount Remote Filesystem:
sudo sshfs user@hostname:/dir /mnt/dir/ -o allow_other
Check mountpoint:
mount | grep ssh
Recent Comments