摘要:
linux文件共享可以有多种方式:samba,nfs,ftp等等nfs在linux之间效率高些:function nfs(){ share_folder="/data1 192.168.0.239(rw,sync,no_root_squash)" yum install nfs-utils rpcbind echo $share_folder >> /etc/exports exportfs -rv showmount -e 127.0.0.1 # 客户端使用 # mount -t nfs 192.168.122.31:/data1 /data... 阅读全文
posted @ 2014-03-17 15:40
ifeixiang
阅读(273)
评论(0)
推荐(0)

浙公网安备 33010602011771号