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

===========

posted @ 2012-03-21 13:27  greencolor  阅读(158)  评论(0编辑  收藏  举报