在Godaddy VPS上的NFS

我有很大的麻烦试图设置2 VPS之间我已经在GoDaddy上设置NFS共享文件夹,试图遵循很多一步一步的指导做到这一点,但我不能启动NFS服务,尝试时,开始:

FATAL: Module nfsd not found. FATAL: Error running install command for nfsd Starting NFS services: [ OK ] Starting NFS quotas: [ OK ] Starting NFS mountd: [ OK ] Stopping RPC idmapd: [ OK ] Starting RPC idmapd: [ OK ] Starting NFS daemon: rpc.nfsd: Unable to access /proc/fs/nfsd errno 2 (No such file or directory). Please try, as root, 'mount -t nfsd nfsd /proc/fs/nfsd' and then restart rpc.nfsd to correct the problem [FAILED] 

另外,如果我尝试挂载该行:

 mount -t nfsd nfsd /proc/fs/nfsd 

我得到:

 mount: unknown filesystem type 'nfsd' 

请帮忙

尝试做一个磁盘作为nfs-kernel-server并从第二个服务器连接到第一个,尝试:在服务器上安装apt-get install nfs-kernel-server之后在/etc/exports中编辑configuration文件

在客户端上安装apt-get install nfs-common并连接到文件夹

 mount 12.34.56.78:/external/folder /home/second