LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   showmount -a shows directories that aren't there anymore (https://www.linuxquestions.org/questions/linux-server-73/showmount-a-shows-directories-that-arent-there-anymore-572525/)

toloughlin 07-26-2007 03:51 PM

showmount -a shows directories that aren't there anymore
 
So, I made directories a while back for documentation purposes ... I removed all of that stuff after I was done.

Yesterday, after many reboots, it still shows them. The only VALID directory is: /NFS/902_trk2.

/etc/exports only has one entry; there are no other files like /etc/export* ...

SERVER:
Code:

[root@server ~]# showmount -d
Directories on server:
/NFS/902_trk2
/NFS/T02148
/NFS/T1111
/NFS/T1112
/NFS/T33221
node1.mydomain.com
node2.mydomain.com

[root@server ~]# showmount -e
Export list for server:
/NFS/902_trk2 node2.mydomain.com

[root@server ~]# cat /etc/exports
/NFS/902_trk2  node2.mydomain.com(rw,sync)

The same showmount results happen from the client side as well.

Why is this? I don't think I should be able to query old directories with that command ...

Thoughts? Thanks! :D


All times are GMT -5. The time now is 03:38 AM.