strange nfs problem, need nfs guru

Tom H tomh0665 at gmail.com
Wed Aug 20 12:15:22 UTC 2014


On Wed, Aug 20, 2014 at 7:23 AM, Gene Heskett <gheskett at wdtv.com> wrote:
>
> I would like to setup an nfs4.1 share on this machine. Unforch, I keep
> getting this message when I do a sudo service nfs-kernel-server restart
> * Stopping NFS kernel daemon
> [ OK ]
> * Unexporting directories for NFS kernel daemon...
> [ OK ]
> * Not starting NFS kernel daemon: no support in current kernel.
> gene at coyote:/usr/src/linux-3.13.6$
>
> Shares on other machines are fully read/writable from this machine
> however.
>
> /etc/exports:
> ...
> /home/gene/ 192.168.71.3/24(rw,sync)
>
> This is 10.04.4 LTS. Up to date as of an hour ago.
>
> Am I missing something?

There's nothing nfsv4.1 specific in "/etc/exports" above; or in the
error message.

Since nfsd isn't even starting, let's start with:

grep nfs /proc/filesystems
cat /etc/default/{nfs-common,nfs-kernel-server}

The syntax of "/etc/exports" is strict. I've never seen or used a
trailing "/" so I'd delete it if I were you, although this might be a
non-issue.




More information about the ubuntu-users mailing list