我在新安装的 ubuntu 18.04 上安装了 NFS。我做了:
apt-get install nfs-kernel-server
add folder to share to /etc/exports: /home/share *(rw,sync,no_root_squash)
service nfs-kernel-server start
但此后我收到此错误:
[警告] 未启动 NFS 内核守护进程:当前内核不支持。...(警告)。
我在 Google 上搜索过,但找不到解决方案。有人能给我一些建议吗?
答案1
也许尝试一下
sudo /sbin/modprobe -v nfsd
?
这将尝试在内核中加载 nfsd 模块。