Tag: NFS
-
Configuring NFS Server on Fedora 18
I find that I often need to remember the steps to configuring NFSv4 on Fedora. Note that under Fedora 18, nfs-utils may already installed depending on the options you select. [root@master ~]# yum -y install nfs-utils [root@master ~]# vi /etc/idmapd.conf # line 5: uncomment and change to your domain name Domain = server.world [root@master ~]#…