Good day everyone:
I just wanted to know how to remove the not active mount points showing in the showmount -a command.
The scenario is, in my linux workstation i mounted on our netapp filer:/vol/vol0 using the mount command to upload some firmware then I turned off the linux workstation without unmount the volume filer:/vol/vol0 in the workstation. when i logged in i issue the df command and the filer:/vol/vol0 is no logger showing but when i issue the showmount -a filer it shows that my pc is still mounted on the filer, example output:
linux@linux1 ~/Desktop $ showmount -a filer2
All mount points on filer2:
linux1:/vol/vol0
So my question is how can i clear or flush the mount point with out mounting again to the filer and do the umount command.
Thanks.