NFS stale file handle when trying to mount

To solve NFS stale file handle when trying to mount (The error code is somthing like mount(2) stale file handle):

add unique fsid=xxx to each line of the nfs exports (usually at /etc/exports, xxx being an unique number), then exportfs -rav.

Last updated