NFS配置

服务器:

1. 修改配置文件: /etc/exports

/oracle *(sync,rw,no_root_squash)

2.启动NFS服务

service portmap start[restart]                     

service nfs start[restart]  

3.客户端挂载

启动service portmap start

[root@localhost hgfs]# mkdir /oracle190s
[root@localhost hgfs]# mount -o nolock -t nfs 10.199.88.190:/oracle  /oracle190s 

root用户就有了读写权限

posted @ 2012-11-14 16:52  KimSky  阅读(191)  评论(0编辑  收藏  举报