ubuntu nfs共享文件夹

编程技术  /  houtizong 发布于 3年前   93

如果出现权限问题检查下这个
chmod -R 777 目录名


nfs
apt-get install nfs-kernel-server
vim /etc/exports
新加
/data *(rw,sync,no_root_squash)

/etc/init.d/portmap restart
/etc/init.d/nfs-kernel-server restart

showmount -e
mount -t nfs localhost:/data /mnt



如果是redhat参考
http://linux.chinaunix.net/techdoc/net/2006/03/09/928740.shtml
在54上:1.ntsysv选中nfs2.[@tc_157_54 ~]# cat /etc/exports /opt/cms5/share *(rw)先让所有机器可以访问,3.Service portmap start4.Service nfs start如果失败开日志/var/log/messages[@tc_157_54 ~]# cat /proc/filesystems |grep nfsnodev   nfsd表示支持nfs5.Exportfs –a 刷新, [@tc_157_54 ~]# showmount -eExport list for tc_157_54:/opt/cms5/share *[@tc_157_54 ~]#查看本机已经共享的目录其他机器Service portmap start客户端参数有rw,bg,async,noac,noatime,nolock,intr,tcp,nfsvers=3,rsize=32768,wsize=32768修改/etc/fstab10.11.11.11:/opt/kof/share /opt/kof/share    nfs     defaults,noatime,nodiratime     0 0mount -a或Mount –t nfs 10.11.157.54:/opt/cms5/share/ /mnt/from54

如果mac下访问不了,请关闭所有的防火墙
并且cat /etc/export
/usr *(rw,insecure)

请勿发布不友善或者负能量的内容。与人为善,比聪明更重要!

留言需要登陆哦

技术博客集 - 网站简介:
前后端技术:
后端基于Hyperf2.1框架开发,前端使用Bootstrap可视化布局系统生成

网站主要作用:
1.编程技术分享及讨论交流,内置聊天系统;
2.测试交流框架问题,比如:Hyperf、Laravel、TP、beego;
3.本站数据是基于大数据采集等爬虫技术为基础助力分享知识,如有侵权请发邮件到站长邮箱,站长会尽快处理;
4.站长邮箱:[email protected];

      订阅博客周刊 去订阅

文章归档

文章标签

友情链接

Auther ·HouTiZong
侯体宗的博客
© 2020 zongscan.com
版权所有ICP证 : 粤ICP备20027696号
PHP交流群 也可以扫右边的二维码
侯体宗的博客