赞
踩
首先要建一个目录,
然后将映射的语句写到fstab文件里面
最后mount -a 一下
然后df -h 看一下结果
mkdir /hello/hellonas
chmod hellonas 777
echo "10.112.x.xxx:/vol_x_xxx_xxx_nfs /hello/hellonas nfs vers= 3 0 0" >> /etc/fstab
mount -a
df -h
如果卸载nas 焕成hello/hellonas1就直接umount /hello/hellonas
然后vi /etc/fstab 看一下里面的挂载语句是不是多了,就注释掉 加上新的地址"10.112.x.xxx:/vol_x_xxx_xxx_nfs /hello/hellonas1 nfs vers= 3 0 0"。然后保存之后
mount - a
看一下最后的结果
df- h
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。