Translations of this page:
Mount
Requirement: the NFS client must be installed. This is part of the NFS server, so you usually install with apt: nfs-kernel-server
sudo mount -t nfs server://mountpoint /mnt
server://mountpoint /mnt nfs rsize=8192,wsize=8192,nosuid,soft 0 0