Verbose Gentoo Linux installation
Download Video (1.18 MB)
This post shows how to install Gentoo for a default server. The installation is done from stage3 using Minimal Installation CD with manual kernel compilation.
Read more…
Download Video (1.18 MB)
This post shows how to install Gentoo for a default server. The installation is done from stage3 using Minimal Installation CD with manual kernel compilation.
Read more…
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