vim /etc/rc.local
添加
mount -t nfs 172.16.11.5:/opt/log_data/cim_data /app/applog/
将172.16.11.5 的 :/opt/log_data/cim_data 的目录挂载到当前机器的 /app/applog/
vim /etc/rc.local
添加
mount -t nfs 172.16.11.5:/opt/log_data/cim_data /app/applog/
将172.16.11.5 的 :/opt/log_data/cim_data 的目录挂载到当前机器的 /app/applog/