Exporting NFS
by cosky5 from LinuxQuestions.org on (#5BZ0T)
I need help getting this right
mkdir /nfs
chmod 777 /nfs/
vim /etc/exports/nfs *(rw)
Then I systemctl start
systemctl start {rpcbind,nfs-server,rpc-statd,nfs-idmapd}
This is the result when trying to run the script
Failed to start rpcbind.service: Unit rpcbind.service not found.
Failed to start nfs-server.service: Unit nfs-server.service not found.
Failed to start rpc-statd.service: Unit rpc-statd.service not found.
Failed to start nfs-idmapd.service: Unit nfs-idmapd.service not found.
I need help please?


mkdir /nfs
chmod 777 /nfs/
vim /etc/exports/nfs *(rw)
Then I systemctl start
systemctl start {rpcbind,nfs-server,rpc-statd,nfs-idmapd}
This is the result when trying to run the script
Failed to start rpcbind.service: Unit rpcbind.service not found.
Failed to start nfs-server.service: Unit nfs-server.service not found.
Failed to start rpc-statd.service: Unit rpc-statd.service not found.
Failed to start nfs-idmapd.service: Unit nfs-idmapd.service not found.
I need help please?