raid1磁盘checksum error恢复

ubuntu - mdadm wont mount due to checksum error - Super User

# mdadm -A --update=super-minor /dev/md0  /dev/sda1
mdadm: Fail create md0 when using /sys/module/md_mod/parameters/new_array
mdadm: --update=super-minor not understood for 1.x metadata
# mdadm -A --update=name /dev/md0  /dev/sda1
mdadm: Fail create md0 when using /sys/module/md_mod/parameters/new_array
mdadm: /dev/md0 has been started with 1 drive.
# mdadm -D /dev/md0
/dev/md0:
           Version : 1.2
     Creation Time : Sat Aug 15 09:03:12 2020
        Raid Level : raid1
        Array Size : 3906884608 (3725.90 GiB 4000.65 GB)
     Used Dev Size : 3906884608 (3725.90 GiB 4000.65 GB)
      Raid Devices : 1
     Total Devices : 1
       Persistence : Superblock is persistent

       Update Time : Mon Mar  1 10:56:43 2021
             State : clean
    Active Devices : 1
   Working Devices : 1
    Failed Devices : 0
     Spare Devices : 0

Consistency Policy : unknown

              Name : lnas4938:0  (local to host lnas4938)
              UUID : 9e123add:2f48a85f:1b83c65d:7565bad8
            Events : 6

    Number   Major   Minor   RaidDevice State
       0       8        1        0      active sync   /dev/sda1


版权声明:本文为dqwjack原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。