➥ Ubuntu NFS4 инсталация и маунтване
Ubuntu NFS4 инсталация и маунтване
Install the required packages:
# apt-get install nfs-common
On the client we can mount the complete export tree with one command:
# mount -t nfs -o proto=tcp,port=2049 <nfs-server-IP>:/ /mnt