linux挂载共享盘

更新时间:2023-06-09 00:28:25 阅读: 评论:0

linux挂载共享盘1、安装nfs-utils
yum install nfs-utils
apt-get install nfs-common
配置⽂件/etc/exports内容如下:
路由器有没有辐射
$ vi /etc/exports笑靥
傻女孩新教师入职培训/home/share 10.10.10.101 (incure,rw,sync,no_root_squash)
多个IP如下:
/home/share 10.10.10.101 (incure,rw,sync,no_root_squash) 10.10.10.102 (incure,rw,sync,no_root_squash)
关闭防⽕墙:
暂时关闭防⽕墙 systemctl stop firewalld
永久关闭防⽕墙 systemctl disable firewalld
启动 nfs 服务器
rvice nfs start犹太国家
2、在被共享linux上创建需要共享的⽬录光源有哪几种
mkdir -p /usr/local/share
3、在挂载linux服务器上执⾏以下命令
电子报怎么做>广场舞的音乐
mount -t nfs 10.10.10.100:/usr/local/share /mnt -o nolock
说明:在 10.10.10.100上执⾏以上命令,将10.10.10.100的/usr/local/share 挂载到 /mnt 供 10.10.10.101 访问

本文发布于:2023-06-09 00:28:25,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/fan/82/906831.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:共享   广场   服务器   需要
相关文章
留言与评论(共有 0 条评论)
   
验证码:
推荐文章
排行榜
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图