<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body>
Mike Wood wrote:<br>
<blockquote type="cite"
 cite="mid20040219185223.27783.qmail@webmail-2-2.mesa1.secureserver.net">
  <blockquote type="cite">
    <pre wrap="">-------- Original Message --------
Subject: Re: [mythtv-users] MythDVD Rip/Transcode question
From: "Tony Leone" <a class="moz-txt-link-rfc2396E" href="mailto:mythtv@sbsysconsulting.com">&lt;mythtv@sbsysconsulting.com&gt;</a>
Date: Thu, February 19, 2004 10:32 am
To: "Discussion about mythtv" <a class="moz-txt-link-rfc2396E" href="mailto:mythtv-users@mythtv.org">&lt;mythtv-users@mythtv.org&gt;</a>

Mike Wood wrote:

    </pre>
    <blockquote type="cite">
      <blockquote type="cite">
        <pre wrap="">-------- Original Message --------
Subject: Re: [mythtv-users] MythDVD Rip/Transcode question
From: "Robert Kulagowski" <a class="moz-txt-link-rfc2396E" href="mailto:bob@smalltime.com">&lt;bob@smalltime.com&gt;</a>
Date: Thu, February 19, 2004 8:49 am
To: "Discussion about mythtv" <a class="moz-txt-link-rfc2396E" href="mailto:mythtv-users@mythtv.org">&lt;mythtv-users@mythtv.org&gt;</a>

   

        </pre>
        <blockquote type="cite">
          <pre wrap="">Thor, thanks for the reply.  My systems are running RH9.0 right now.
          </pre>
        </blockquote>
      </blockquote>
    </blockquote>
    <blockquote type="cite">
      <blockquote type="cite">
        <blockquote type="cite">
          <pre wrap="">     

          </pre>
        </blockquote>
        <pre wrap="">I 
   

        </pre>
        <blockquote type="cite">
          <pre wrap="">believe by default that means I'm running NFSv3.  Should I backup &amp;
     

          </pre>
        </blockquote>
        <pre wrap="">use v2?

Check that your /etc/fstab has nfsvers=3

What happens if you do something like:

cd /your/nfs/mountpoint
dd if=/dev/zero of=test bs=1024k count=4096

Do you get a 4G file?
   

        </pre>
      </blockquote>
      <pre wrap="">
Hey guys, my underlying FS is EXT3.  I just tried the dd above and I
      </pre>
    </blockquote>
    <pre wrap="">get an error "file size limit exceeded".  So I tried adding the
nfsvers=3 in fstab but it won't mount with that in there.  Do I have to
do something on the server side as well to establish version 3 on both
ends?
    </pre>
    <blockquote type="cite">
      <pre wrap="">Thanks for the Help!


 

------------------------------------------------------------------------

_______________________________________________
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://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a>
 

      </pre>
    </blockquote>
    <pre wrap="">Not sure about Red Hat, but I'll bet you have to compile nfsV3 support

into the kernel.
    </pre>
  </blockquote>
  <pre wrap=""><!---->

That could be, but when I run rpcinfo on the server it shows that both version 2 &amp; 3 are running....atleast I think that's what this says:

rpcinfo -p
   program vers proto   port
    100000    2   tcp    111  portmapper
    100000    2   udp    111  portmapper
    100024    1   udp  32768  status
    100024    1   tcp  32768  status
    100021    1   udp  32769  nlockmgr
    100021    3   udp  32769  nlockmgr
    100021    4   udp  32769  nlockmgr
    100011    1   udp    604  rquotad
    100011    2   udp    604  rquotad
    100011    1   tcp    607  rquotad
    100011    2   tcp    607  rquotad
    100003    2   udp   2049  nfs
    100003    3   udp   2049  nfs
    100005    1   udp  32770  mountd
    100005    1   tcp  32769  mountd

When I manually try to mount the share, with nfsvers=3 in fstab, I get the following error:

mount: RPC: Program/version mismatch; low version = 1, high version = 1

What am I missing?

  </pre>
  <pre wrap="">
<hr width="90%" size="4">
_______________________________________________
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://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a>
  </pre>
</blockquote>
when you do the rpcinfo -p are you on the client or on the server?&nbsp; Try
rpcinfo -p servername from the client?<br>
<br>
<br>
</body>
</html>