摘录自消息:
md: Autodetecting RAID arrays.
md: Scanned 2 and added 2 devices.
md: autorun ...
md: considering sdb1 ...
md: adding sdb1 ...
md: adding sda1 ...
md: created md1
md: bind<sda1>
md: bind<sdb1>
md: running: <sdb1><sda1>
raid1: raid set md1 active with 2 out of 2 mirrors
md1: detected capacity change from 0 to 1500299198464
md: ... autorun DONE.
md1: unknown partition table
EXT3-fs (md1): error: couldn't mount because of unsupported optional features (240)
EXT2-fs (md1): error: couldn't mount because of unsupported optional features (240)
EXT4-fs (md1): mounted filesystem with ordered data mode
内核先尝试将 ext4 raid 安装为 ext3、ext2 可以吗?
有没有办法让它跳过这两个步骤?
# mdadm --detail --scan
ARRAY /dev/md/1 metadata=0.90 UUID=56851215:5dca6eee:776c2c25:004bd7b2
# grep dev/md /etc/fstab
/dev/md1 / ext4 noatime 0 1
短暂性脑缺血。
答案1
是的,内核探测文件系统以找到正确的驱动程序来挂载文件系统,这完全正常。在加载 ext4 驱动程序之前,我曾经探测过 XFS、JFS 和其他一些文件系统。唯一的缺点是 dmesg 中的错误消息。
答案2
它与 RAID 无关。唯一有趣的片段是/etc/fstab
;但/
您必须检查文件/etc/fstab
中包含的内容initramfs
。