缺少 NFS 服务链接?

缺少 NFS 服务链接?
# ps ax | grep nfs
 1108 ?        S<     0:00 [nfsd4]
 1109 ?        S<     0:00 [nfsd4_callbacks]
 1110 ?        S      0:00 [nfsd]
 1111 ?        S      0:00 [nfsd]
 1112 ?        S      0:00 [nfsd]
 1113 ?        S      0:00 [nfsd]
 1114 ?        S      0:00 [nfsd]
 1115 ?        S      0:00 [nfsd]
 1116 ?        S      0:00 [nfsd]
 1117 ?        S      0:00 [nfsd]
 4437 ?        S<     0:00 [nfsiod]
16799 ?        S      0:00 [nfsv4.0-svc]
18091 pts/1    S+     0:00 grep nfs

# service nfs status
nfs: unrecognized service

那会不会是Ubuntu 11.04我缺少符号链接之类的?我该如何快速修复这个问题?

答案1

尝试

service nfs-kernel-server status

相反——这是 Ubuntu 系统上 init 脚本的名称。

值得注意的是11.04 于 2012 年 10 月 28 日终止使用,因此值得考虑升级。

相关内容