您的位置:首页 > 运维架构 > Linux

开发板挂载到Linux中

2015-10-12 14:58 561 查看
linux 关闭防火墙,启动nfs

service iptables status
service nfs status

mkdir /home/share

vi /etc/exports

/home/share 192.168.1.* (rw,sync,no_root_squash)

mount -t nfs 192.168.1.103:/home/share /mnt -o nolock
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  linux