thanks for the reply
and the error is in the client system.
i will give you the brief explanation.i have created nfs share (seen in the youtube video).
# systemctl start rpcbind
# systemctl start nfs-server
# systemctl start nfs-lock
# systemctl start nfs.idmap
successfully done above without error after that
# systemctl enable rpcbind.service
# systemctl enable nfs-server.service
these two are successful but when i give the command below i got an error
# systemctl enable nfs-lock.service
Failed to execute operation: No such file or directory
# systemctl enable nfs-idmap.service
Failed to execute operation: No such file or directory
any way i go to the client and checked whether the share folder mounting or not i has successfully mounted.
i go to the server and given the share in /etc/exports file only for one sys (server 172.1.110.100 for practice) and restarted nfs and rpc services in server.go to the client iam able to mount and access,thats why i restarted the network service then i got this error.iam already posted another thread because of nfs-lock.service and nfs-idmap.service errors.check the link if u want to see.
http://www.linuxquestions.org/questi...ng-4175547489/
thats it thanks for patience.i have learned red hat linux 5 years back but i didnt practice.now i want to be a good linux admin thats why again started.getting errors.
please help me