Unexport the mount point directory on the NFS client using the
umount command. In this case, you're unmounting the
/mnt/nfs mount point:
[root@smallfry tmp]# umount /mnt/nfs
|
You may also need to edit the /etc/fstab file of any entries related to the mount point if you want to make the change permanent even after rebooting.
|