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!
