<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 10/16/2013 09:17 PM, Phill Edwards
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAE2RtTPPFoL+2vgdMJGLYj04RgXv6DnaG0dHv=K4sAH_EsUTTQ@mail.gmail.com"
      type="cite">
      <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)&nbsp;</div>
          <div><br>
          </div>
          <div>/etc/exports</div>
          <div>------------------</div>
          <div>/srv/mythnfs &nbsp; &nbsp; &nbsp; <a moz-do-not-send="true"
href="http://192.168.0.0/24%28rw,fsid=0,no_root_squash,insecure,no_subtree_check,async%29">192.168.0.0/24(rw,fsid=0,no_root_squash,insecure,no_subtree_check,async)</a><br>
          </div>
          <div>/srv/mythnfs/xvdb1 <a moz-do-not-send="true"
href="http://192.168.0.0/24%28rw,fsid=0,no_root_squash,insecure,no_subtree_check,async%29">192.168.0.0/24(rw,fsid=0,no_root_squash,insecure,no_subtree_check,async)</a></div>
          <div>/srv/mythnfs/xvdc1 <a moz-do-not-send="true"
href="http://192.168.0.0/24%28rw,fsid=0,no_root_squash,insecure,no_subtree_check,async%29">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 &nbsp;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 &nbsp;2 phill phill 4096 Oct 17 06:34 xvdc1</div>
          <div>phill@mbe:/mnt$ ls -l xvdb1/</div>
          <div>[ &nbsp;507.455519] NFS: server 192.168.0.154 error: fileid
            changed</div>
          <div>[ &nbsp;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>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
mythtv-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a>
<a class="moz-txt-link-freetext" href="http://www.mythtv.org/mailman/listinfo/mythtv-users">http://www.mythtv.org/mailman/listinfo/mythtv-users</a>
</pre>
    </blockquote>
    Mount the actual export directory "192.168.0.154:/srv/xvdb1" so:<br>
    <br>
    Backend:
    <div>$ sudo mount -t nfs 192.168.0.154:/srv/xvdb1 /mnt/xvdb1<br>
    </div>
    <br>
  </body>
</html>