Linux mount Linux
yum install nfs-utils
vi /etc/exports
/data xx.xx.xx.xx(rw,no_root_squash,async)
service nfs restart
努力让自己变得不那么low
yum install nfs-utils
vi /etc/exports
/data xx.xx.xx.xx(rw,no_root_squash,async)
service nfs restart