LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   NFS issue (https://www.linuxquestions.org/questions/linux-newbie-8/nfs-issue-933427/)

tulsi 03-08-2012 08:24 AM

NFS issue
 
Hi Guys,


i have simple nfs issue, ie, i working nfs on two computers,later i stopped nfs services, but when i type df -h command shows nfs server ip, mount point and directory still exist.

please suggest me what to do clear that one.

Thanks...

suicidaleggroll 03-08-2012 10:12 AM

You should have unmounted the NFS share before stopping the NFS service on the server, now you [most likely] have a dangling mount. If you try to `ls` the mount point, does it still show the contents, or is it blank, or does it hang?

I would first try unmounting the mount point. If that doesn't work, try to force the unmount (-f flag). If that doesn't work, try a forced lazy unmount (-fl). If that doesn't work, you can try this:
http://www.linuxquestions.org/linux/...lications_thre

tulsi 03-09-2012 06:35 AM

Hi,

Thanks for replying the thread and its solved when i use umount forcefully on directory.


Thanks a lot


All times are GMT -5. The time now is 11:39 AM.