文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>How to linux NFS

How to linux NFS

时间:2006-09-06  来源:pianoch

1. export filesystem   Edit /etc/exports, like below /usr/local 172.24.16.100(ro) 172.24.16.101(rw) option: ro, rw, sync,async   You can give a network like below /usr/local 172.24.16.0/255.255.255.0(ro)   Sync vs. Async Sync: guarantee write data into local disk Async: wirte into cache first, then choice some time to wirte into disk      #exportfs -a //share all of file on /etc/exports #exportfs -v //list all of share     2 mount   Edit /etc/fstab device  mountpoint fstype options dump fsckorder   Soft vs. Hard Mounting:  soft: process the error by the clinet process hard: hang the process on client with error we recommend with hard,intr option   #mount -a -t nfs  //mount all of files on /etc/fstab
相关阅读 更多 +
排行榜 更多 +
战斗机改造机器人

战斗机改造机器人

休闲益智 下载
行李匹配

行李匹配

休闲益智 下载
七巧板拼图

七巧板拼图

休闲益智 下载