Archive

Posts Tagged ‘gentoo’

Verbose Gentoo Linux installation

gentoo-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…

Articles

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

Tips