工作,学习,生活,这里将会有一些记录. 备用域名:http://meisw.wdlinux.cn 注册 | 登陆

nfs使用设定

server
vi /etc/exportfs
/usr/src 192.168.1.*(rw,no_root_squash,async)

exportfs -rv //重新export一次
showmount/or -e localhost

client
showmount -e serverip
mount serverip:/www/web /www/bbs or
mount -t nfs serverip:/www/web /www/bbs
umount /www/bbs


time dd if=/dev/zero of=/mnt/home/testfile bs=16k count=16384


http://www.chinaitlab.com/www/special/linux14.asp

« 上一篇 | 下一篇 »

Trackbacks

点击获得Trackback地址,Encode: UTF-8

发表评论

评论内容 (必填):