在debian下如果需要使用nfs,需要安裝的軟件包有:nfs-common,nfs-kernel-server(或者nfs-user-server)
在
服務器上需要配置的主要文件是/etc/exports,如添加如下行
/foo/bar abc.def
.net(ro) ghi.def.net(rw)
則允許abc.def.net以只讀的方式訪問/foo/bar,ghi.def.net以讀寫的方式 訪問/foo/bar
如果需要root用戶以root的方式訪問nfsserver上的文件系統,則需要使用(rw,no_root_squash)
查看導出的文件系統使用
show mount -e ipaddress