HoYin 发表于 2019-10-21 14:34:53

用rk3399 搭建raid1 报错

firefly@firefly:~$ sudo mdadm --create --verbose /dev/md0 --level=1 --raid-devices=2 /dev/sda /dev/sdb
mdadm: partition table exists on /dev/sda
mdadm: partition table exists on /dev/sda but will be lost or
       meaningless after creating array
mdadm: Note: this array has metadata at the start and
    may not be suitable as a boot device.If you plan to
    store '/boot' on this device please ensure that
    your boot-loader understands md/v1.x metadata, or use
    --metadata=0.90
mdadm: partition table exists on /dev/sdb
mdadm: partition table exists on /dev/sdb but will be lost or
       meaningless after creating array
mdadm: size set to 3906886464K
mdadm: automatically enabling write-intent bitmap on large array
Continue creating array? y
modprobe: ERROR: ../libkmod/libkmod.c:586 kmod_search_moddep() could not open moddep file '/lib/modules/4.4.179-gbd8c300/modules.dep.bin'
modprobe: FATAL: Module md_mod not found in directory /lib/modules/4.4.179-gbd8c300
mdadm: Fail create md0 when using /sys/module/md_mod/parameters/new_array
mdadm: unexpected failure opening /dev/md0
firefly@firefly:~$

阙渊 发表于 2024-2-2 14:56:08

我也遇到了同类问题,请问楼主后面解决了吗?
页: [1]
查看完整版本: 用rk3399 搭建raid1 报错