<div dir="ltr">I've recently decided to move my recordings from local disk to NFS. I had it working with one NFS disk but then I installed a 2nd and ever since then I can't get it working. I think I May have misconfigured /etc/exports but according my searches it looks correct so I'm a bit stuck.<div>
<br></div><div><div>On the NFS server I have 2 disks (sdb1 and sdb2 mounted on /srv/mythnfs/xvdb1 and /srv/mythnfs/xvdc1) </div><div><br></div><div>/etc/exports</div><div>------------------</div><div>/srv/mythnfs <a href="http://192.168.0.0/24(rw,fsid=0,no_root_squash,insecure,no_subtree_check,async)">192.168.0.0/24(rw,fsid=0,no_root_squash,insecure,no_subtree_check,async)</a><br>
</div><div>/srv/mythnfs/xvdb1 <a href="http://192.168.0.0/24(rw,fsid=0,no_root_squash,insecure,no_subtree_check,async)">192.168.0.0/24(rw,fsid=0,no_root_squash,insecure,no_subtree_check,async)</a></div><div>/srv/mythnfs/xvdc1 <a href="http://192.168.0.0/24(rw,fsid=0,no_root_squash,insecure,no_subtree_check,async)">192.168.0.0/24(rw,fsid=0,no_root_squash,insecure,no_subtree_check,async)</a></div>
<div><br></div><div><br></div><div>But when i try to mount the NFS shares on my separate MythBackend:</div><div>$ sudo mount -t nfs 192.168.0.154:/xvdb1 /mnt/xvdb1</div><div>$ ls -l</div><div>ls: cannot access mythdisk1: Stale NFS file handle</div>
<div>total 16</div><div>drwxr-xr-x 2 phill phill 4096 Oct 11 08:47 disk</div><div>drwxrwxr-x 12 phill phill 4096 Oct 11 20:32 xvdb1</div><div>drwxr-xr-x 2 phill phill 4096 Oct 17 06:34 xvdc1</div><div>phill@mbe:/mnt$ ls -l xvdb1/</div>
<div>[ 507.455519] NFS: server 192.168.0.154 error: fileid changed</div><div>[ 507.455522] fsid 0:16: expected fileid 0x2, got 0x603f7</div><div>ls: cannot open directory xvdb1/: Stale NFS file handle</div><div><br></div>
<div>Can anyone see what i'm doing wrong here? I'm pretty sure it's a misconfiguration on the NFS server but don't know exactly what.</div></div><div><br></div><div>P.S. I've done multiple reboots of NFS server and MythBackend but always get the "Stale NFS file handle" problem.</div>
</div>