<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/13 11:33 PM, Phill Edwards
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAE2RtTMr-NLB1C9gOHW8Z1Ane4NNjeSpXNuX1oeQgOUerensbg@mail.gmail.com"
      type="cite">
      <div dir="ltr">I am no expert at all with NFS, but I just checked
        my working<br>
        <div class="gmail_extra">
          <div class="gmail_quote">
            <blockquote class="gmail_quote" style="margin:0 0 0
              .8ex;border-left:1px #ccc solid;padding-left:1ex">
              /etc/exports, and the thing that I can see that is
              different is the<br>
              fsid values. &nbsp;Your first (root) entry should be fsid=0,
              and all the<br>
              others should be different integer values. &nbsp;The fsid
              identifies the<br>
              filesystem and has to be different for each entry. &nbsp;I just
              have mine<br>
              as 0, 1, and 2.<br>
              <div class="HOEnZb">
                <div class="h5"><br>
                </div>
              </div>
            </blockquote>
            <div>&nbsp;</div>
            <div>Thanks so much, you hit the nail right on the head! The
              problem was indeed because I had duplicate fsid values.
              Are you sure you're not an expert :)&nbsp;</div>
          </div>
        </div>
      </div>
      <br>
    </blockquote>
    I've been using NFS for many years, and have never seen a need for
    the fsid parameter. IMHO, it's probably best to just leave it out
    and let NFS derive a number by itself. It will use either the UUID
    or the device number. It's only in the rare case where a particular
    device has neither of these that you need to add this parameter.<br>
  </body>
</html>