|

楼主 |
发表于 2004-9-10 11:46:16
|
显示全部楼层
nfs-utils-1.0.4-i386-1.tgz的配置问题
我安装后,还是没有作用我按照以下步骤安装,都没有问题.
First, if the NFS server is running, stop it:
. /etc/rc.d/rc.nfsd stop
Then upgrade using upgradepkg (as root):
upgradepkg nfs-utils-1.0.4-i386-1.tgz
Finally, restart NFS services:
. /etc/rc.d/rc.nfsd start
但是不能从windows客户端监控linux服务器的资源占用。
这是一个国外朋友回的贴,
Please note that you need to make a small change in /etc/exports for the nfs-utils to be started (this is a bit strange.. it only looks in /etc/exports to determine whether the NFS daemons are needed, but this file is only used on servers.. on NFS clients these daemons are not started by default).
I have added these two (commented out!) lines to /etc/exports for this purpose:
Code:
# / <- this is just to force the nfs subsystem to be started (so we have
# lockd and statd on the client!)
这是/etc/exports 文件中的内容:
# See exports(5) for a description.
# This file contains a list of all directories exported to other computers.
# It is used by rpc.nfsd and rpc.mountd.
请问如何设置,谢谢。 |
|