On Thu, Dec 1, 2016 at 3:44 PM, Craig Lanning <craig.t.lann...@gmail.com> wrote:
>
> I am running:
>         Fedora 24
>         nfs-utils 1.3.4
>
> All of this has worked in earlier versions of Fedora so I'm a little
> confused.
>
> I am trying to setup the NFS server and I need it to serve NFS v2. That
> is the only protocol version that the client machine understands.  It's
> OS was written before v3 existed.
>
> I followed the instructions for setting it up.
>
> The client can get the list of exported filesystems from the server,
> but fails when it tries to access one of them.
>
> The error says something about a "Remote module version mismatch."  I
> was thinking that the server was only using NFS v3.  Is there something
> else that the client might access that could have a version mismatch
> besides the NFS protocol?
>
> Have I missed something in setting up the NFS Server?

Check the versions that are running with

(on the server)
cat /proc/fs/nfsd/versions
rpcinfo -s
rpcinfo -p

(on client)
rpcinfo -s <server>
rpcinfo -p <server>

If the first, for example, doesn't have "+2" in its output, you can
set the version(s) that you want to export via "/etc/sysconfig/nfs".
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org

Reply via email to