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

===========

原文地址:https://www.cnblogs.com/greencolor/p/2409667.html