Automounting NFS network shares

Automounting network shares when they are accessed or removable media when they are inserted. As I like NFS, this is my preffered solution, better then my old article using fstab. Sources Arch Linux Red Hat Server World Installation aptitude -y install autofs Configuration AutoFS uses template files for configuration which are located in /etc/autofs. The … Read more

HOWTO: NFS Server/Client

http://ubuntuforums.org/showthread.php?t=249889 I found using NFS just as easy if not easier than using Samba for sharing between a few of my Unix based systems. In order to share a folder it only required a single line in a configuration file under /etc/exports, and a single line under /etc/fstab on the client to mount the share … Read more