Mount.nfs: Stale NFS file handle
Aus Howtos und Gedankenstuetzen
Um das Problem mit dem NFS Share zu beheben helfen folgende Schritte:
- umount, remounten des Filesystems mit der Option -o
Aus der Man Page:
-O Overlay mount. Allow the file system to be
mounted over an existing mount point, making
the underlying file system inaccessible. If a
mount is attempted on a pre-existing mount point
without setting this flag, the mount will fail,
producing the error "device busy".
- Killen oder Neustarten des NFS Prozesses
- Einen neuen Mountpoint erstellen und das NFS Share dort einhängen
- Client rebooten
- umount -f /mount/point, danach remount
Kategorien: NFS | Mountd