10年工作经验,专研网站运维。
全部博文(454)
分类: LINUX
2012-09-25 14:08:30
Mount -t ext3 /dev/mapper/corfftlstg01_vol-etlstg1_lv /stage1
vim /etc/fstab
vim /etc/fstab
/dev/corshfffg01_vol/etlstg1_lv stage1 ext3 defaults 1 1
chkconfig --level 345 nfs on
vim /etc/exports
参考B上的信息,修改IP地址或者主机名即可。
最后在所有客户端上操作:
Cat /etc/fstab
Auto mount nfs file when booting:
vim /etc/fstab
7.272.170.4:/nfsfile/ethhpro /storage/etlpro nfs defaults 0 0
mount -t nfs 7.272.170.4:/nfsfile/etlpro /storage/etlpro
mount to local.