[mythtv-users] Maximum file size exceeded by file

George Galt george.galt at gmail.com
Fri Mar 20 16:44:15 UTC 2009


On Fri, Mar 20, 2009 at 12:11 PM, John Drescher <drescherjm at gmail.com> wrote:
>> Output from /proc/mounts:
>>
>> 192.168.1.50:/data/video /video nfs
>> rw,vers=2,rsize=8192,wsize=8192,namlen=255,soft,nointr,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=192.168.1.50,mountvers=1,mountproto=tcp,addr=192.168.1.50
>> 0 0
>>
>>
>> I see a "vers=2" in there along with a "mountvers=1", does that mean
>> that it's mounting as version 2 NFS?
> set that to vers=3
>
>> I'm not sure how to check the
>> version of NFS running on the server and client, but the client is a
>> Fedora 10 machine and the server is Fedora 8, my assumption is that
>> both of these OSs were put out well after NFS v3 was out.
>
> type mount in the shell on the client the output will tell you the version.
>
> John
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>

OK, mount on the client shows:
192.168.1.50:/data/video on /video type nfs
(rw,bg,soft,nfsvers=2,addr=192.168.1.50)

so it's clear this is being mounted as version 2, not version 3.

rpcinfo on the server shows that it is running nfs v4.

so why is the "nfsvers=3" line in fstab being ignored?  Any thoughts?

George


More information about the mythtv-users mailing list