Stale NFS file handle
From Brandonhutchinson.com
(Difference between revisions)
(New page: * NFS client: atmmfs10-s (Solaris 8 2/02) * NFS server: atmmfs50-s (Solaris 8 2/02) * Remote file system: /clearcase/vob_storage01 * Local mount point: /tmp/mnt In this example, attemptin...) |
|||
| Line 1: | Line 1: | ||
| + | In this example, attempting to mount a remote NFS file system resulted in a ''Stale NFS file handle'' error. | ||
| + | |||
* NFS client: atmmfs10-s (Solaris 8 2/02) | * NFS client: atmmfs10-s (Solaris 8 2/02) | ||
* NFS server: atmmfs50-s (Solaris 8 2/02) | * NFS server: atmmfs50-s (Solaris 8 2/02) | ||
| Line 4: | Line 6: | ||
* Local mount point: /tmp/mnt | * Local mount point: /tmp/mnt | ||
| - | + | Although I first suspected an NFS client problem because the file system was listed in ''/etc/mnttab'' but couldn't be unmounted, unsharing and resharing the file system on the NFS server fixed the problem. | |
* ''snoop'' output: | * ''snoop'' output: | ||
| Line 12: | Line 14: | ||
* ''truss'' output: | * ''truss'' output: | ||
mount("atmmfs50-s:/clearcase/vob_storage01", "/tmp/mnt", MS_DATA|MS_OPTIONSTR, "nfs3", 0x0002CC00, 76) Err#151 ESTALE | mount("atmmfs50-s:/clearcase/vob_storage01", "/tmp/mnt", MS_DATA|MS_OPTIONSTR, "nfs3", 0x0002CC00, 76) Err#151 ESTALE | ||
| - | |||
| - | Although I first suspected an NFS client problem because the file system was listed in ''/etc/mnttab'' but couldn't be unmounted, unsharing and resharing the file system on the NFS server fixed the problem. | ||
Current revision
In this example, attempting to mount a remote NFS file system resulted in a Stale NFS file handle error.
- NFS client: atmmfs10-s (Solaris 8 2/02)
- NFS server: atmmfs50-s (Solaris 8 2/02)
- Remote file system: /clearcase/vob_storage01
- Local mount point: /tmp/mnt
Although I first suspected an NFS client problem because the file system was listed in /etc/mnttab but couldn't be unmounted, unsharing and resharing the file system on the NFS server fixed the problem.
- snoop output:
atmmfs10-s -> atmmfs50-s NFS C FSINFO3 FH=CAD4 atmmfs50-s -> atmmfs10-s NFS R FSINFO3 Stale NFS file handle
- truss output:
mount("atmmfs50-s:/clearcase/vob_storage01", "/tmp/mnt", MS_DATA|MS_OPTIONSTR, "nfs3", 0x0002CC00, 76) Err#151 ESTALE
