|
Exercise: Stale NFS file handle
On the NFS server, master, create a new directory tree under NFS exported directory:
On the client, n01, step into the directory:
On the NFS server, master, remove directory test with its subdirectory:
On the client, run
It should give you the following error:
Step out of the NFS mounted directory:
The autofs will unmount the NFS directory after the inactivity period,
one minute in our case. Next time the
NFS is mounted, it will contain the updated directory tree.
|
|