don't dream your life, live your dreams !
I assume that you have a Centos installation.
You can copy/paste this script and use it to configure automatically your server.
404: Not Found
echo "install nfs tools" yum -y install nfs-utils nfs-utils-lib echo "start nfs on startup" chkconfig rpcbind on chkconfig nfs on echo "start service" service rpcbind start service nfs start # Add this line to you /etc/fstab: # myserver:/opt/nfs /mnt/nfs nfs rw,sync,hard,intr 0 0 |
That’s all 🙂
Copyright © 2026 My linux world - by Marc RABAHI
Design by Marc RABAHI and encelades.
admin