Table of Contents

Mount

directory in the network via NFS

Requirement: the NFS client must be installed. This is part of the NFS server, so you usually install with apt: nfs-kernel-server

mount once by hand

sudo mount -t nfs server://mountpoint /mnt

permanent mount via fstab

server://mountpoint /mnt nfs rsize=8192,wsize=8192,nosuid,soft 0 0