|
初始RAM磁盘的内核支持。因为安装程序需要设置初始内存镜像以加载设备模块,所以这一选项对于安装程序是必须的。 其他的选项都作为设备模块存在,在需要时可以放入初始内存镜像中。 Multi-device support (RAID and LVM) [*] Multiple devices driver support (RAID and LVM) <*> RAID support 将设备模块md.o打入内核 如果将md.o不置入内核,仅为模块方式,raid分区将无法作为根分区启动系统。这主要是因为raid设备需要在启动之初对硬盘进行读写,以决定raid分区的位置,类型等参数。 Linear (append) mode RAID-0 (striping) mode RAID-1 (mirroring) mode RAID-4/RAID-5 mode Multipath I/O support Logical volu (责任编辑:编程世界) |
