unmount
unmount a directory
in the client linux
sudo umount /data
stop nfs
sudo service portmap stop
sudo service nfs stop
shutdown client computer
===========
in the server linux
stop nfs
sudo service portmap stop
sudo service nfs stop
shutdown server linux
===========