Tag Archives: nfs

Mounting NFS share with autofs

      No Comments on Mounting NFS share with autofs

Statically mounting remote filesystems via /etc/fstab can be quite impractical on mobile devices such as notebooks that are frequently used in different network environments where the share is not always available. To take care of this, there’s a great tool called autofs that let’s you mount remote filesystems on demand. Let’s assume, there’s an NFS server running in our network… Read more »