bull_cattle 发表于 2011-06-29 10:31

iscsi为什么不能开机自动挂载

iscsci为什么不能开机自动挂载
在/etc/fstab 里已经加上了UUID=72ca42b7-0d78-4ae1-92f4-81c0e3757d06 /test_data ext3_netdev 0 0
但是每次重启依然没有挂载上,需要执行以下mount -a才能挂上,为什么呢?

storm the front 发表于 2011-06-29 13:29

ntsysv中打开iscsi的服务

bull_cattle 发表于 2011-06-29 14:06

回复 2# storm the front


    我是用這個開的
chkconfig iscsi --level 35 on
這個已經做了

bbjmmj 发表于 2011-06-30 15:15

mkinitrd

redwaves 发表于 2011-07-02 19:42

写入/etc/fstab

衍水狂客 发表于 2011-07-02 23:28

我的经验是可以自动mount的,我在Linux系统下做过

saintdragon 发表于 2011-07-03 20:41

iscsi服务开机自动启动,安装楼主在/etc/fstab中写入的配置应该是可以自动挂载的

bull_cattle 发表于 2011-07-11 09:15

不行,所以我在rc.local里改了~~~
页: [1]
查看完整版本: iscsi为什么不能开机自动挂载