No configured RAID volumes

Hi all, I have a PR4100 with four 4TB WD Red drives.

It is now showing as no configured RAID volumes and all the LEDs are red.

I have tried rebooting and unplugging it but it is still the same.

For the disks profile they are all showing as good.

Any ideas how to fix ? Help !

The issue seems to have occurred after the last firmware update to 5.27.157 which was on the 2nd November

I did a system config download -
Sysinfo shows it as RAID1

0
raid1

But the hd_volume_info shows it as RAID5
1
<web_cmd>10</web_cmd>
<sdx3_flag>0</sdx3_flag>
<raid_mode>raid5</raid_mode>
<file_type>ext4</file_type>

Could that be the issue ?

No backups?

No, no back ups, although most of the data on it are backups from other machines

I assume the drives are actually ok, it is just some setting that means the motherboard can’t talk to them

If only it were that simple.

Enable SSH, then run the following commands, one at a time, and post the results.

  • cat /proc/mdstat;
  • smartctl -A /dev/sda;
  • smartctl -A /dev/sdb;
  • smartctl -A /dev/sdc;
  • smartctl -A /dev/sdd;

How to Access WD My Cloud Using SSH (Secure Shell)

Hi Cerberus, sorry I am not very clued up technically on this approach and have a few questions please

I have installed PuTTY but when i enter the IP address I get a fatal error

Is it because the cloud connection is not working ?

Do I need to change the network mode to get it to connect ? It is currently set as
IPv4 Network Mode = DHCP, whatever that is !

Did you enable SSH via the dashboard and set a password?

My Cloud: Enable SSH (Secure Shell)

easy when you know how ! :grinning:

here is the first command response

BusyBox v1.30.1 (2023-01-16 13:49:52 UTC) built-in shell (ash)
Enter ‘help’ for a list of built-in commands.

root@MyCloudPR4100 ~ #
root@MyCloudPR4100 ~ # cat /proc/mdstat;
Personalities : [linear] [raid0] [raid1] [raid10] [raid6] [raid5] [raid4]
md0 : active raid1 sdd1[3] sdc1[2] sdb1[1] sda1[0]
2094080 blocks super 1.2 [4/4] [UUUU]
bitmap: 0/1 pages [0KB], 65536KB chunk

unused devices:

next command
root@MyCloudPR4100 ~ # smartctl -A /dev/sda;
smartctl 7.2 2020-12-30 r5155 [x86_64-linux-4.14.22] (local build)
Copyright (C) 2002-20, Bruce Allen, Christian Franke,

=== START OF READ SMART DATA SECTION ===
SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x002f 200 200 051 Pre-fail Always - 0
3 Spin_Up_Time 0x0027 205 201 021 Pre-fail Always - 2750
4 Start_Stop_Count 0x0032 100 100 000 Old_age Always - 63
5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Always - 0
7 Seek_Error_Rate 0x002e 200 200 000 Old_age Always - 0
9 Power_On_Hours 0x0032 065 065 000 Old_age Always - 25652
10 Spin_Retry_Count 0x0032 100 253 000 Old_age Always - 0
11 Calibration_Retry_Count 0x0032 100 253 000 Old_age Always - 0
12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 30
192 Power-Off_Retract_Count 0x0032 200 200 000 Old_age Always - 22
193 Load_Cycle_Count 0x0032 200 200 000 Old_age Always - 41
194 Temperature_Celsius 0x0022 119 102 000 Old_age Always - 28
196 Reallocated_Event_Count 0x0032 200 200 000 Old_age Always - 0
197 Current_Pending_Sector 0x0032 200 200 000 Old_age Always - 0
198 Offline_Uncorrectable 0x0030 100 253 000 Old_age Offline - 0
199 UDMA_CRC_Error_Count 0x0032 200 200 000 Old_age Always - 0
200 Multi_Zone_Error_Rate 0x0008 200 200 000 Old_age Offline - 0

third one

root@MyCloudPR4100 ~ # smartctl -A /dev/sdb
smartctl 7.2 2020-12-30 r5155 [x86_64-linux-4.14.22] (local build)
Copyright (C) 2002-20, Bruce Allen, Christian Franke,

=== START OF READ SMART DATA SECTION ===
SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x002f 200 200 051 Pre-fail Always - 0
3 Spin_Up_Time 0x0027 205 201 021 Pre-fail Always - 2733
4 Start_Stop_Count 0x0032 100 100 000 Old_age Always - 33
5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Always - 0
7 Seek_Error_Rate 0x002e 200 200 000 Old_age Always - 0
9 Power_On_Hours 0x0032 065 065 000 Old_age Always - 25652
10 Spin_Retry_Count 0x0032 100 253 000 Old_age Always - 0
11 Calibration_Retry_Count 0x0032 100 253 000 Old_age Always - 0
12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 29
192 Power-Off_Retract_Count 0x0032 200 200 000 Old_age Always - 21
193 Load_Cycle_Count 0x0032 200 200 000 Old_age Always - 12
194 Temperature_Celsius 0x0022 120 102 000 Old_age Always - 27
196 Reallocated_Event_Count 0x0032 200 200 000 Old_age Always - 0
197 Current_Pending_Sector 0x0032 200 200 000 Old_age Always - 0
198 Offline_Uncorrectable 0x0030 100 253 000 Old_age Offline - 0
199 UDMA_CRC_Error_Count 0x0032 200 200 000 Old_age Always - 0
200 Multi_Zone_Error_Rate 0x0008 200 200 000 Old_age Offline - 0

fourth one

root@MyCloudPR4100 ~ # smartctl -A /dev/sdc
smartctl 7.2 2020-12-30 r5155 [x86_64-linux-4.14.22] (local build)
Copyright (C) 2002-20, Bruce Allen, Christian Franke,

=== START OF READ SMART DATA SECTION ===
SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x002f 200 200 051 Pre-fail Always - 0
3 Spin_Up_Time 0x0027 203 200 021 Pre-fail Always - 2808
4 Start_Stop_Count 0x0032 100 100 000 Old_age Always - 35
5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Always - 0
7 Seek_Error_Rate 0x002e 200 200 000 Old_age Always - 0
9 Power_On_Hours 0x0032 065 065 000 Old_age Always - 25652
10 Spin_Retry_Count 0x0032 100 253 000 Old_age Always - 0
11 Calibration_Retry_Count 0x0032 100 253 000 Old_age Always - 0
12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 30
192 Power-Off_Retract_Count 0x0032 200 200 000 Old_age Always - 22
193 Load_Cycle_Count 0x0032 200 200 000 Old_age Always - 13
194 Temperature_Celsius 0x0022 120 102 000 Old_age Always - 27
196 Reallocated_Event_Count 0x0032 200 200 000 Old_age Always - 0
197 Current_Pending_Sector 0x0032 200 200 000 Old_age Always - 0
198 Offline_Uncorrectable 0x0030 100 253 000 Old_age Offline - 0
199 UDMA_CRC_Error_Count 0x0032 200 200 000 Old_age Always - 0
200 Multi_Zone_Error_Rate 0x0008 200 200 000 Old_age Offline - 0

last one

root@MyCloudPR4100 ~ # smartctl -A /dev/sdd;
smartctl 7.2 2020-12-30 r5155 [x86_64-linux-4.14.22] (local build)
Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF READ SMART DATA SECTION ===
SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x002f 200 200 051 Pre-fail Always - 0
3 Spin_Up_Time 0x0027 200 199 021 Pre-fail Always - 2975
4 Start_Stop_Count 0x0032 100 100 000 Old_age Always - 34
5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Always - 0
7 Seek_Error_Rate 0x002e 200 200 000 Old_age Always - 0
9 Power_On_Hours 0x0032 065 065 000 Old_age Always - 25651
10 Spin_Retry_Count 0x0032 100 253 000 Old_age Always - 0
11 Calibration_Retry_Count 0x0032 100 253 000 Old_age Always - 0
12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 30
192 Power-Off_Retract_Count 0x0032 200 200 000 Old_age Always - 22
193 Load_Cycle_Count 0x0032 200 200 000 Old_age Always - 12
194 Temperature_Celsius 0x0022 119 102 000 Old_age Always - 28
196 Reallocated_Event_Count 0x0032 200 200 000 Old_age Always - 0
197 Current_Pending_Sector 0x0032 200 200 000 Old_age Always - 0
198 Offline_Uncorrectable 0x0030 100 253 000 Old_age Offline - 0
199 UDMA_CRC_Error_Count 0x0032 200 200 000 Old_age Always - 0
200 Multi_Zone_Error_Rate 0x0008 200 200 000 Old_age Offline - 0

The drives look ok and no obvious problems are evident. Here’s another command to run, and the results will be quite long, so you may need to post them in two parts.

  • dmesg

Thank you for your help Cerberus

root@MyCloudPR4100 ~ # dmesg
[ 0.000000] Linux version 4.14.22 (kman@kmachine) (gcc version 8.3.0 (Debian 8.3.0-6)) #1 SMP Thu Oct 27 08:01:25 UTC 2022 Build-38
[ 0.000000] Command line: BOOT_IMAGE=/uImage root=/dev/ram0 rootfstype=ramfs rootwait console=ttyS0,115200n8 net.ifnames=0 acpi_enforce_resources=lax
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] x86/fpu: x87 FPU will use FXSAVE
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000003efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000003f000-0x000000000003ffff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x0000000000040000-0x000000000009ffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001effffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000001f000000-0x00000000201fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000077084fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000077085000-0x00000000770fcfff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000770fd000-0x000000007721ffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000077220000-0x0000000077686fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x0000000077687000-0x0000000077945fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000077946000-0x0000000077998fff] type 20
[ 0.000000] BIOS-e820: [mem 0x0000000077999000-0x0000000077ffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000feafffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed03000-0x00000000fed03fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed06000-0x00000000fed06fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed09fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1cfff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fedbffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000017fffffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.40 by BBC
[ 0.000000] efi: ESRT=0x77942298 ACPI=0x775f6000 ACPI 2.0=0x775f6000 SMBIOS=0xf05e0 SMBIOS 3.0=0xf0600 MPS=0xfca40
[ 0.000000] random: fast init done
[ 0.000000] SMBIOS 3.0.0 present.
[ 0.000000] DMI: WesternDigital WDBNFA0160KBK-40/BBC, BIOS 1.11 11/01/2017
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x180000 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask F80000000 write-back
[ 0.000000] 1 base 07A000000 mask FFE000000 uncachable
[ 0.000000] 2 base 07C000000 mask FFC000000 uncachable
[ 0.000000] 3 base 100000000 mask F80000000 write-back
[ 0.000000] 4 base 090000000 mask FF0000000 write-through
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000000] e820: last_pfn = 0x78000 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000fcca0-0x000fccaf] mapped at [ffffffffff240ca0]
[ 0.000000] esrt: Reserving ESRT space from 0x0000000077942298 to 0x00000000779422d0.
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Base memory trampoline at [ffffa0a60008f000] 8f000 size 24576
[ 0.000000] BRK [0x130509000, 0x130509fff] PGTABLE
[ 0.000000] BRK [0x13050a000, 0x13050afff] PGTABLE
[ 0.000000] BRK [0x13050b000, 0x13050bfff] PGTABLE
[ 0.000000] BRK [0x13050c000, 0x13050cfff] PGTABLE
[ 0.000000] BRK [0x13050d000, 0x13050dfff] PGTABLE
[ 0.000000] BRK [0x13050e000, 0x13050efff] PGTABLE
[ 0.000000] BRK [0x13050f000, 0x13050ffff] PGTABLE
[ 0.000000] BRK [0x130510000, 0x130510fff] PGTABLE
[ 0.000000] BRK [0x130511000, 0x130511fff] PGTABLE
[ 0.000000] Secure boot could not be determined
[ 0.000000] RAMDISK: [mem 0x37849000-0x37c1bfff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000775F6000 000024 (v02 ALASKA)
[ 0.000000] ACPI: XSDT 0x00000000775F6080 00007C (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: FACP 0x0000000077600888 00010C (v05 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/32 (20170728/tbfadt-603)
[ 0.000000] ACPI: DSDT 0x00000000775F6190 00A6F1 (v02 ALASKA A M I 01072009 INTL 20120913)
[ 0.000000] ACPI: FACS 0x0000000077686E80 000040
[ 0.000000] ACPI: APIC 0x0000000077600998 000084 (v03 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: FPDT 0x0000000077600A20 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: FIDT 0x0000000077600A68 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: MCFG 0x0000000077600B08 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
[ 0.000000] ACPI: SSDT 0x0000000077600B48 000763 (v01 PmRef CpuPm 00003000 INTL 20061109)
[ 0.000000] ACPI: SSDT 0x00000000776012B0 000290 (v01 PmRef Cpu0Tst 00003000 INTL 20061109)
[ 0.000000] ACPI: SSDT 0x0000000077601540 00017A (v01 PmRef ApTst 00003000 INTL 20061109)
[ 0.000000] ACPI: UEFI 0x00000000776016C0 000042 (v01 ALASKA A M I 00000000 00000000)
[ 0.000000] ACPI: LPIT 0x0000000077601708 000104 (v01 ALASKA A M I 00000005 MSFT 0100000D)
[ 0.000000] ACPI: CSRT 0x0000000077601810 00014C (v00 INTEL LANFORDC 00000005 MSFT 0100000D)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000017fffffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x17fffb000-0x17fffefff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x000000017fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000003efff]
[ 0.000000] node 0: [mem 0x0000000000040000-0x000000000009ffff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001effffff]
[ 0.000000] node 0: [mem 0x0000000020200000-0x0000000077084fff]
[ 0.000000] node 0: [mem 0x00000000770fd000-0x000000007721ffff]
[ 0.000000] node 0: [mem 0x0000000077999000-0x0000000077ffffff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x000000017fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000017fffffff]
[ 0.000000] On node 0 totalpages: 1009069
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 49 pages reserved
[ 0.000000] DMA zone: 3998 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 7513 pages used for memmap
[ 0.000000] DMA32 zone: 480783 pages, LIFO batch:31
[ 0.000000] Normal zone: 8192 pages used for memmap
[ 0.000000] Normal zone: 524288 pages, LIFO batch:31
[ 0.000000] Reserving Intel graphics memory at 0x000000007af00000-0x000000007eefffff
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-114
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[ 0.000000] e820: [mem 0x7ef00000-0xdfffffff] available for PCI devices
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.000000] setup_percpu: NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[ 0.000000] percpu: Embedded 42 pages/cpu @ffffa0a77fc00000 s133016 r8192 d30824 u524288
[ 0.000000] pcpu-alloc: s133016 r8192 d30824 u524288 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 993251
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/uImage root=/dev/ram0 rootfstype=ramfs rootwait console=ttyS0,115200n8 net.ifnames=0 acpi_enforce_resources=lax
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 3835424K/4036276K available (10252K kernel code, 681K rwdata, 2820K rodata, 984K init, 556K bss, 200852K reserved, 0K cma-reserved)
[ 0.000000] Kernel/User page tables isolation: enabled
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] NR_IRQS: 4352, nr_irqs: 1024, preallocated irqs: 16
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [ttyS0] enabled
[ 0.000000] tsc: Detected 1600.000 MHz processor
[ 0.002000] Calibrating delay loop (skipped), value calculated using timer frequency
 3200.00 BogoMIPS (lpj=1600000)
[ 0.003005] pid_max: default: 32768 minimum: 301
[ 0.004024] ACPI: Core revision 20170728
[ 0.019335] ACPI: 4 ACPI AML tables successfully acquired and loaded
[ 0.023266] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.025192] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.026063] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.027035] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.029025] CPU: Physical Processor ID: 0
[ 0.030005] CPU: Processor Core ID: 0
[ 0.031010] ENERGY_PERF_BIAS: Set to ‘normal’, was ‘performance’
[ 0.032004] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.033015] mce: CPU supports 6 MCE banks
[ 0.034012] CPU0: Thermal monitoring enabled (TM1)
[ 0.035008] process: using mwait in idle threads
[ 0.036007] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[ 0.037005] Last level dTLB entries: 4KB 256, 2MB 16, 4MB 16, 1GB 0
[ 0.038006] Spectre V2 : Mitigation: Full generic retpoline
[ 0.039272] Freeing SMP alternatives memory: 32K
[ 0.043750] smpboot: Max logical packages: 1
[ 0.045000] 
TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[ 0.054504] TSC deadline timer enabled
[ 0.054507] smpboot: CPU0: Intel(R) Pentium(R) CPU N3710 @ 1.60GHz (family: 0x6, model: 0x4c, stepping: 0x4)
[ 0.055161] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, 8-deep LBR, full-width counters, Intel PMU driver.
[ 0.056008] 
 version: 3
[ 0.057003] 
 bit width: 40
[ 0.058003] 
 generic registers: 2
[ 0.059003] 
 value mask: 000000ffffffffff
[ 0.060003] 
 max period: 0000007fffffffff
[ 0.061002] 
 fixed-purpose events: 3
[ 0.062002] 
 event mask: 0000000700000003
[ 0.063089] Hierarchical SRCU implementation.
[ 0.064322] smp: Bringing up secondary CPUs 

[ 0.065195] x86: Booting SMP configuration:
[ 0.066005] 
 node #0, CPUs: #1 #2 #3
[ 0.067083] smp: Brought up 1 node, 4 CPUs
[ 0.069005] smpboot: Total of 4 processors activated (12800.00 BogoMIPS)
[ 0.071177] devtmpfs: initialized
[ 0.072109] x86/mm: Memory block size: 128MB
[ 0.073880] PM: Registering ACPI NVS region [mem 0x0003f000-0x0003ffff] (4096 bytes)
[ 0.074008] PM: Registering ACPI NVS region [mem 0x77220000-0x77686fff] (4616192 bytes)
[ 0.075303] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.076021] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.077109] pinctrl core: initialized pinctrl subsystem
[ 0.078211] NET: Registered protocol family 16
[ 0.079456] cpuidle: using governor ladder
[ 0.080017] cpuidle: using governor menu
[ 0.081097] ACPI: bus type PCI registered
[ 0.082116] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.083008] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.084031] PCI: Using configuration type 1 for base access
[ 0.090521] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.098122] ACPI: Added _OSI(Module Device)
[ 0.099011] ACPI: Added _OSI(Processor Device)
[ 0.100004] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.101004] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.111613] ACPI: Dynamic OEM Table Load:
[ 0.112049] ACPI: SSDT 0xFFFFA0A77B43C800 0006D9 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
[ 0.113834] ACPI: Dynamic OEM Table Load:
[ 0.114012] ACPI: SSDT 0xFFFFA0A77A807C00 00015F (v01 PmRef ApIst 00003000 INTL 20061109)
[ 0.117871] ACPI: Interpreter enabled
[ 0.118035] ACPI: (supports S0 S5)
[ 0.119005] ACPI: Using IOAPIC for interrupt routing
[ 0.120075] PCI: Using host bridge windows from ACPI; if necessary, use “pci=nocrs” and report a bug
[ 0.121815] ACPI: Enabled 7 GPEs in block 00 to 3F
[ 0.124882] ACPI: Power Resource [ID3C] (off)
[ 0.128263] ACPI: Power Resource [USBC] (on)
[ 0.137869] ACPI: Power Resource [CLK0] (off)
[ 0.138390] ACPI: Power Resource [CLK0] (off)
[ 0.139094] ACPI: Power Resource [CLK1] (off)
[ 0.148726] ACPI: Power Resource [FN00] (off)
[ 0.150055] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.151013] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.152532] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[ 0.153561] PCI host bridge to bus 0000:00
[ 0.154007] pci_bus 0000:00: root bus resource [io 0x0070-0x0077]
[ 0.155005] pci_bus 0000:00: root bus resource [io 0x0000-0x006f window]
[ 0.156005] pci_bus 0000:00: root bus resource [io 0x0078-0x0cf7 window]
[ 0.157005] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.158005] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.159005] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[ 0.160005] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
[ 0.161005] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]

[ 0.162005] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.163016] pci 0000:00:00.0: [8086:2280] type 00 class 0x060000
[ 0.163318] pci 0000:00:02.0: [8086:22b1] type 00 class 0x030000
[ 0.163345] pci 0000:00:02.0: reg 0x10: [mem 0x80000000-0x80ffffff 64bit]
[ 0.163358] pci 0000:00:02.0: reg 0x18: [mem 0x90000000-0x9fffffff 64bit pref]
[ 0.163367] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
[ 0.163632] pci 0000:00:10.0: [8086:2294] type 00 class 0x080501
[ 0.163661] pci 0000:00:10.0: reg 0x10: [mem 0x81626000-0x81626fff]
[ 0.163762] pci 0000:00:10.0: PME# supported from D0 D3hot
[ 0.163971] pci 0000:00:12.0: [8086:2296] type 00 class 0x080501
[ 0.164000] pci 0000:00:12.0: reg 0x10: [mem 0x81625000-0x81625fff]
[ 0.164105] pci 0000:00:12.0: PME# supported from D0 D3hot
[ 0.164343] pci 0000:00:13.0: [8086:22a3] type 00 class 0x010601
[ 0.164404] pci 0000:00:13.0: reg 0x20: [io 0xf060-0xf07f]
[ 0.164416] pci 0000:00:13.0: reg 0x24: [mem 0x81624000-0x816247ff]
[ 0.164476] pci 0000:00:13.0: PME# supported from D3hot
[ 0.164686] pci 0000:00:14.0: [8086:22b5] type 00 class 0x0c0330
[ 0.164718] pci 0000:00:14.0: reg 0x10: [mem 0x81600000-0x8160ffff 64bit]
[ 0.164812] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.165051] pci 0000:00:18.0: [8086:22c0] type 00 class 0x080102
[ 0.165080] pci 0000:00:18.0: reg 0x10: [mem 0x81618000-0x8161bfff]
[ 0.165373] pci 0000:00:18.2: [8086:22c2] type 00 class 0x0c8000
[ 0.165401] pci 0000:00:18.2: reg 0x10: [mem 0x81623000-0x81623fff]
[ 0.165691] pci 0000:00:18.3: [8086:22c3] type 00 class 0x0c8000
[ 0.165720] pci 0000:00:18.3: reg 0x10: [mem 0x81622000-0x81622fff]
[ 0.166011] pci 0000:00:18.4: [8086:22c4] type 00 class 0x0c8000
[ 0.166040] pci 0000:00:18.4: reg 0x10: [mem 0x81621000-0x81621fff]
[ 0.166323] pci 0000:00:18.6: [8086:22c6] type 00 class 0x0c8000
[ 0.166352] pci 0000:00:18.6: reg 0x10: [mem 0x81620000-0x81620fff]
[ 0.166636] pci 0000:00:18.7: [8086:22c7] type 00 class 0x0c8000
[ 0.166665] pci 0000:00:18.7: reg 0x10: [mem 0x8161f000-0x8161ffff]
[ 0.166946] pci 0000:00:1a.0: [8086:2298] type 00 class 0x108000
[ 0.166972] pci 0000:00:1a.0: reg 0x10: [mem 0x81100000-0x811fffff]
[ 0.166983] pci 0000:00:1a.0: reg 0x14: [mem 0x81000000-0x810fffff]
[ 0.167070] pci 0000:00:1a.0: PME# supported from D0 D3hot
[ 0.167321] pci 0000:00:1b.0: [8086:2284] type 00 class 0x040300
[ 0.167357] pci 0000:00:1b.0: reg 0x10: [mem 0x81614000-0x81617fff 64bit]
[ 0.167455] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.167664] pci 0000:00:1c.0: [8086:22c8] type 01 class 0x060400
[ 0.167775] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.167994] pci 0000:00:1c.1: [8086:22ca] type 01 class 0x060400
[ 0.168106] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.168324] pci 0000:00:1c.2: [8086:22cc] type 01 class 0x060400
[ 0.168434] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.168652] pci 0000:00:1c.3: [8086:22ce] type 01 class 0x060400
[ 0.168762] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.168986] pci 0000:00:1e.0: [8086:2286] type 00 class 0x080102
[ 0.169014] pci 0000:00:1e.0: reg 0x10: [mem 0x81610000-0x81613fff]
[ 0.169295] pci 0000:00:1e.3: [8086:228a] type 00 class 0x078000
[ 0.169320] pci 0000:00:1e.3: reg 0x10: [mem 0x8161e000-0x8161efff]
[ 0.169595] pci 0000:00:1e.4: [8086:228c] type 00 class 0x078000
[ 0.169621] pci 0000:00:1e.4: reg 0x10: [mem 0x8161d000-0x8161dfff]
[ 0.169892] pci 0000:00:1f.0: [8086:229c] type 00 class 0x060100
[ 0.170223] pci 0000:00:1f.3: [8086:2292] type 00 class 0x0c0500
[ 0.170293] pci 0000:00:1f.3: reg 0x10: [mem 0x8161c000-0x8161c01f]
[ 0.170409] pci 0000:00:1f.3: reg 0x20: [io 0xf040-0xf05f]
[ 0.170866] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000
[ 0.170911] pci 0000:01:00.0: reg 0x10: [io 0xe000-0xe0ff]
[ 0.170950] pci 0000:01:00.0: reg 0x18: [mem 0x81504000-0x81504fff 64bit]
[ 0.170975] pci 0000:01:00.0: reg 0x20: [mem 0x81500000-0x81503fff 64bit]
[ 0.171119] pci 0000:01:00.0: supports D1 D2
[ 0.171122] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.174046] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.175013] pci 0000:00:1c.0: bridge window [io 0xe000-0xefff]
[ 0.175018] pci 0000:00:1c.0: bridge window [mem 0x81500000-0x815fffff]
[ 0.175137] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[ 0.175181] pci 0000:02:00.0: reg 0x10: [io 0xd000-0xd0ff]
[ 0.175220] pci 0000:02:00.0: reg 0x18: [mem 0x81404000-0x81404fff 64bit]
[ 0.175245] pci 0000:02:00.0: reg 0x20: [mem 0x81400000-0x81403fff 64bit]
[ 0.175384] pci 0000:02:00.0: supports D1 D2
[ 0.175387] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.178039] pci 0000:00:1c.1: PCI bridge to [bus 02]
[ 0.179009] pci 0000:00:1c.1: bridge window [io 0xd000-0xdfff]
[ 0.179015] pci 0000:00:1c.1: bridge window [mem 0x81400000-0x814fffff]
[ 0.179128] pci 0000:03:00.0: [1b21:0612] type 00 class 0x010601
[ 0.179164] pci 0000:03:00.0: reg 0x10: [io 0xc050-0xc057]
[ 0.179179] pci 0000:03:00.0: reg 0x14: [io 0xc040-0xc043]
[ 0.179194] pci 0000:03:00.0: reg 0x18: [io 0xc030-0xc037]
[ 0.179209] pci 0000:03:00.0: reg 0x1c: [io 0xc020-0xc023]
[ 0.179224] pci 0000:03:00.0: reg 0x20: [io 0xc000-0xc01f]
[ 0.179239] pci 0000:03:00.0: reg 0x24: [mem 0x81310000-0x813101ff]
[ 0.179255] pci 0000:03:00.0: reg 0x30: [mem 0x81300000-0x8130ffff pref]
[ 0.179459] pci 0000:00:1c.2: PCI bridge to [bus 03]
[ 0.180010] pci 0000:00:1c.2: bridge window [io 0xc000-0xcfff]
[ 0.180015] pci 0000:00:1c.2: bridge window [mem 0x81300000-0x813fffff]
[ 0.180124] pci 0000:04:00.0: [1b21:0612] type 00 class 0x010601
[ 0.180158] pci 0000:04:00.0: reg 0x10: [io 0xb050-0xb057]
[ 0.180173] pci 0000:04:00.0: reg 0x14: [io 0xb040-0xb043]
[ 0.180189] pci 0000:04:00.0: reg 0x18: [io 0xb030-0xb037]
[ 0.180203] pci 0000:04:00.0: reg 0x1c: [io 0xb020-0xb023]
[ 0.180218] pci 0000:04:00.0: reg 0x20: [io 0xb000-0xb01f]
[ 0.180233] pci 0000:04:00.0: reg 0x24: [mem 0x81210000-0x812101ff]
[ 0.180249] pci 0000:04:00.0: reg 0x30: [mem 0x81200000-0x8120ffff pref]
[ 0.180451] pci 0000:00:1c.3: PCI bridge to [bus 04]
[ 0.181009] pci 0000:00:1c.3: bridge window [io 0xb000-0xbfff]
[ 0.181014] pci 0000:00:1c.3: bridge window [mem 0x81200000-0x812fffff]
[ 0.181828] acpi 80862288:00: Device [PWM1] is in always present list
[ 0.183402] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.184141] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.185141] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *10 11 12 14 15)
[ 0.186145] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 10 11 12 14 15)
[ 0.187142] ACPI: PCI Interrupt Link [LNKE] (IRQs *3 4 5 6 10 11 12 14 15)
[ 0.188141] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 *10 11 12 14 15)
[ 0.189141] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 10 11 12 14 15)
[ 0.190140] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.191206] acpi INT0002:00: Device [GPED] is in always present list
[ 0.193133] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.194000] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.194020] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.195003] vgaarb: loaded
[ 0.196192] SCSI subsystem initialized
[ 0.197043] libata version 3.00 loaded.
[ 0.197102] ACPI: bus type USB registered
[ 0.198049] usbcore: registered new interface driver usbfs
[ 0.199025] usbcore: registered new interface driver hub
[ 0.200052] usbcore: registered new device driver usb
[ 0.201122] pps_core: LinuxPPS API ver. 1 registered
[ 0.202005] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 0.203016] PTP clock support registered
[ 0.204097] EDAC MC: Ver: 3.0.0
[ 0.207218] Registered efivars operations
[ 0.215077] PCI: Using ACPI for IRQ routing
[ 0.230851] PCI: pci_cache_line_size set to 64 bytes
[ 0.230971] e820: reserve RAM buffer [mem 0x0003f000-0x0003ffff]
[ 0.230975] e820: reserve RAM buffer [mem 0x1f000000-0x1fffffff]
[ 0.230977] e820: reserve RAM buffer [mem 0x77085000-0x77ffffff]
[ 0.230979] e820: reserve RAM buffer [mem 0x77220000-0x77ffffff]
[ 0.231217] clocksource: Switched to clocksource refined-jiffies
[ 0.238073] VFS: Disk quotas dquot_6.6.0
[ 0.242041] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.250080] pnp: PnP ACPI init
[ 0.253096] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.253385] system 00:01: [io 0x0680-0x069f] has been reserved
[ 0.260000] system 00:01: [io 0x0400-0x047f] has been reserved
[ 0.267001] system 00:01: [io 0x0500-0x05fe] has been reserved
[ 0.273005] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.275994] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.276039] system 00:03: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.283001] system 00:03: [mem 0xfea00000-0xfeafffff] has been reserved
[ 0.289998] system 00:03: [mem 0xfed01000-0xfed01fff] has been reserved
[ 0.297996] system 00:03: [mem 0xfed03000-0xfed03fff] has been reserved
[ 0.304995] system 00:03: [mem 0xfed06000-0xfed06fff] has been reserved
[ 0.311994] system 00:03: [mem 0xfed08000-0xfed09fff] has been reserved
[ 0.319993] system 00:03: [mem 0xfed80000-0xfedbffff] could not be reserved
[ 0.326992] system 00:03: [mem 0xfed1c000-0xfed1cfff] has been reserved
[ 0.334995] system 00:03: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.342000] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.342579] pnp: PnP ACPI: found 4 devices
[ 0.355289] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.365016] clocksource: Switched to clocksource acpi_pm
[ 0.371114] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000

[ 0.371154] pci 0000:00:1c.1: BAR 9: assigned [mem 0x81700000-0x818fffff 64bit pref]
[ 0.379825] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.385399] pci 0000:00:1c.0: bridge window [io 0xe000-0xefff]
[ 0.392237] pci 0000:00:1c.0: bridge window [mem 0x81500000-0x815fffff]
[ 0.399858] pci 0000:00:1c.1: PCI bridge to [bus 02]
[ 0.405431] pci 0000:00:1c.1: bridge window [io 0xd000-0xdfff]
[ 0.412269] pci 0000:00:1c.1: bridge window [mem 0x81400000-0x814fffff]
[ 0.419882] pci 0000:00:1c.1: bridge window [mem 0x81700000-0x818fffff 64bit pref]
[ 0.428567] pci 0000:00:1c.2: PCI bridge to [bus 03]
[ 0.434138] pci 0000:00:1c.2: bridge window [io 0xc000-0xcfff]
[ 0.440976] pci 0000:00:1c.2: bridge window [mem 0x81300000-0x813fffff]
[ 0.448595] pci 0000:00:1c.3: PCI bridge to [bus 04]
[ 0.454166] pci 0000:00:1c.3: bridge window [io 0xb000-0xbfff]
[ 0.461064] pci 0000:00:1c.3: bridge window [mem 0x81200000-0x812fffff]
[ 0.468698] pci_bus 0000:00: resource 4 [io 0x0070-0x0077]
[ 0.468701] pci_bus 0000:00: resource 5 [io 0x0000-0x006f window]
[ 0.468703] pci_bus 0000:00: resource 6 [io 0x0078-0x0cf7 window]
[ 0.468706] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
[ 0.468709] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[ 0.468711] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[ 0.468714] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000fffff window]
[ 0.468717] pci_bus 0000:00: resource 11 [mem 0x80000000-0xdfffffff window]
[ 0.468720] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
[ 0.468722] pci_bus 0000:01: resource 1 [mem 0x81500000-0x815fffff]
[ 0.468725] pci_bus 0000:02: resource 0 [io 0xd000-0xdfff]
[ 0.468728] pci_bus 0000:02: resource 1 [mem 0x81400000-0x814fffff]
[ 0.468730] pci_bus 0000:02: resource 2 [mem 0x81700000-0x818fffff 64bit pref]
[ 0.468733] pci_bus 0000:03: resource 0 [io 0xc000-0xcfff]
[ 0.468736] pci_bus 0000:03: resource 1 [mem 0x81300000-0x813fffff]
[ 0.468739] pci_bus 0000:04: resource 0 [io 0xb000-0xbfff]
[ 0.468741] pci_bus 0000:04: resource 1 [mem 0x81200000-0x812fffff]
[ 0.468996] NET: Registered protocol family 2
[ 0.474229] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.482474] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[ 0.490112] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.497534] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.504320] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.511646] NET: Registered protocol family 1
[ 0.516573] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.527260] PCI: CLS 64 bytes, default 64
[ 0.527343] Trying to unpack rootfs image as initramfs

[ 0.640509] Freeing initrd memory: 3916K
[ 0.645028] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.652297] software IO TLB [mem 0x70784000-0x74784000] (64MB) mapped at [ffffa0a670784000-ffffa0a674783fff]
[ 0.663705] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x171024fa93b, max_idle_ns: 440795253189 ns
[ 0.674986] clocksource: Switched to clocksource tsc
[ 0.681559] Scanning for low memory corruption every 60 seconds
[ 0.689366] CPU feature ‘AVX registers’ is not supported.
[ 0.695417] CPU feature ‘AVX registers’ is not supported.
[ 0.701456] CPU feature ‘AVX registers’ is not supported.
[ 0.708215] workingset: timestamp_bits=40 max_order=20 bucket_order=0
[ 0.715488] zbud: loaded
[ 0.718730] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.727643] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[ 0.735931] io scheduler noop registered
[ 0.740320] io scheduler deadline registered
[ 0.745110] io scheduler cfq registered (default)
[ 0.750370] io scheduler mq-deadline registered
[ 0.755436] io scheduler kyber registered
[ 0.761525] pcieport 0000:00:1c.0: Signaling PME with IRQ 115
[ 0.768009] pcieport 0000:00:1c.1: Signaling PME with IRQ 116
[ 0.774478] pcieport 0000:00:1c.2: Signaling PME with IRQ 117
[ 0.780950] pcieport 0000:00:1c.3: Signaling PME with IRQ 118
[ 0.787421] pciehp 0000:00:1c.1:pcie004: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[ 0.801388] intel_idle: MWAIT substates: 0x33000020
[ 0.801390] intel_idle: v0.4.1 model 0x4C
[ 0.801692] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 0.801900] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 0.811278] ACPI: Power Button [PWRB]
[ 0.815497] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[ 0.824872] ACPI: Sleep Button [SLPB]
[ 0.829082] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 0.837383] ACPI: Power Button [PWRF]
[ 0.847322] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[ 0.861175] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.867506] ACPI: Thermal Zone [TZ01] (27 C)
[ 0.872835] dw_dmac_pci 0000:00:18.0: DesignWare DMA Controller, 8 channels
[ 0.880667] dw_dmac_pci 0000:00:1e.0: enabling device (0000 → 0002)
[ 0.888184] dw_dmac_pci 0000:00:1e.0: DesignWare DMA Controller, 8 channels
[ 0.896439] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.923959] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.933329] 8250_lpss 0000:00:1e.3: enabling device (0000 → 0002)
[ 0.940605] 0000:00:1e.3: ttyS1 at MMIO 0x8161e000 (irq = 18, base_baud = 2764800) is a 16550A
[ 0.950598] 8250_lpss 0000:00:1e.4: enabling device (0000 → 0002)
[ 0.957926] 0000:00:1e.4: ttyS2 at MMIO 0x8161d000 (irq = 19, base_baud = 2764800) is a 16550A
[ 0.968266] Non-volatile memory driver v1.3
[ 0.973240] Linux agpgart interface v0.103
[ 0.980462] [drm] Memory usable by graphics device = 2048M
[ 0.986606] [drm] Replacing VGA console driver
[ 0.991822] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 0.999220] [drm] Driver supports precise vblank timestamp query.
[ 1.031874] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 1.053171] [drm] Initialized i915 1.6.0 20170818 for 0000:00:02.0 on minor 0
[ 1.063327] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 1.072397] acpi device:09: registered as cooling_device5
[ 1.078626] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
[ 1.090905] brd: module loaded
[ 1.119626] loop: module loaded
[ 1.123463] ahci 0000:00:13.0: version 3.0
[ 1.123774] ahci 0000:00:13.0: SSS flag set, parallel bus scan disabled
[ 1.131219] ahci 0000:00:13.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[ 1.140271] ahci 0000:00:13.0: flags: 64bit ncq stag pm led clo only pio slum part deso sadm sds apst
[ 1.151622] scsi host0: ahci
[ 1.155514] scsi host1: ahci
[ 1.158879] ata1: SATA max UDMA/133 abar m2048@0x81624000 port 0x81624100 irq 120
[ 1.161139] [drm] Cannot find any crtc or sizes
[ 1.172324] ata2: SATA max UDMA/133 abar m2048@0x81624000 port 0x81624180 irq 120
[ 1.181122] ahci 0000:03:00.0: SSS flag set, parallel bus scan disabled
[ 1.188591] ahci 0000:03:00.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[ 1.197648] ahci 0000:03:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc sxs
[ 1.208282] scsi host2: ahci
[ 1.211772] scsi host3: ahci
[ 1.215116] ata3: SATA max UDMA/133 abar m512@0x81310000 port 0x81310100 irq 121
[ 1.223393] ata4: SATA max UDMA/133 abar m512@0x81310000 port 0x81310180 irq 121
[ 1.232022] ahci 0000:04:00.0: SSS flag set, parallel bus scan disabled
[ 1.239499] ahci 0000:04:00.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[ 1.248555] ahci 0000:04:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc sxs
[ 1.258617] scsi host4: ahci
[ 1.262269] scsi host5: ahci
[ 1.265579] ata5: SATA max UDMA/133 abar m512@0x81210000 port 0x81210100 irq 122
[ 1.273855] ata6: SATA max UDMA/133 abar m512@0x81210000 port 0x81210180 irq 122
[ 1.282335] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 1.288662] ACPI Warning: _SB.PCI0.RP01._PRT: Return Package has no elements (empty) (20170728/nsprepkg-130)
[ 1.305317] r8169 0000:01:00.0 egiga0: RTL8168h/8111h at 0xffffb6a1806a5000, 00:00:c0:34:5c:4a, XID 14100800 IRQ 123
[ 1.317091] r8169 0000:01:00.0 egiga0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 1.326862] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 1.333165] ACPI Warning: _SB.PCI0.RP02._PRT: Return Package has no elements (empty) (20170728/nsprepkg-130)
[ 1.348341] r8169 0000:02:00.0 egiga1: RTL8168h/8111h at 0xffffb6a1806ad000, 00:00:c0:34:5c:4b, XID 14100800 IRQ 124
[ 1.360116] r8169 0000:02:00.0 egiga1: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 1.369883] ehci_hcd: USB 2.0 ‘Enhanced’ Host Controller (EHCI) Driver
[ 1.377184] ehci-pci: EHCI PCI platform driver
[ 1.382423] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.388279] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 1.397712] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x01509810
[ 1.407159] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 1.407746] hub 1-0:1.0: USB hub found
[ 1.411967] hub 1-0:1.0: 7 ports detected
[ 1.417494] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.423347] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 1.432090] hub 2-0:1.0: USB hub found
[ 1.436307] hub 2-0:1.0: 6 ports detected
[ 1.441925] usbcore: registered new interface driver usb-storage
[ 1.448702] i8042: PNP: No PS/2 controller found.
[ 1.453964] i8042: Probing ports directly.
[ 1.498606] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.713135] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.720716] ata3.00: ATA-10: WDC WD40EFAX-68JH4N0, 82.00A82, max UDMA/133
[ 1.728319] ata3.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 1.744166] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.751715] ata5.00: ATA-10: WDC WD40EFAX-68JH4N0, 82.00A82, max UDMA/133
[ 1.759315] ata5.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 1.990233] ata1.00: ATA-10: WDC WD40EFAX-68JH4N0, 82.00A82, max UDMA/133
[ 1.997840] ata1.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 1.997889] ata5.00: configured for UDMA/133
[ 2.521454] ata3.00: configured for UDMA/133
[ 2.521590] ata1.00: configured for UDMA/133
[ 2.521763] scsi 0:0:0:0: Direct-Access ATA WDC WD40EFAX-68J 0A82 PQ: 0 ANSI: 5
[ 2.522080] i8042: No controller found
[ 2.522146] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 2.522248] sd 0:0:0:0: [sda] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[ 2.522251] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 2.522282] sd 0:0:0:0: [sda] Write Protect is off
[ 2.522285] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.522337] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn’t support DPO or FUA
[ 2.522932] rtc_cmos 00:00: RTC can wake from S4
[ 2.523219] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[ 2.523264] rtc_cmos 00:00: alarms up to one month, y3k, 242 bytes nvram
[ 2.523306] i2c /dev entries driver
[ 2.524144] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[ 2.527416] IR NEC protocol handler initialized
[ 2.527417] IR RC5(x/sz) protocol handler initialized
[ 2.527418] IR RC6 protocol handler initialized
[ 2.527419] IR JVC protocol handler initialized
[ 2.527420] IR Sony protocol handler initialized
[ 2.527420] IR SANYO protocol handler initialized
[ 2.527421] IR Sharp protocol handler initialized
[ 2.527422] IR MCE Keyboard/mouse protocol handler initialized
[ 2.527423] IR XMP protocol handler initialized
[ 2.565320] sda: sda1 sda2 sda3 sda4
[ 2.566687] sd 0:0:0:0: [sda] Attached SCSI disk
[ 2.667900] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 2.674252] iTCO_wdt: Found a Braswell SoC TCO device (Version=3, TCOBASE=0x0460)
[ 2.682964] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 2.689767] intel_pstate: Intel P-state driver initializing
[ 2.696488] sdhci: Secure Digital Host Controller Interface driver
[ 2.703397] sdhci: Copyright(c) Pierre Ossman
[ 2.708285] sdhci-pci 0000:00:10.0: SDHCI controller found [8086:2294] (rev 35)
[ 2.716881] mmc0: SDHCI controller on PCI [0000:00:10.0] using ADMA
[ 2.723942] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[ 2.732575] sdhci-pltfm: SDHCI platform and OF driver helper
[ 2.738906] EFI Variables Facility v0.08 2004-May-17
[ 2.748518] NET: Registered protocol family 17
[ 2.753501] 8021q: 802.1Q VLAN Support v1.8
[ 2.758895] microcode: sig=0x406c4, pf=0x1, revision=0x403
[ 2.765304] microcode: Microcode Update Driver: v2.2.
[ 2.765315] sched_clock: Marking stable (2765288678, 0)->(3373412825, -608124147)
[ 2.779655] registered taskstats version 1
[ 2.784320] zswap: loaded using pool lzo/zbud
[ 2.790036] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[ 2.798875] rtc_cmos 00:00: setting system clock to 2023-11-07 12:04:12 UTC (1699358652)
[ 2.833723] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 2.841402] ata2.00: ATA-10: WDC WD40EFAX-68JH4N0, 82.00A82, max UDMA/133
[ 2.848999] ata2.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 2.857872] ata2.00: configured for UDMA/133
[ 2.862996] scsi 1:0:0:0: Direct-Access ATA WDC WD40EFAX-68J 0A82 PQ: 0 ANSI: 5
[ 2.872323] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[ 2.872391] sd 1:0:0:0: [sdb] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[ 2.872393] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[ 2.872412] sd 1:0:0:0: [sdb] Write Protect is off
[ 2.872414] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 2.872446] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn’t support DPO or FUA
[ 2.872939] sd 1:0:0:0: Attached scsi generic sg1 type 0
[ 2.873121] scsi 2:0:0:0: Direct-Access ATA WDC WD40EFAX-68J 0A82 PQ: 0 ANSI: 5
[ 2.873332] sd 2:0:0:0: Attached scsi generic sg2 type 0
[ 2.873480] sd 2:0:0:0: [sdc] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[ 2.873482] sd 2:0:0:0: [sdc] 4096-byte physical blocks
[ 2.873503] sd 2:0:0:0: [sdc] Write Protect is off
[ 2.873505] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 2.873619] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn’t support DPO or FUA
[ 2.940350] sdc: sdc1 sdc2 sdc3 sdc4
[ 2.941108] sd 2:0:0:0: [sdc] Attached SCSI disk
[ 2.971181] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[ 2.988369] mmc0: new HS200 MMC card at address 0001
[ 2.994126] mmcblk0: mmc0:0001 Q2J54A 3.64 GiB
[ 2.994278] sdb: sdb1 sdb2 sdb3 sdb4
[ 2.994832] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 3.008660] mmcblk0boot0: mmc0:0001 Q2J54A partition 1 2.00 MiB
[ 3.015650] mmcblk0boot1: mmc0:0001 Q2J54A partition 2 2.00 MiB
[ 3.022504] mmcblk0rpmb: mmc0:0001 Q2J54A partition 3 512 KiB
[ 3.033609] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9
[ 3.040300] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[ 3.182555] ata4: SATA link down (SStatus 0 SControl 300)
[ 3.188938] scsi 4:0:0:0: Direct-Access ATA WDC WD40EFAX-68J 0A82 PQ: 0 ANSI: 5
[ 3.198228] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[ 3.198360] sd 4:0:0:0: [sdd] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[ 3.198362] sd 4:0:0:0: [sdd] 4096-byte physical blocks
[ 3.198380] sd 4:0:0:0: [sdd] Write Protect is off
[ 3.198382] sd 4:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[ 3.198414] sd 4:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn’t support DPO or FUA
[ 3.198967] sd 4:0:0:0: Attached scsi generic sg3 type 0
[ 3.244141] sdd: sdd1 sdd2 sdd3 sdd4
[ 3.249026] sd 4:0:0:0: [sdd] Attached SCSI disk
[ 3.526600] ata6: SATA link down (SStatus 0 SControl 300)
[ 3.534880] Freeing unused kernel memory: 984K
[ 3.539872] Write protecting the kernel read-only data: 16384k
[ 3.548046] Freeing unused kernel memory: 2008K
[ 3.558180] Freeing unused kernel memory: 1276K
[ 3.563263] rodata_test: all tests were successful
[ 9.058119] random: crng init done
[ 9.587733] EXT4-fs (mmcblk0p4): mounted filesystem with ordered data mode. Opts: (null)
[ 12.946454] EXT4-fs (mmcblk0p6): mounted filesystem with ordered data mode. Opts: (null)
[ 16.429017] raid6: sse2x1 gen() 2480 MB/s
[ 16.450007] raid6: sse2x1 xor() 2718 MB/s
[ 16.471018] raid6: sse2x2 gen() 3460 MB/s
[ 16.492012] raid6: sse2x2 xor() 3144 MB/s
[ 16.513014] raid6: sse2x4 gen() 4878 MB/s
[ 16.534011] raid6: sse2x4 xor() 2185 MB/s
[ 16.538782] raid6: using algorithm sse2x4 gen() 4878 MB/s
[ 16.544814] raid6: 
 xor() 2185 MB/s, rmw enabled
[ 16.550361] raid6: using ssse3x2 recovery algorithm
[ 16.562932] xor: measuring software checksum speed
[ 16.578126] prefetch64-sse: 8268.000 MB/sec
[ 16.593091] generic_sse: 7528.000 MB/sec
[ 16.597862] xor: using function: prefetch64-sse (8268.000 MB/sec)
[ 16.612224] async_tx: api initialized (async)
[ 16.651865] RPC: Registered named UNIX socket transport module.
[ 16.658494] RPC: Registered udp transport module.
[ 16.663754] RPC: Registered tcp transport module.
[ 16.669012] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 16.690102] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com

[ 16.816587] FS-Cache: Loaded
[ 16.832240] fuse init (API version 7.26)
[ 16.891919] FS-Cache: Netfs ‘nfs’ registered for caching
[ 16.920783] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 17.008779] jnl: loading out-of-tree module taints kernel.
[ 17.015661] jnl: driver (UFSD_HEAD lke_9.7.0_b96) loaded at ffffffffc0683000
[ 17.071726] ufsd: module license ‘Commercial product’ taints kernel.
[ 17.078857] Disabling lock debugging due to kernel taint
[ 17.087398] ufsd: driver (UFSD_HEAD lke_9.7.0_b96, acl, sd2(5), tr, car) loaded at ffffffffc068d000
NTFSJ support included
exFAT support included
Hfs+J support included
Build_for__WD_Bryce_Canyon_k4.14.22_2019-12-30_lke_9.7.0_b96
[ 17.116362] ufsd: PAGE_SIZE=4K, THREAD_SIZE=16k
[ 17.121426] ufsd: Kernel .config hash: original 0xffbbf480, current can’t check.
[ 17.129695] ufsd: Kernel .config hash: original 0xffbbf480, current can’t check
[ 17.148468] tun: Universal TUN/TAP device driver, 1.6
[ 22.429027] EXT4-fs (mmcblk0p7): mounted filesystem with ordered data mode. Opts: (null)
[ 24.853140] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts: (null)
[ 27.174253] r8169 0000:01:00.0: Direct firmware load for rtl_nic/rtl8168h-2.fw failed with error -2
[ 27.184384] r8169 0000:01:00.0 egiga0: unable to load firmware patch rtl_nic/rtl8168h-2.fw (-2)
[ 27.201027] r8169 0000:01:00.0 egiga0: link down
[ 27.201058] r8169 0000:01:00.0 egiga0: link down
[ 27.213206] r8169 0000:02:00.0: Direct firmware load for rtl_nic/rtl8168h-2.fw failed with error -2
[ 27.223331] r8169 0000:02:00.0 egiga1: unable to load firmware patch rtl_nic/rtl8168h-2.fw (-2)
[ 27.240008] r8169 0000:02:00.0 egiga1: link down
[ 27.280866] exFAT: file-system version 5.8-2arter97
[ 30.515113] r8169 0000:01:00.0 egiga0: link up
[ 31.459830] NET: Registered protocol family 10
[ 31.465321] Segment Routing with IPv6
[ 31.492795] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 32.711104] Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
[ 32.718211] MII link monitoring set to 500 ms
[ 33.739851] 8021q: adding VLAN 0 to HW filter on device bond0
[ 35.765922] r8169 0000:01:00.0 egiga0: link down
[ 35.771126] r8169 0000:01:00.0 egiga0: link down
[ 35.776710] bond0: Enslaving egiga0 as a backup interface with a down link
[ 35.797874] r8169 0000:02:00.0 egiga1: link down
[ 35.803594] bond0: Enslaving egiga1 as a backup interface with a down link
[ 39.616574] r8169 0000:01:00.0 egiga0: link up
[ 39.784266] bond0: link status up for interface egiga0, enabling it in 0 ms
[ 39.792254] bond0: link status definitely up for interface egiga0, 1000 Mbps full duplex
[ 39.801308] bond0: making interface egiga0 the new active one
[ 39.807972] bond0: first active interface up!
[ 42.901943] md/raid1:md0: active with 4 out of 4 mirrors
[ 42.927916] md0: detected capacity change from 0 to 2144337920
[ 43.052547] md0: p1 p2
[ 44.140210] md0: p1 p2
[ 45.658583] EXT4-fs (md0p1): mounted filesystem with ordered data mode. Opts: (null)
[ 45.697456] Adding 1529832k swap on /dev/md0p2. Priority:-2 extents:1 across:1529832k FS
[ 45.767528] EXT4-fs (sda4): barriers disabled
[ 45.776221] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: barrier=0,usrquota,grpquota
[ 45.802520] EXT4-fs (sdb4): barriers disabled
[ 45.815116] EXT4-fs (sdb4): mounted filesystem with ordered data mode. Opts: barrier=0,usrquota,grpquota
[ 45.845704] EXT4-fs (sdc4): barriers disabled
[ 45.859236] EXT4-fs (sdc4): mounted filesystem with ordered data mode. Opts: barrier=0,usrquota,grpquota
[ 45.901261] EXT4-fs (sdd4): barriers disabled
[ 45.939951] EXT4-fs (sdd4): recovery complete
[ 45.944946] EXT4-fs (sdd4): mounted filesystem with ordered data mode. Opts: barrier=0,usrquota,grpquota
[ 46.169125] md: md1 stopped.
[ 46.174764] md: kicking non-fresh sdd2 from array!
[ 46.192270] md/raid:md1: device sda2 operational as raid disk 0
[ 46.198895] md/raid:md1: device sdc2 operational as raid disk 2
[ 46.205518] md/raid:md1: device sdb2 operational as raid disk 1
[ 46.212859] md/raid:md1: raid level 5 active with 3 out of 4 devices, algorithm 2
[ 46.254837] md1: detected capacity change from 0 to 11989469822976
[ 51.258965] restart sysinfod

[ 51.864140] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 51.873988] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 51.883824] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 51.893559] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 51.902812] EXT4-fs (md1): group descriptors corrupted!
[ 55.072981] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 55.082816] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 55.092645] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 55.102372] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 55.111612] EXT4-fs (md1): group descriptors corrupted!
[ 58.234778] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 58.244610] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 58.254435] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 58.264164] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 58.273404] EXT4-fs (md1): group descriptors corrupted!
[ 61.499826] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 61.509663] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 61.519489] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 61.529216] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 61.538458] EXT4-fs (md1): group descriptors corrupted!
[ 64.777290] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 64.787129] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 64.796957] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 64.806688] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 64.815930] EXT4-fs (md1): group descriptors corrupted!
[ 68.161626] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 68.171462] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 68.181287] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 68.191015] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 68.200255] EXT4-fs (md1): group descriptors corrupted!
[ 71.392612] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 71.402443] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 71.412269] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 71.421995] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 71.431226] EXT4-fs (md1): group descriptors corrupted!
[ 74.574498] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 74.584331] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 74.594157] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 74.603884] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 74.613125] EXT4-fs (md1): group descriptors corrupted!
[ 77.910106] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 77.919930] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 77.929754] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 77.939473] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 77.948704] EXT4-fs (md1): group descriptors corrupted!
[ 81.148764] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 81.158600] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 81.168425] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 81.178152] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 81.187392] EXT4-fs (md1): group descriptors corrupted!
[ 84.410140] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 84.419974] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 84.429799] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 84.439517] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 84.448757] EXT4-fs (md1): group descriptors corrupted!
[ 87.631091] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 87.640924] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 87.650750] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 87.660479] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 87.669719] EXT4-fs (md1): group descriptors corrupted!
[ 90.849710] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 90.859546] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 90.869371] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 90.879099] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 90.888339] EXT4-fs (md1): group descriptors corrupted!
[ 94.227706] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 94.237542] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 94.247367] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 94.257095] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 94.266336] EXT4-fs (md1): group descriptors corrupted!
[ 97.450463] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 97.460296] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 97.470122] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 97.479849] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 97.489089] EXT4-fs (md1): group descriptors corrupted!
[ 100.660925] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 100.670758] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 100.680583] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 100.690311] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 100.699542] EXT4-fs (md1): group descriptors corrupted!
[ 104.010849] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 104.020675] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 104.030499] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 104.040227] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 104.049467] EXT4-fs (md1): group descriptors corrupted!
[ 107.327763] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 107.337589] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 107.347413] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 107.357132] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 107.366366] EXT4-fs (md1): group descriptors corrupted!
[ 110.601402] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 110.611234] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 110.621059] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 110.630787] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 110.640017] EXT4-fs (md1): group descriptors corrupted!
[ 113.739735] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 113.749566] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 113.759390] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 113.769123] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 113.778364] EXT4-fs (md1): group descriptors corrupted!
[ 116.928045] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 116.937881] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 116.947707] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 116.957434] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 116.966673] EXT4-fs (md1): group descriptors corrupted!
[ 120.094175] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 120.104008] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 120.113833] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 120.123561] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 120.132801] EXT4-fs (md1): group descriptors corrupted!
[ 123.378878] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 123.388711] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 123.398535] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 123.408266] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 123.417507] EXT4-fs (md1): group descriptors corrupted!
[ 126.570619] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 126.580451] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 126.590276] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 126.600005] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 126.609244] EXT4-fs (md1): group descriptors corrupted!
[ 129.758707] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 129.768530] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 129.778357] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 129.788084] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 129.797315] EXT4-fs (md1): group descriptors corrupted!
[ 133.083269] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 133.093105] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 133.102929] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 133.112660] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 133.121901] EXT4-fs (md1): group descriptors corrupted!
[ 136.472220] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 136.482056] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 136.491881] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 136.501613] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 136.510855] EXT4-fs (md1): group descriptors corrupted!
[ 139.757331] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 139.767164] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 139.776991] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 139.786718] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 139.795949] EXT4-fs (md1): group descriptors corrupted!
[ 142.926085] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 142.935916] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 142.945741] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 142.955469] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 142.964700] EXT4-fs (md1): group descriptors corrupted!
[ 146.271849] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 146.281684] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 146.291509] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 146.301236] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 146.310467] EXT4-fs (md1): group descriptors corrupted!
[ 149.532941] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 149.542774] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 149.552598] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 149.562325] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 149.571556] EXT4-fs (md1): group descriptors corrupted!
[ 152.894511] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 152.904346] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 152.914170] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 152.923888] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 152.933123] EXT4-fs (md1): group descriptors corrupted!
[ 156.104450] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 156.114281] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 156.124106] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 156.133832] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 156.143072] EXT4-fs (md1): group descriptors corrupted!
[ 159.305952] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 159.315783] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 159.325608] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 159.335335] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 159.344566] EXT4-fs (md1): group descriptors corrupted!
[ 162.492173] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 162.502009] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 162.511835] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 162.521563] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 162.530803] EXT4-fs (md1): group descriptors corrupted!
[ 165.693447] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 165.703284] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 165.713109] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 165.722837] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 165.732082] EXT4-fs (md1): group descriptors corrupted!
[ 168.893417] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 168.903247] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 168.913074] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 168.922800] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 168.932042] EXT4-fs (md1): group descriptors corrupted!
[ 171.984785] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 171.994622] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 172.004454] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 172.014183] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 172.023428] EXT4-fs (md1): group descriptors corrupted!
[ 175.268099] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 175.277933] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 175.287761] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 175.297487] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 175.306729] EXT4-fs (md1): group descriptors corrupted!
[ 178.435434] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 178.445270] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 178.455096] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 178.464822] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 178.474068] EXT4-fs (md1): group descriptors corrupted!
[ 181.599810] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 181.609643] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 181.619469] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 181.629193] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 181.638432] EXT4-fs (md1): group descriptors corrupted!
[ 184.757479] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 184.767315] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 184.777143] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 184.786870] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 184.796102] EXT4-fs (md1): group descriptors corrupted!
[ 188.090826] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 188.100659] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 188.110483] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 188.120202] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 188.129433] EXT4-fs (md1): group descriptors corrupted!
[ 191.243062] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 191.252897] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 191.262723] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 191.272450] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 191.281690] EXT4-fs (md1): group descriptors corrupted!
[ 194.578879] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 194.588715] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 194.598540] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock

last one


[ 194.608260] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 194.617500] EXT4-fs (md1): group descriptors corrupted!
[ 197.902105] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 197.911937] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 197.921762] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 197.931482] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 197.940723] EXT4-fs (md1): group descriptors corrupted!
[ 201.135059] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 201.144890] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 201.154714] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 201.164434] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 201.173674] EXT4-fs (md1): group descriptors corrupted!
[ 204.277704] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 204.287537] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 204.297363] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 204.307090] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 204.316329] EXT4-fs (md1): group descriptors corrupted!
[ 207.410326] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 207.420159] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 207.429988] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 207.439715] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 207.448946] EXT4-fs (md1): group descriptors corrupted!
[ 210.554772] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 210.564605] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 210.574432] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 210.584159] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 210.593392] EXT4-fs (md1): group descriptors corrupted!
[ 213.699717] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 213.709548] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 213.719373] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 213.729103] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 213.738345] EXT4-fs (md1): group descriptors corrupted!
[ 216.935389] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 216.945221] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 216.955046] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 216.964774] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 216.974015] EXT4-fs (md1): group descriptors corrupted!
[ 220.099768] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 220.109604] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 220.119430] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 220.129156] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 220.138397] EXT4-fs (md1): group descriptors corrupted!
[ 223.243315] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 223.253159] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 223.262985] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 223.272712] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 223.281953] EXT4-fs (md1): group descriptors corrupted!
[ 226.398473] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 226.408306] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 226.418133] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 226.427859] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 226.437092] EXT4-fs (md1): group descriptors corrupted!
[ 229.680619] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 229.690449] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 229.700274] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 229.709993] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 229.719234] EXT4-fs (md1): group descriptors corrupted!
[ 232.812530] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 232.822353] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 232.832178] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 232.841905] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 232.851137] EXT4-fs (md1): group descriptors corrupted!
[ 235.978224] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 235.988054] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 235.997879] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 236.007606] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 236.016846] EXT4-fs (md1): group descriptors corrupted!
[ 239.122019] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 239.131851] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 239.141675] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 239.151403] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 239.160634] EXT4-fs (md1): group descriptors corrupted!
[ 242.459266] EXT4-fs (md1): ext4_check_descriptors: Block bitmap for group 64 overlaps superblock
[ 242.469102] EXT4-fs (md1): ext4_check_descriptors: Inode bitmap for group 64 overlaps superblock
[ 242.478928] EXT4-fs (md1): ext4_check_descriptors: Inode table for group 64 overlaps superblock
[ 242.488657] EXT4-fs (md1): ext4_check_descriptors: Checksum for group 64 failed (22276!=0)
[ 242.497899] EXT4-fs (md1): group descriptors corrupted!
[ 243.555644] md1: detected capacity change from 11989469822976 to 0
[ 243.562579] md: md1 stopped.
[ 248.875015] rstbtn: driver version 1.0
[ 248.879279] input: rstbtn as /devices/virtual/input/input4
[ 249.323729] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 249.498931] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 249.601844] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 256.063438] Loading iSCSI transport class v2.0-870.
[ 256.098070] iscsi: registered transport (tcp)
[ 310.397191] Rounding down aligned max_sectors from 4294967295 to 4294967288
[ 310.436976] iSCSI-Target v4.1.0.
1. Support Default Policy
2. Support Session Info
root@MyCloudPR4100 ~ # ^C

Bad news, but not unexpected. Your RAID 5 array is corrupted. Did anything unusual happen, a power outage perhaps?

Here are more commands to run, one at a time, and be sure to carefully type them EXACTLY as shown.

  • mdadm --detail /dev/md1
  • mdadm --examine /dev/sdd2

Sorry for the delayed response, I have been offline.

i don’t remember any power outages recently. There was one a month or so ago, which happened when I was doing a system test. It seemed to recover ok though and was working after that.

Here are the responses

root@MyCloudPR4100 ~ # mdadm --detail /dev/md1
mdadm: cannot open /dev/md1: No such file or directory

root@MyCloudPR4100 ~ # mdadm --examine /dev/sdd2
/dev/sdd2:
Magic : a92b4efc
Version : 1.0
Feature Map : 0x1
Array UUID : 43b125f8:1837e9ae:a534a1c6:2c9b665a
Name : 1
Creation Time : Mon Sep 14 12:45:28 2020
Raid Level : raid5
Raid Devices : 4

Avail Dev Size : 7805644528 (3722.02 GiB 3996.49 GB)
Array Size : 11708466624 (11166.06 GiB 11989.47 GB)
Used Dev Size : 7805644416 (3722.02 GiB 3996.49 GB)
Super Offset : 7805644784 sectors
Unused Space : before=0 sectors, after=368 sectors
State : clean
Device UUID : 199f97d0:06ae49ae:6206dbec:97a9bc48

Internal Bitmap : 2 sectors from superblock
Update Time : Mon Nov 6 09:43:14 2023
Checksum : 5e3060f2 - correct
Events : 475127

     Layout : left-symmetric
 Chunk Size : 64K

Device Role : Active device 3
Array State : AAAA (‘A’ == active, ‘.’ == missing, ‘R’ == replacing)
root@MyCloudPR4100 ~ #

Odd, that shouldn’t have happened. Post the results of the following commands.

  • mdadm --detail --scan
  • blkid
  • df -h

Just so you know, diagnosing the problem requires a series of Linux commands to be executed in succession, with each new command pending the results of the previous command(s), and that’s just to figure out what’s going on. Fixing the problem gets even more complicated
 and risky.

At this glacial pace, it will take forever, and my time is limited.

Hi Cerberus, the forum prevented me from replying immediately saying i have a reply limit as a newbie and to wait an hour before I could post !

I really appreciate you taking your time to help, I would have no idea what to do otherwise !

root@MyCloudPR4100 ~ # mdadm --detail --scan
ARRAY /dev/md0 metadata=1.2 name=MyCloudPR4100:0 UUID=d7c5293b:4a51ef8a:41ff4692:d093b557

root@MyCloudPR4100 ~ # blkid
/dev/sda1: UUID=“d7c5293b-4a51-ef8a-41ff-4692d093b557” UUID_SUB=“31e2ba71-27a8-ea36-8c86-1f2a3c8d97a2” LABEL=“MyCloudPR4100:0” TYPE=“linux_raid_member” PARTLABEL=“Linux swap” PARTUUID=“42e3edb9-a206-4774-8707-ab837df1f46c”
/dev/sda2: UUID=“43b125f8-1837-e9ae-a534-a1c62c9b665a” UUID_SUB=“d0c16acd-bea2-d5cf-2115-7fb93a79cd7c” LABEL=“1” TYPE=“linux_raid_member” PARTLABEL=“Microsoft basic data” PARTUUID=“198f3ea0-4d36-46e8-8e8c-53a2ddd113cb”
/dev/sda4: UUID=“345b1d17-96f6-47e8-bf19-b22a4e170f3f” BLOCK_SIZE=“4096” TYPE=“ext4” PARTLABEL=“Microsoft basic data” PARTUUID=“b3d781b5-2215-4daa-9d03-2a22fcef6729”
/dev/sdb1: UUID=“d7c5293b-4a51-ef8a-41ff-4692d093b557” UUID_SUB=“341483df-548b-1dde-73dd-8141e252c7f4” LABEL=“MyCloudPR4100:0” TYPE=“linux_raid_member” PARTLABEL=“Linux swap” PARTUUID=“e3df4762-eb40-40f5-8abb-ccea5af51c03”
/dev/sdb2: UUID=“43b125f8-1837-e9ae-a534-a1c62c9b665a” UUID_SUB=“583e27c6-5b22-e3e7-0be1-8fa026617175” LABEL=“1” TYPE=“linux_raid_member” PARTLABEL=“Microsoft basic data” PARTUUID=“98e4177e-3db9-4b5c-8a70-fac146558b5c”
/dev/sdb4: UUID=“8e5921dc-6789-42b6-8636-b62e7cbdc0eb” BLOCK_SIZE=“4096” TYPE=“ext4” PARTLABEL=“Microsoft basic data” PARTUUID=“8b2fb575-c20e-492c-a0a6-27d840c66ce5”
/dev/sdc1: UUID=“d7c5293b-4a51-ef8a-41ff-4692d093b557” UUID_SUB=“a622a766-7bc7-8d22-ff5a-c3d0a3d1ea01” LABEL=“MyCloudPR4100:0” TYPE=“linux_raid_member” PARTLABEL=“Linux swap” PARTUUID=“4cc1a80c-2571-4503-9c37-42b21e8ed941”
/dev/sdc2: UUID=“43b125f8-1837-e9ae-a534-a1c62c9b665a” UUID_SUB=“721896d7-91b7-f062-f272-63f298044613” LABEL=“1” TYPE=“linux_raid_member” PARTLABEL=“Microsoft basic data” PARTUUID=“55b2bc64-f6fd-47ed-95d5-1899117c707c”
/dev/sdc4: UUID=“c1ce24aa-4424-41ff-867a-8115f8b0dba3” BLOCK_SIZE=“4096” TYPE=“ext4” PARTLABEL=“Microsoft basic data” PARTUUID=“1b1d8fa1-6617-476e-b431-5502f77ae4a8”
/dev/mmcblk0p1: LABEL_FATBOOT=“wdnas_efi” LABEL=“wdnas_efi” UUID=“3ED2-35EA” BLOCK_SIZE=“512” TYPE=“vfat” PARTLABEL=“EFI System” PARTUUID=“36b7523e-e7fc-451c-8491-8f5a2d4f51c6”
/dev/mmcblk0p2: LABEL=“wdnas_kernel” UUID=“b6377862-d4d3-427a-b856-98303ffebe35” BLOCK_SIZE=“1024” TYPE=“ext4” PARTLABEL=“kernel” PARTUUID=“d48f05e7-6481-498c-a79c-722ff953a6ef”
/dev/mmcblk0p3: LABEL=“wdnas_initramfs” UUID=“ef4a7773-6791-4e93-99a6-7026e0698027” BLOCK_SIZE=“1024” TYPE=“ext4” PARTLABEL=“ramdisk” PARTUUID=“f7df3429-9a84-4dca-af7c-42cf1eb11bb6”
/dev/mmcblk0p4: LABEL=“wdnas_image.cfs” UUID=“76d4543d-6cf3-424c-89d6-bd7baa97612a” BLOCK_SIZE=“4096” TYPE=“ext4” PARTLABEL=“image.cfs” PARTUUID=“9b3e4b52-0134-416e-9f77-54cf10e20240”
/dev/mmcblk0p5: LABEL=“wdnas_rescue_fw” UUID=“b4a33b6e-2cb2-4f9c-b142-1fb55e8035c1” BLOCK_SIZE=“1024” TYPE=“ext4” PARTLABEL=“rescue_fw” PARTUUID=“f9c336bf-423c-42ef-be62-dde4cb5c4847”
/dev/mmcblk0p6: LABEL=“wdnas_config” UUID=“ebeabeff-c40b-4cbc-b1b2-4a562b497596” BLOCK_SIZE=“1024” TYPE=“ext4” PARTLABEL=“config” PARTUUID=“d70ec4c8-1ab9-42fb-bea3-28f8377fc1c8”
/dev/mmcblk0p9: LABEL=“wdnas_backup” UUID=“2abd5fb5-a18d-43ac-9181-340425b1e85a” BLOCK_SIZE=“1024” TYPE=“ext4” PARTLABEL=“backup” PARTUUID=“36be2246-ed21-4964-b319-0c674f994c8d”
/dev/sdd1: UUID=“d7c5293b-4a51-ef8a-41ff-4692d093b557” UUID_SUB=“a6b3efbb-b1f7-4f7e-6847-cd572d328458” LABEL=“MyCloudPR4100:0” TYPE=“linux_raid_member” PARTLABEL=“Linux swap” PARTUUID=“f5a33ff0-89b3-432c-bc58-34d2f880b492”
/dev/sdd2: UUID=“43b125f8-1837-e9ae-a534-a1c62c9b665a” UUID_SUB=“199f97d0-06ae-49ae-6206-dbec97a9bc48” LABEL=“1” TYPE=“linux_raid_member” PARTLABEL=“Microsoft basic data” PARTUUID=“8540ec2e-6829-46f4-b9fe-45b6248e162e”
/dev/sdd4: UUID=“fd149000-3195-48cd-b2fc-77a7f3b175c8” BLOCK_SIZE=“4096” TYPE=“ext4” PARTLABEL=“Microsoft basic data” PARTUUID=“60f622de-f1b1-4e49-8ea4-284b3a3a9ee4”
/dev/loop0: TYPE=“squashfs”
/dev/md0p1: UUID=“ee5d94b0-bdef-45c9-bdfd-e58be7f3f0d8” BLOCK_SIZE=“4096” TYPE=“ext4” PARTLABEL=“Linux filesystem” PARTUUID=“bd6fb3ef-fa53-4c38-9912-b9f7ede79533”
/dev/sda3: PARTLABEL=“Microsoft basic data” PARTUUID=“15e3ceba-e766-4230-8002-ca19143f2557”
/dev/sdb3: PARTLABEL=“Microsoft basic data” PARTUUID=“742102cd-45d0-47fc-ba6d-3f5b993ea9a3”
/dev/sdc3: PARTLABEL=“Microsoft basic data” PARTUUID=“54d91980-61b7-45f8-9d7a-f9862d8dbb0f”
/dev/sdd3: PARTLABEL=“Microsoft basic data” PARTUUID=“63913f8b-cf48-4cf3-83a7-cdd39c26f9db”
/dev/md0p2: UUID=“bba77e9c-114f-4720-97d6-72d00316aa1e” TYPE=“swap” PARTLABEL=“Linux filesystem” PARTUUID=“6f5ef3c4-3a94-4777-88ec-f400fe26d9ec”

root@MyCloudPR4100 ~ # df -h
Filesystem Size Used Available Use% Mounted on
mdev 1.9G 4.0K 1.9G 0% /dev
/dev/loop0 219.3M 219.3M 0 100% /usr/local/modules
/dev/mmcblk0p6 18.4M 399.0K 16.6M 2% /usr/local/tmp_wdnas_config
tmpfs 1.0M 1.0M 0 100% /mnt
tmpfs 40.0M 2.8M 37.2M 7% /var/log
tmpfs 100.0M 1.9M 98.1M 2% /tmp
/dev/md0p1 525.3M 20.0K 514.3M 0% /usr/local/upload
/dev/sda4 928.9M 68.0K 912.8M 0% /mnt/HD_a4
/dev/sdb4 928.9M 121.1M 791.8M 13% /mnt/HD_b4
/dev/sdc4 928.9M 68.0K 912.8M 0% /mnt/HD_c4
/dev/sdd4 928.9M 68.0K 912.8M 0% /mnt/HD_d4

I forgot about the asinine forum limits for new users. Fortunately, I tend to be very patient, but I may become very busy soon, so I wanted to warn you.

Without getting too technical, your RAID 5 data resides within a Linux device called /dev/md1, but it’s not being started for some reason, likely because one of the drives called /dev/sdd2 was kicked out of the RAID array for as yet unknown reasons. This is why I’m having you run assorted commands, which will get increasingly risky from this point foreward.

First, run the following Linux command, which should create the missing /dev/md1 device.

  • mknod /dev/md1 b 9 1

Next, run the following command, which will try to start the RAID 5 array using the /dev/md1 device. The commands below may take a long time to run, so DO NOT close the Putty SSH window while a command is running, or you will have to reboot and start over.

  • mdadm --assemble --run /dev/md1 /dev/sda2 /dev/sdb2 /dev/sdc2 /dev/sdd2

If the previous command fails, try running the following Linux command. DO NOT run it unless the previous command fails.

  • mdadm --assemble --run /dev/md1 --uuid 43b125f8-1837-e9ae-a534-a1c62c9b665a /dev/sda2 /dev/sdb2 /dev/sdc2 /dev/sdd2

If the previous two commands fail, try running the following Linux command. DO NOT run it unless the previous two commands fail.

  • mdadm --assemble --run /dev/md1 --uuid 43b125f8-1837-e9ae-a534-a1c62c9b665a /dev/sda2 /dev/sdb2 /dev/sdc2

Ignore the following info, it’s just so I can keep track of things.

/dev/sda2: UUID="43b125f8-1837-e9ae-a534-a1c62c9b665a" UUID_SUB="d0c16acd-bea2-d5cf-2115-7fb93a79cd7c"
/dev/sdb2: UUID="43b125f8-1837-e9ae-a534-a1c62c9b665a" UUID_SUB="583e27c6-5b22-e3e7-0be1-8fa026617175"
/dev/sdc2: UUID="43b125f8-1837-e9ae-a534-a1c62c9b665a" UUID_SUB="721896d7-91b7-f062-f272-63f298044613"
/dev/sdd2: UUID="43b125f8-1837-e9ae-a534-a1c62c9b665a" UUID_SUB="199f97d0-06ae-49ae-6206-dbec97a9bc48"

Hi Cerberus,

So I ran the first command and it failed

root@MyCloudPR4100 ~ # mdadm --assemble --run /dev/md1 /dev/sda2 /dev/sdb2 /dev/
sdc2 /dev/sdd2

mdadm: Fail create md1 when using /sys/module/md_mod/parameters/new_array
mdadm: /dev/md1 has been started with 3 drives (out of 4).

So of course the 2nd command would not work

root@MyCloudPR4100 ~ # mdadm --assemble --run /dev/md1 – uuid 43b125f8-1837-e9a
e-a534-a1c62c9b665a /dev/sda2 /dev/sdb2 /dev/sdc2 /dev/sdd2
mdadm: /dev/md1 not identified in config file.

So then I removed drive 1 out of the drive and restarted it and now the other 3 are working ok and i can access the data.

Here is what it is saying under the storage option