Notes, tips, tutorials, how-tos, etc... All related to Unix-like OS namely FreeBSD and Linux. My way of giving a bit back to the community. ;) On a previous post I went through the needed steps to enable NFS client operations on FreeBSD 7.0 so now lets wrap up with the need steps to setup a NFS server. Lets begin: % su # echo 'nfs_server_enable="YES"' >> /etc/rc.conf # echo 'rpcbind_enable="YES"'