Date: Tue, 24 Oct 2017 01:02:15 -0700 From: Richard Gallamore <ultima@freebsd.org> To: FreeBSD Current <freebsd-current@freebsd.org> Subject: Stale file handle when mounting nfs Message-ID: <CANJ8om5_f%2BTubwBVmM2F8GX7y66Qxc65q-CrSa8540_dFgO-eg@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hello, On 12.0-CURRENT #4 r324135 I am trying to mount an nfs and receiving stale mount on a linux system. # mount -t nfs -o nfsvers=3 -v 10.0.0.8:/mnt/tank /mnt/tank mount.nfs: timeout set for Tue Oct 24 00:38:47 2017 mount.nfs: trying text-based options 'nfsvers=3,addr=10.0.0.8' mount.nfs: prog 100003, trying vers=3, prot=6 mount.nfs: trying 10.0.0.8 prog 100003 vers 3 prot TCP port 2049 mount.nfs: prog 100005, trying vers=3, prot=17 mount.nfs: trying 10.0.0.8 prog 100005 vers 3 prot UDP port 996 mount.nfs: mount(2): Stale file handle mount.nfs: trying text-based options 'nfsvers=3,addr=10.0.0.8' mount.nfs: prog 100003, trying vers=3, prot=6 mount.nfs: trying 10.0.0.8 prog 100003 vers 3 prot TCP port 2049 mount.nfs: prog 100005, trying vers=3, prot=17 mount.nfs: trying 10.0.0.8 prog 100005 vers 3 prot UDP port 996 mount.nfs: mount(2): Stale file handle mount.nfs: trying text-based options 'nfsvers=3,addr=10.0.0.8' mount.nfs: prog 100003, trying vers=3, prot=6 mount.nfs: trying 10.0.0.8 prog 100003 vers 3 prot TCP port 2049 mount.nfs: prog 100005, trying vers=3, prot=17 mount.nfs: trying 10.0.0.8 prog 100005 vers 3 prot UDP port 996 mount.nfs: mount(2): Stale file handle mount.nfs: Stale file handle Noticed that rmacklem has been work on pnfs, but not positive this would affect version 3. Will upgrade the system tomorrow and report back. Best Regards, Richard Gallamore
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CANJ8om5_f%2BTubwBVmM2F8GX7y66Qxc65q-CrSa8540_dFgO-eg>