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 访问