Page 1 of 2

Degraded raid5

PostPosted: Mon Apr 21, 2025 12:50 pm
by boerie
Hello - I appear to have a very similar problem - although in my case it is disk d which does not

all and any advice greatly appreciated

Re: Degraded raid5

PostPosted: Wed Apr 23, 2025 2:09 pm
by Jocko
Hi

Please to open a new topic and not to reuse another one.

So first, I need some outputs to understand your issue. Then open a shell window, and run these commands
Code: Select all
gdisk -l /dev/sdd
cat /proc/partitions|grep sd
cat /proc/mdstat
mdadm --detail --scan
mdadm --detail /dev/md0
mdadm --examine /dev/sd[bcde]8

RAID: active, degraded completed: [120KB],, estimated time:

PostPosted: Fri Apr 25, 2025 4:01 pm
by boerie
Raid shows status as "active, degraded completed: [120KB],, estimated time:"

see screenshots attached - disk 4 missing? but SMART and other tests all passed?

Code: Select all
The following info is returned

root@LacieNAS:/ # gdisk -l /dev/sdd
GPT fdisk (gdisk) version 0.8.5

Partition table scan:
  MBR: protective
  BSD: not present
  APM: not present
  GPT: present

Found valid GPT with protective MBR; using GPT.
Disk /dev/sdd: 7814037168 sectors, 3.6 TiB
Logical sector size: 512 bytes
Disk identifier (GUID): F5A7D532-1B3A-4CA0-9713-C16C6426FF12
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 7814037134
Partitions will be aligned on 2048-sector boundaries
Total free space is 5803998 sectors (2.8 GiB)

Number  Start (sector)    End (sector)  Size       Code  Name
   8         5804032      7814037134   3.6 TiB     FD00  Linux RAID

root@LacieNAS:/ # cat /proc/partitions|grep sd
   8        0 3907017527 sde
   8        8 3904115495 sde8
   8       16 3907018584 sdd
   8       24 3904116551 sdd8
   8       32 3907018584 sdc
   8       40 3904116551 sdc8
   8       48 3907017527 sdb
   8       56 3904115495 sdb8
   8       64  976762584 sda
   8       65     514080 sda1
   8       66     514080 sda2
   8       67     514080 sda3
   8       68          1 sda4
   8       69     835380 sda5
   8       70      64260 sda6
   8       71     514080 sda7
   8       72  973474740 sda8

root@LacieNAS:/ # cat /proc/mdstat
Personalities : [raid0] [raid1] [raid6] [raid5] [raid4] [raid10]
md0 : active raid5 sdb8[0] sde8[3] sdc8[1]
      11712345600 blocks super 1.0 level 5, 512k chunk, algorithm 2 [4/3] [UU_U]
      bitmap: 30/30 pages [120KB], 65536KB chunk

unused devices: <none>

root@LacieNAS:/ # mdadm --detail /dev/md0
/dev/md0:
        Version : 1.0
  Creation Time : Fri Apr 24 11:28:18 2020
     Raid Level : raid5
     Array Size : 11712345600 (11169.76 GiB 11993.44 GB)
  Used Dev Size : 3904115200 (3723.25 GiB 3997.81 GB)
   Raid Devices : 4
  Total Devices : 3
    Persistence : Superblock is persistent

  Intent Bitmap : Internal

    Update Time : Fri Apr 25 11:34:29 2025
          State : active, degraded
 Active Devices : 3
Working Devices : 3
 Failed Devices : 0
  Spare Devices : 0

         Layout : left-symmetric
     Chunk Size : 512K

           Name : LacieNAS.local:0  (local to host LacieNAS.local)
           UUID : 1a941ae0:d0e32eb5:6d41a0f6:99054107
         Events : 283982

    Number   Major   Minor   RaidDevice State
       0       8       56        0      active sync   /dev/sdb8
       1       8       40        1      active sync   /dev/sdc8
       4       0        0        4      removed
       3       8        8        3      active sync   /dev/sde8

root@LacieNAS:/ # mdadm --examine /dev/sd[bcde]8
/dev/sdb8:
          Magic : a92b4efc
        Version : 1.0


    Feature Map : 0x1
     Array UUID : 1a941ae0:d0e32eb5:6d41a0f6:99054107
           Name : LacieNAS.local:0  (local to host LacieNAS.local)
  Creation Time : Fri Apr 24 11:28:18 2020
     Raid Level : raid5
   Raid Devices : 4

 Avail Dev Size : 7808230704 (3723.25 GiB 3997.81 GB)
     Array Size : 11712345600 (11169.76 GiB 11993.44 GB)
  Used Dev Size : 7808230400 (3723.25 GiB 3997.81 GB)
   Super Offset : 7808230968 sectors
   Unused Space : before=0 sectors, after=544 sectors
          State : clean
    Device UUID : 24d65b2d:c9b62a65:63e6d958:3ada4713

Internal Bitmap : -24 sectors from superblock
    Update Time : Fri Apr 25 11:34:29 2025
  Bad Block Log : 512 entries available at offset -8 sectors
       Checksum : c606ed3d - correct
         Events : 283982

         Layout : left-symmetric
     Chunk Size : 512K

   Device Role : Active device 0
   Array State : AA.A ('A' == active, '.' == missing, 'R' == replacing)
/dev/sdc8:
          Magic : a92b4efc
        Version : 1.0
    Feature Map : 0x1
     Array UUID : 1a941ae0:d0e32eb5:6d41a0f6:99054107
           Name : LacieNAS.local:0  (local to host LacieNAS.local)
  Creation Time : Fri Apr 24 11:28:18 2020
     Raid Level : raid5
   Raid Devices : 4

 Avail Dev Size : 7808232816 (3723.26 GiB 3997.82 GB)
     Array Size : 11712345600 (11169.76 GiB 11993.44 GB)
  Used Dev Size : 7808230400 (3723.25 GiB 3997.81 GB)
   Super Offset : 7808233080 sectors
   Unused Space : before=0 sectors, after=2656 sectors
          State : clean
    Device UUID : 444ef577:b1a4a5d4:43308a6e:d96fe4ef

Internal Bitmap : -24 sectors from superblock
    Update Time : Fri Apr 25 11:34:29 2025
  Bad Block Log : 512 entries available at offset -8 sectors
       Checksum : 72684347 - correct
         Events : 283982

         Layout : left-symmetric
     Chunk Size : 512K

   Device Role : Active device 1
   Array State : AA.A ('A' == active, '.' == missing, 'R' == replacing)
/dev/sdd8:
          Magic : a92b4efc
        Version : 1.0
    Feature Map : 0x1
     Array UUID : 1a941ae0:d0e32eb5:6d41a0f6:99054107
           Name : LacieNAS.local:0  (local to host LacieNAS.local)
  Creation Time : Fri Apr 24 11:28:18 2020
     Raid Level : raid5
   Raid Devices : 4

 Avail Dev Size : 7808232816 (3723.26 GiB 3997.82 GB)
     Array Size : 11712345600 (11169.76 GiB 11993.44 GB)
  Used Dev Size : 7808230400 (3723.25 GiB 3997.81 GB)
   Super Offset : 7808233080 sectors
   Unused Space : before=0 sectors, after=2656 sectors
          State : clean
    Device UUID : 8d25836c:bf1ec1be:68f60e76:a0f1ecda

Internal Bitmap : -24 sectors from superblock
    Update Time : Sat Apr 27 03:14:52 2024
  Bad Block Log : 512 entries available at offset -8 sectors
       Checksum : 41bdadd5 - correct
         Events : 206893

         Layout : left-symmetric
     Chunk Size : 512K

   Device Role : Active device 2
   Array State : AAAA ('A' == active, '.' == missing, 'R' == replacing)
/dev/sde8:
          Magic : a92b4efc
        Version : 1.0
    Feature Map : 0x1
     Array UUID : 1a941ae0:d0e32eb5:6d41a0f6:99054107
           Name : LacieNAS.local:0  (local to host LacieNAS.local)
  Creation Time : Fri Apr 24 11:28:18 2020
     Raid Level : raid5
   Raid Devices : 4

 Avail Dev Size : 7808230704 (3723.25 GiB 3997.81 GB)
     Array Size : 11712345600 (11169.76 GiB 11993.44 GB)
  Used Dev Size : 7808230400 (3723.25 GiB 3997.81 GB)
   Super Offset : 7808230968 sectors
   Unused Space : before=0 sectors, after=544 sectors
          State : clean
    Device UUID : 62a57ca9:ed008745:3762cd17:adba68b6

Internal Bitmap : -24 sectors from superblock
    Update Time : Fri Apr 25 11:34:29 2025
  Bad Block Log : 512 entries available at offset -8 sectors
       Checksum : 849862ea - correct
         Events : 283982

         Layout : left-symmetric
     Chunk Size : 512K

   Device Role : Active device 3
   Array State : AA.A ('A' == active, '.' == missing, 'R' == replacing)


All and any advice greatly appreciated

Re: RAID: active, degraded completed: [120KB],, estimated ti

PostPosted: Sat Apr 26, 2025 2:04 pm
by Jocko
Hi

First do you have a 5big v1 or v2 ?

Currently sdd8 is not used to build the raid volume because ther is a too big offset on events property : 206893 instead of 283982. That would mean you have the issue for a long time ago.

We go to try to add it again. But first make a smarttool test on sdd (short test and long test). When the long test is complete post the output of the smart disk information. Use SMART menu.

Post also
Code: Select all
dmesg

Re: RAID: active, degraded completed: [120KB],, estimated ti

PostPosted: Sun Apr 27, 2025 3:54 pm
by boerie
Thank you,

I have 5big vs 1

here is the smart info - the long test keeps on aborting?

Code: Select all
smartctl 6.3 2014-07-26 r3976 [armv5tel-linux-3.14.2] (local build)
Copyright (C) 2002-14, Bruce Allen, Christian Franke, http://www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     Seagate BarraCuda 3.5 (SMR)
Device Model:     ST4000DM004-2CV104
Serial Number:    ZFN0SM0R
LU WWN Device Id: 5 000c50 0a5b90003
Firmware Version: 0001
User Capacity:    4,000,787,030,016 bytes [4.00 TB]
Sector Sizes:     512 bytes logical, 4096 bytes physical
Rotation Rate:    5425 rpm
Form Factor:      3.5 inches
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   ACS-3 (unknown minor revision code: 0x006d)
SATA Version is:  SATA 3.1, 6.0 Gb/s (current: 3.0 Gb/s)
Local Time is:    Sun Apr 27 15:49:31 2025 UTC
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

General SMART Values:
Offline data collection status:  (0x00)   Offline data collection activity
               was never started.
               Auto Offline Data Collection: Disabled.
Self-test execution status:      (  25)   The self-test routine was aborted by
               the host.
Total time to complete Offline
data collection:       (    0) seconds.
Offline data collection
capabilities:           (0x73) SMART execute Offline immediate.
               Auto Offline data collection on/off support.
               Suspend Offline collection upon new
               command.
               No Offline surface scan supported.
               Self-test supported.
               Conveyance Self-test supported.
               Selective Self-test supported.
SMART capabilities:            (0x0003)   Saves SMART data before entering
               power-saving mode.
               Supports SMART auto save timer.
Error logging capability:        (0x01)   Error logging supported.
               General Purpose Logging supported.
Short self-test routine
recommended polling time:     (   1) minutes.
Extended self-test routine
recommended polling time:     ( 474) minutes.
Conveyance self-test routine
recommended polling time:     (   2) minutes.
SCT capabilities:           (0x30a5)   SCT Status supported.
               SCT Data Table supported.

SMART Attributes Data Structure revision number: 10
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x000f   058   058   006    Pre-fail  Always       -       65150480
  3 Spin_Up_Time            0x0003   096   096   000    Pre-fail  Always       -       0
  4 Start_Stop_Count        0x0032   092   092   020    Old_age   Always       -       8856
  5 Reallocated_Sector_Ct   0x0033   100   100   010    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x000f   088   060   045    Pre-fail  Always       -       614519918
  9 Power_On_Hours          0x0032   061   061   000    Old_age   Always       -       34537h+39m+31.230s
 10 Spin_Retry_Count        0x0013   100   100   097    Pre-fail  Always       -       0
 12 Power_Cycle_Count       0x0032   100   100   020    Old_age   Always       -       143
183 Runtime_Bad_Block       0x0032   098   098   000    Old_age   Always       -       2
184 End-to-End_Error        0x0032   100   100   099    Old_age   Always       -       0
187 Reported_Uncorrect      0x0032   098   098   000    Old_age   Always       -       2
188 Command_Timeout         0x0032   100   098   000    Old_age   Always       -       1 1 8
189 High_Fly_Writes         0x003a   100   100   000    Old_age   Always       -       0
190 Airflow_Temperature_Cel 0x0022   069   045   040    Old_age   Always       -       31 (Min/Max 28/32)
191 G-Sense_Error_Rate      0x0032   100   100   000    Old_age   Always       -       0
192 Power-Off_Retract_Count 0x0032   100   100   000    Old_age   Always       -       157
193 Load_Cycle_Count        0x0032   095   095   000    Old_age   Always       -       11267
194 Temperature_Celsius     0x0022   031   055   000    Old_age   Always       -       31 (0 17 0 0 0)
195 Hardware_ECC_Recovered  0x001a   078   064   000    Old_age   Always       -       65150480
197 Current_Pending_Sector  0x0012   100   100   000    Old_age   Always       -       0
198 Offline_Uncorrectable   0x0010   100   100   000    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count    0x003e   200   200   000    Old_age   Always       -       0
240 Head_Flying_Hours       0x0000   100   253   000    Old_age   Offline      -       16310h+22m+38.527s
241 Total_LBAs_Written      0x0000   100   253   000    Old_age   Offline      -       43479892751
242 Total_LBAs_Read         0x0000   100   253   000    Old_age   Offline      -       37368063204

SMART Error Log Version: 1
ATA Error Count: 2
   CR = Command Register [HEX]
   FR = Features Register [HEX]
   SC = Sector Count Register [HEX]
   SN = Sector Number Register [HEX]
   CL = Cylinder Low Register [HEX]
   CH = Cylinder High Register [HEX]
   DH = Device/Head Register [HEX]
   DC = Device Command Register [HEX]
   ER = Error register [HEX]
   ST = Status register [HEX]
Powered_Up_Time is measured from power on, and printed as
DDd+hh:mm:SS.sss where DD=days, hh=hours, mm=minutes,
SS=sec, and sss=millisec. It "wraps" after 49.710 days.

Error 2 occurred at disk power-on lifetime: 24945 hours (1039 days + 9 hours)
  When the command that caused the error occurred, the device was active or idle.

  After command completion occurred, registers were:
  ER ST SC SN CL CH DH
  -- -- -- -- -- -- --
  40 51 00 ff ff ff 0f  Error: UNC at LBA = 0x0fffffff = 268435455

  Commands leading to the command that caused the error were:
  CR FR SC SN CL CH DH DC   Powered_Up_Time  Command/Feature_Name
  -- -- -- -- -- -- -- --  ----------------  --------------------
  60 00 00 ff ff ff 4f 00      19:24:31.123  READ FPDMA QUEUED
  60 00 00 ff ff ff 4f 00      19:24:31.122  READ FPDMA QUEUED
  61 00 08 ff ff ff 4f 00      19:24:31.121  WRITE FPDMA QUEUED
  ea 00 00 ff ff ff af 00      19:24:31.121  FLUSH CACHE EXT
  ea 00 00 ff ff ff af 00      19:24:31.068  FLUSH CACHE EXT

Error 1 occurred at disk power-on lifetime: 24945 hours (1039 days + 9 hours)
  When the command that caused the error occurred, the device was active or idle.

  After command completion occurred, registers were:
  ER ST SC SN CL CH DH
  -- -- -- -- -- -- --
  40 51 00 ff ff ff 0f  Error: UNC at LBA = 0x0fffffff = 268435455

  Commands leading to the command that caused the error were:
  CR FR SC SN CL CH DH DC   Powered_Up_Time  Command/Feature_Name
  -- -- -- -- -- -- -- --  ----------------  --------------------
  60 00 00 ff ff ff 4f 00      19:24:25.092  READ FPDMA QUEUED
  60 00 00 ff ff ff 4f 00      19:24:25.091  READ FPDMA QUEUED
  ea 80 00 ff ff ff af 00      19:24:24.279  FLUSH CACHE EXT
  60 00 80 ff ff ff 4f 00      19:24:23.454  READ FPDMA QUEUED
  60 00 00 ff ff ff 4f 00      19:24:23.427  READ FPDMA QUEUED

SMART Self-test log structure revision number 1
Num  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error
# 1  Extended offline    Aborted by host               90%     34528         -
# 2  Extended offline    Aborted by host               90%     34519         -
# 3  Extended offline    Aborted by host               90%     34513         -
# 4  Extended offline    Aborted by host               90%     34512         -
# 5  Short offline       Completed without error       00%     34512         -
# 6  Short offline       Completed without error       00%     34384         -
# 7  Short offline       Completed without error       00%     34382         -
# 8  Short offline       Completed without error       00%      8884         -
# 9  Short offline       Completed without error       00%        34         -

SMART Selective self-test log data structure revision number 1
 SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS
    1        0        0  Not_testing
    2        0        0  Not_testing
    3        0        0  Not_testing
    4        0        0  Not_testing
    5        0        0  Not_testing
Selective self-test flags (0x0):
  After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.

and here is the result of dmesg


Code: Select all
root@LacieNAS:/ # dmesg
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 3.14.2 (root@fvdwsl-5big2.local) (gcc version 4.9.3 (GCC) ) #33 Sun Nov 15 23:37:25 CET 2020
[    0.000000] CPU: Feroceon [41069260] revision 0 (ARMv5TEJ), cr=00053177
[    0.000000] CPU: VIVT data cache, VIVT instruction cache
[    0.000000] Machine: LaCie 5Big1 Network
[    0.000000] Clearing invalid memory bank 0KB@0x00000000
[    0.000000] Clearing invalid memory bank 0KB@0x00000000
[    0.000000] Clearing invalid memory bank 0KB@0x00000000
[    0.000000] Ignoring unrecognised tag 0x00000000
[    0.000000] Ignoring unrecognised tag 0x00000000
[    0.000000] Ignoring unrecognised tag 0x00000000
[    0.000000] Ignoring unrecognised tag 0x41000403
[    0.000000] Memory policy: Data cache writeback
[    0.000000] On node 0 totalpages: 32768
[    0.000000] free_area_init_node: node 0, pgdat c03efd9c, node_mem_map c7efb000
[    0.000000]   Normal zone: 256 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 32768 pages, LIFO batch:7
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 32512
[    0.000000] Kernel command line: console=ttyS0,115200 root=/dev/sda7 ro boardType=mv88F5281 productType=5Big reset=0
[    0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
[    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.000000] Memory: 125668K/131072K available (2895K kernel code, 155K rwdata, 824K rodata, 121K init, 207K bss, 5404K reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xc8800000 - 0xff000000   ( 872 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xc8000000   ( 128 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .text : 0xc0008000 - 0xc03a9ffc   (3720 kB)
[    0.000000]       .init : 0xc03aa000 - 0xc03c841c   ( 122 kB)
[    0.000000]       .data : 0xc03ca000 - 0xc03f0f20   ( 156 kB)
[    0.000000]        .bss : 0xc03f0f20 - 0xc0424cc0   ( 208 kB)
[    0.000000] NR_IRQS:64
[    0.000015] sched_clock: 32 bits at 166MHz, resolution 6ns, wraps every 25769803770ns
[    0.844356] Console: colour dummy device 80x30
[    0.844395] Calibrating delay loop... 498.89 BogoMIPS (lpj=2494464)
[    0.904033] pid_max: default: 32768 minimum: 301
[    0.904240] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.904265] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.905123] CPU: Testing write buffer coherency: ok
[    0.905640] Setting up static identity map for 0x2d9db8 - 0x2d9df4
[    0.909014] VFP support v0.3: implementor 41 architecture 1 part 10 variant 9 rev 0
[    0.910027] NET: Registered protocol family 16
[    0.910934] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.914356] 5big1 init started
[    0.914384] Orion ID: MV88F5281-D0. TCLK=166666667.
[    0.914442] Orion: Applying 5281 D0 WFI workaround.
[    0.914811] 5big1 init 1
[    0.914832] initial MPP regs: 00000003 00000000 00170000
[    0.914864]   final MPP regs: 00000003 00000000 00100000
[    0.914885] 5big1 init 2
[    0.914898] net5big: powering up SATA drives
[    0.914917] 5big1 init 3
[    0.914928] 5big1 init 4
[    0.915306] 5big1 init 5
[    0.916317] 5big1 init 6
[    0.916674] 5big1 init 7
[    0.917027] 5big1 init 8
[    0.917393] 5big1 init 9
[    0.917748] 5big1 init 10
[    0.918442] 5big1 init 11
[    0.918793] 5big1 init 12
[    0.918814] net5big: turning off power-off control GPIO
[    0.918835] net5big: Flash writing is not yet supported.
[    0.918846] 5big1 init end
[    0.919869] fvdw 1 net5big: net5big_pci_preinit for pin 20
[    0.919894] fvdw 2 net5big: net5big_pci_preinit gpio_request returned 0
[    0.919911] fvdw gpiolib offset 20 =gpio nr
[    0.919925] fvdw gpiolib offset 20 =gpio nr
[    0.919945] net5big: net5big_pci_preinit irq gpio20 = 52 gpio20 type returned = 0'
[    0.920527] PCI host bridge to bus 0000:00
[    0.920571] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xe7ffffff]
[    0.920596] pci_bus 0000:00: root bus resource [io  0x1000-0xffff]
[    0.920621] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.920682] pci 0000:00:00.0: [11ab:5281] type 00 class 0x058000
[    0.920729] pci 0000:00:00.0: reg 0x10: [mem 0xf1000000-0xf10fffff 64bit pref]
[    0.920762] pci 0000:00:00.0: reg 0x18: [mem 0x00000000-0x07ffffff]
[    0.921383] PCI: bus0: Fast back to back transfers disabled
[    0.921422] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
[    0.922011] PCI host bridge to bus 0000:01
[    0.922055] pci_bus 0000:01: root bus resource [mem 0xe8000000-0xefffffff]
[    0.922081] pci_bus 0000:01: root bus resource [io  0x10000-0x1ffff]
[    0.922106] pci_bus 0000:01: No busn resource found for root bus, will use [bus 01-ff]
[    0.922181] pci 0000:01:00.0: [11ab:5281] type 00 class 0x058000
[    0.922238] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x07ffffff 64bit pref]
[    0.922277] pci 0000:01:00.0: reg 0x18: [mem 0x10000000-0x1fffffff 64bit pref]
[    0.922315] pci 0000:01:00.0: reg 0x20: [mem 0xf1000000-0xf10fffff 64bit]
[    0.922350] pci 0000:01:00.0: reg 0x30: [mem 0xe0000000-0xe7ffffff pref]
[    0.922414] pci 0000:01:00.0: supports D1 D2
[    0.922438] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot
[    0.923053] pci 0000:01:07.0: [11ab:6081] type 00 class 0x010000
[    0.923120] pci 0000:01:07.0: reg 0x10: [mem 0x40000000-0x400fffff 64bit]
[    0.923156] pci 0000:01:07.0: reg 0x18: [io  0xf0100000-0xf01000ff]
[    0.923814] PCI: bus1: Fast back to back transfers enabled
[    0.923852] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    0.923889] fvdw gpiolib offset 20 =gpio nr
[    0.923913] fvdw gpiolib offset 20 =gpio nr
[    0.923964] pci 0000:01:07.0: BAR 0: assigned [mem 0xe8000000-0xe80fffff 64bit]
[    0.924006] pci 0000:01:07.0: BAR 2: assigned [io  0x10000-0x100ff]
[    0.953939] bio: create slab <bio-0> at 0
[    0.956392] SCSI subsystem initialized
[    0.957391] libata version 3.00 loaded.
[    0.959352] usbcore: registered new interface driver usbfs
[    0.959764] usbcore: registered new interface driver hub
[    0.960220] usbcore: registered new device driver usb
[    0.963843] Switched to clocksource orion_clocksource
[    0.993824] NET: Registered protocol family 2
[    0.994765] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[    0.994820] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[    0.994867] TCP: Hash tables configured (established 1024 bind 1024)
[    0.994977] TCP: reno registered
[    0.995002] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.995054] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.995370] NET: Registered protocol family 1
[    0.995461] PCI: CLS 32 bytes, default 32
[    0.998344] futex hash table entries: 256 (order: -1, 3072 bytes)
[    0.999615] msgmni has been set to 245
[    1.002515] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    1.002540] io scheduler noop registered
[    1.002555] io scheduler deadline registered
[    1.002593] io scheduler cfq registered (default)
[    1.003088] mv_xor mv_xor.0: Marvell shared XOR driver
[    1.014059] mv_xor mv_xor.0: Self-test copy failed compare, disabling
[    1.026716] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    1.048809] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 3, base_baud = 10416666) is a 16550A
[    1.592055] console [ttyS0] enabled
[    1.616618] brd: module loaded
[    1.629857] loop: module loaded
[    1.633652] Uniform Multi-Platform E-IDE driver
[    1.638890] ide-gd driver 1.18
[    1.643033] sata_mv 0000:01:07.0: version 1.28
[    1.643704] sata_mv 0000:01:07.0: Gen-II 32 slots 8 ports SCSI mode IRQ via INTx
[    1.671741] fvdw libata-core 2 irq=52
[    1.687131] scsi0 : sata_mv
[    1.691130] scsi1 : sata_mv
[    1.695125] scsi2 : sata_mv
[    1.699050] scsi3 : sata_mv
[    1.702971] scsi4 : sata_mv
[    1.706932] scsi5 : sata_mv
[    1.710872] scsi6 : sata_mv
[    1.714853] scsi7 : sata_mv
[    1.718582] ata1: SATA max UDMA/133 mmio m1048576@0xe8000000 port 0xe8022000 irq 52
[    1.726264] ata2: SATA max UDMA/133 mmio m1048576@0xe8000000 port 0xe8024000 irq 52
[    1.733898] ata3: SATA max UDMA/133 mmio m1048576@0xe8000000 port 0xe8026000 irq 52
[    1.741547] ata4: SATA max UDMA/133 mmio m1048576@0xe8000000 port 0xe8028000 irq 52
[    1.749200] ata5: SATA max UDMA/133 mmio m1048576@0xe8000000 port 0xe8032000 irq 52
[    1.756856] ata6: SATA max UDMA/133 mmio m1048576@0xe8000000 port 0xe8034000 irq 52
[    1.764510] ata7: SATA max UDMA/133 mmio m1048576@0xe8000000 port 0xe8036000 irq 52
[    1.772146] ata8: SATA max UDMA/133 mmio m1048576@0xe8000000 port 0xe8038000 irq 52
[    1.781715] sata_mv sata_mv.0: version 1.28
[    1.781941] sata_mv sata_mv.0: cannot get optional clkdev
[    1.789583] sata_mv sata_mv.0: slots 32 ports 5
[    1.806401] fvdw libata-core 2 irq=29
[    1.817445] scsi8 : sata_mv
[    1.821409] scsi9 : sata_mv
[    1.825407] scsi10 : sata_mv
[    1.829437] scsi11 : sata_mv
[    1.833467] scsi12 : sata_mv
[    1.837321] ata9: SATA max UDMA/133 irq 29
[    1.841413] ata10: SATA max UDMA/133 irq 29
[    1.845620] ata11: SATA max UDMA/133 irq 29
[    1.849793] ata12: SATA max UDMA/133 irq 29
[    1.853965] ata13: SATA max UDMA/133 irq 29
[    1.859616] tun: Universal TUN/TAP device driver, 1.6
[    1.864694] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    1.879163] libphy: orion_mdio_bus: probed
[    1.883661] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[    1.966633] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:d0:4b:88:46:ac
[    1.977808] aoe: cannot create debugfs directory
[    1.982640] aoe: AoE v85 initialised.
[    1.986434] fvdw-gpio-keys v12 probe 1
[    1.990208] fvdw gpiolib offset 4 =gpio nr
[    1.994328] fvdw-gpio-keys probe 2 ifound=1 gpio=4  irq=36 ipress=0 button value=0
[    2.001869] fvdw driver for 5big1 FPB no trigger handler call used
[    2.008815] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[    2.016012] fvdw-gpio_keys: install successfull
[    2.021834] i2c /dev entries driver
[    2.030098] rtc-rs5c372 0-0032: rs5c372b found, 24hr, driver version 0.6
[    2.043499] rtc-rs5c372 0-0032: rtc core: registered rtc-rs5c372 as rtc0
[    2.051998] at24 0-0050: 1024 byte 24c08 EEPROM, writable, 1 bytes/write
[    2.077434] Netfilter messages via NETLINK v0.30.
[    2.082506] ipip: IPv4 over IPv4 tunneling driver
[    2.088871] TCP: cubic registered
[    2.092188] NET: Registered protocol family 17
[    2.098703] console [netcon0] enabled
[    2.102360] netconsole: network logging started
[    2.108489] rtc-rs5c372 0-0032: setting system clock to 2025-04-25 11:33:12 UTC (1745580792)
[    2.294097] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.354112] ata1.00: HPA detected: current 7814035055, native 7814037168
[    2.360813] ata1.00: ATA-10: ST4000DM004-2CV104, 0001, max UDMA/133
[    2.367089] ata1.00: 7814035055 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    2.464137] ata1.00: configured for UDMA/133
[    2.468945] scsi 0:0:0:0: Direct-Access     ATA      ST4000DM004-2CV1 0001 PQ: 0 ANSI: 5
[    2.478143] fvdw1 disk index before get_sd_name = 0
[    2.483014] device-name= sata_mv
[    2.486264] fvdw2 disk index after get_sd_name = 4
[    2.491040] fvdw3 prefix[0]=s  prefix[1]=d
[    2.495137] fvdw4 diskname = sde
[    2.499416] sd 0:0:0:0: [sde] 7814035055 512-byte logical blocks: (4.00 TB/3.63 TiB)
[    2.507190] sd 0:0:0:0: [sde] 4096-byte physical blocks
[    2.513698] sd 0:0:0:0: [sde] Write Protect is off
[    2.518532] sd 0:0:0:0: [sde] Mode Sense: 00 3a 00 00
[    2.519707] sd 0:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.588297]  sde: sde8
[    2.593593] sd 0:0:0:0: [sde] Attached SCSI disk
[    2.924046] ata9: failed to resume link (SControl 0)
[    2.929023] ata9: SATA link down (SStatus 0 SControl 0)
[    3.024080] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.084124] ata2.00: ATA-10: ST4000DM004-2CV104, 0001, max UDMA/133
[    3.090380] ata2.00: 7814037168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    3.174137] ata2.00: configured for UDMA/133
[    3.178942] scsi 1:0:0:0: Direct-Access     ATA      ST4000DM004-2CV1 0001 PQ: 0 ANSI: 5
[    3.188080] fvdw1 disk index before get_sd_name = 1
[    3.192945] device-name= sata_mv
[    3.196194] fvdw2 disk index after get_sd_name = 3
[    3.200971] fvdw3 prefix[0]=s  prefix[1]=d
[    3.205069] fvdw4 diskname = sdd
[    3.209348] sd 1:0:0:0: [sdd] 7814037168 512-byte logical blocks: (4.00 TB/3.63 TiB)
[    3.217116] sd 1:0:0:0: [sdd] 4096-byte physical blocks
[    3.224368] sd 1:0:0:0: [sdd] Write Protect is off
[    3.229169] sd 1:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[    3.229469] sd 1:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.290769]  sdd: sdd8
[    3.296014] sd 1:0:0:0: [sdd] Attached SCSI disk
[    3.724080] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.784125] ata3.00: ATA-10: ST4000DM004-2CV104, 0001, max UDMA/133
[    3.790383] ata3.00: 7814037168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    3.874137] ata3.00: configured for UDMA/133
[    3.878920] scsi 2:0:0:0: Direct-Access     ATA      ST4000DM004-2CV1 0001 PQ: 0 ANSI: 5
[    3.888086] fvdw1 disk index before get_sd_name = 2
[    3.892958] device-name= sata_mv
[    3.896208] fvdw2 disk index after get_sd_name = 2
[    3.900984] fvdw3 prefix[0]=s  prefix[1]=d
[    3.905081] fvdw4 diskname = sdc
[    3.909350] sd 2:0:0:0: [sdc] 7814037168 512-byte logical blocks: (4.00 TB/3.63 TiB)
[    3.917121] sd 2:0:0:0: [sdc] 4096-byte physical blocks
[    3.924369] sd 2:0:0:0: [sdc] Write Protect is off
[    3.929165] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    3.929460] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.981030]  sdc: sdc8
[    3.986272] sd 2:0:0:0: [sdc] Attached SCSI disk
[    4.424079] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    4.484112] ata4.00: HPA detected: current 7814035055, native 7814037168
[    4.490816] ata4.00: ATA-10: ST4000DM004-2CV104, 0001, max UDMA/133
[    4.497091] ata4.00: 7814035055 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    4.594137] ata4.00: configured for UDMA/133
[    4.598943] scsi 3:0:0:0: Direct-Access     ATA      ST4000DM004-2CV1 0001 PQ: 0 ANSI: 5
[    4.608103] fvdw1 disk index before get_sd_name = 3
[    4.612973] device-name= sata_mv
[    4.616225] fvdw2 disk index after get_sd_name = 1
[    4.620998] fvdw3 prefix[0]=s  prefix[1]=d
[    4.625097] fvdw4 diskname = sdb
[    4.629364] sd 3:0:0:0: [sdb] 7814035055 512-byte logical blocks: (4.00 TB/3.63 TiB)
[    4.637134] sd 3:0:0:0: [sdb] 4096-byte physical blocks
[    4.644370] sd 3:0:0:0: [sdb] Write Protect is off
[    4.649170] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    4.649472] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.724138]  sdb: sdb8
[    4.729496] sd 3:0:0:0: [sdb] Attached SCSI disk
[    5.144080] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    5.184121] ata5.00: ATA-8: Hitachi HDT721010SLA360, ST6OA31B, max UDMA/133
[    5.191066] ata5.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    5.254132] ata5.00: configured for UDMA/133
[    5.258916] scsi 4:0:0:0: Direct-Access     ATA      Hitachi HDT72101 ST6O PQ: 0 ANSI: 5
[    5.268077] fvdw1 disk index before get_sd_name = 4
[    5.272947] device-name= sata_mv
[    5.276197] fvdw2 disk index after get_sd_name = 0
[    5.280974] fvdw3 prefix[0]=s  prefix[1]=d
[    5.285071] fvdw4 diskname = sda
[    5.289364] sd 4:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    5.299029] sd 4:0:0:0: [sda] Write Protect is off
[    5.303823] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    5.304161] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.355343]  sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 >
[    5.367242] sd 4:0:0:0: [sda] Attached SCSI disk
[    5.644076] ata6: SATA link down (SStatus 0 SControl 300)
[    5.994075] ata7: SATA link down (SStatus 0 SControl 300)
[    6.344072] ata8: SATA link down (SStatus 0 SControl 300)
[    7.414045] ata10: failed to resume link (SControl 0)
[    7.419099] ata10: SATA link down (SStatus 0 SControl 0)
[    8.494047] ata11: failed to resume link (SControl 0)
[    8.499108] ata11: SATA link down (SStatus 0 SControl 0)
[    9.574045] ata12: failed to resume link (SControl 0)
[    9.579100] ata12: SATA link down (SStatus 0 SControl 0)
[   10.654047] ata13: failed to resume link (SControl 0)
[   10.659109] ata13: SATA link down (SStatus 0 SControl 0)
[   10.665256] EXT4-fs (sda7): mounting ext3 file system using the ext4 subsystem
[   10.684476] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
[   10.692155] VFS: Mounted root (ext3 filesystem) readonly on device 8:71.
[   10.699819] Freeing unused kernel memory: 120K (c03aa000 - c03c8000)
[   11.179847] EXT4-fs (sda7): warning: maximal mount count reached, running e2fsck is recommended
[   11.188922] EXT4-fs (sda7): re-mounted. Opts: (null)
[   11.909697] EXT4-fs (sda2): mounting ext3 file system using the ext4 subsystem
[   12.113739] EXT4-fs (sda2): recovery complete
[   12.136186] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[   12.674784] EXT4-fs (sda2): re-mounted. Opts: (null)
[   14.252058] random: nonblocking pool is initialized
[   16.916509] NTFS driver 2.1.30 [Flags: R/W MODULE].
[   16.957562] fuse init (API version 7.22)
[   17.065929] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   17.073863] ehci-orion: EHCI orion driver
[   17.078028] orion-ehci orion-ehci.0: EHCI Host Controller
[   17.083458] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
[   17.091342] orion-ehci orion-ehci.0: irq 17, io mem 0xf1050000
[   17.114056] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
[   17.120244] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   17.127046] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   17.134269] usb usb1: Product: EHCI Host Controller
[   17.139139] usb usb1: Manufacturer: Linux 3.14.2 ehci_hcd
[   17.144540] usb usb1: SerialNumber: orion-ehci.0
[   17.149987] hub 1-0:1.0: USB hub found
[   17.153797] hub 1-0:1.0: 1 port detected
[   17.194071] usbcore: registered new interface driver usb-storage
[   17.232513] usbcore: registered new interface driver usblp
[   17.283280] RPC: Registered named UNIX socket transport module.
[   17.289221] RPC: Registered udp transport module.
[   17.293908] RPC: Registered tcp transport module.
[   17.298611] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   17.458586] Key type dns_resolver registered
[   17.473382] NFS: Registering the id_resolver key type
[   17.478526] Key type id_resolver registered
[   17.482703] Key type id_legacy registered
[   17.544644] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   17.590744] Loading iSCSI transport class v2.0-870.
[   17.608069] iscsi: registered transport (tcp)
[   17.652936] NET: Registered protocol family 5
[   17.658743] ipddp.c:v0.01 8/28/97 Bradford W. Johnson <johns393@maroon.tc.umn.edu>
[   17.667343] ipddp0: Appletalk-IP Encap. mode by Bradford W. Johnson <johns393@maroon.tc.umn.edu>
[   17.716340] Linux video capture interface: v2.00
[   17.801642] uvcvideo: Unable to create debugfs directory
[   17.807183] usbcore: registered new interface driver uvcvideo
[   17.812912] USB Video Class driver (1.1.1)
[   17.849368] xor: measuring software checksum speed
[   17.954038]    arm4regs  :   429.200 MB/sec
[   18.054043]    8regs     :   323.200 MB/sec
[   18.154032]    32regs    :   467.200 MB/sec
[   18.158206] xor: using function: 32regs (467.200 MB/sec)
[   18.229271] md: raid0 personality registered for level 0
[   18.268194] md: raid1 personality registered for level 1
[   18.474135] raid6: int32x1     23 MB/s
[   18.644475] raid6: int32x2     41 MB/s
[   18.814081] raid6: int32x4     47 MB/s
[   18.984193] raid6: int32x8     54 MB/s
[   18.987938] raid6: using algorithm int32x8 (54 MB/s)
[   18.992887] raid6: using intx1 recovery algorithm
[   19.022334] async_tx: api initialized (async)
[   19.044548] md: raid6 personality registered for level 6
[   19.049852] md: raid5 personality registered for level 5
[   19.055187] md: raid4 personality registered for level 4
[   19.096252] md: raid10 personality registered for level 10
[   19.959007] EXT4-fs (sda5): mounting ext3 file system using the ext4 subsystem
[   20.063270] EXT4-fs (sda5): recovery complete
[   20.085702] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[   20.325764] Adding 514076k swap on /dev/sda3.  Priority:-1 extents:1 across:514076k
[   20.559167] NET: Registered protocol family 10
[   33.971740] udevd (876): /proc/876/oom_adj is deprecated, please use /proc/876/oom_score_adj instead.
[   33.981102] udev: starting version 130
[   43.270628] md: md0 stopped.
[   43.288956] md: bind<sdc8>
[   43.292595] md: bind<sdd8>
[   43.296298] md: bind<sde8>
[   43.299933] md: bind<sdb8>
[   43.302893] md: kicking non-fresh sdd8 from array!
[   43.307737] md: unbind<sdd8>
[   43.310626] md: export_rdev(sdd8)
[   43.369250] md/raid:md0: device sdb8 operational as raid disk 0
[   43.375204] md/raid:md0: device sde8 operational as raid disk 3
[   43.381106] md/raid:md0: device sdc8 operational as raid disk 1
[   43.389782] md/raid:md0: allocated 0kB
[   43.393661] md/raid:md0: raid level 5 active with 3 out of 4 devices, algorithm 2
[   43.401154] RAID conf printout:
[   43.401172]  --- level:5 rd:4 wd:3
[   43.401190]  disk 0, o:1, dev:sdb8
[   43.401208]  disk 1, o:1, dev:sdc8
[   43.401225]  disk 3, o:1, dev:sde8
[   43.401760] created bitmap (30 pages) for device md0
[   43.418490] md0: bitmap initialized from disk: read 2 pages, set 3041 of 59573 bits
[   43.624190] md0: detected capacity change from 0 to 11993441894400
[   43.644179]  md0: unknown partition table
[   65.482348] EXT4-fs (sda8): recovery complete
[   65.524202] EXT4-fs (sda8): mounted filesystem with ordered data mode. Opts: user_xattr,acl,nodelalloc
[   68.206641] EXT4-fs (md0): recovery complete
[   68.284254] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: user_xattr,acl,nodelalloc
[   70.064836] mv643xx_eth_port mv643xx_eth_port.0 eth0: link down
[   70.071110] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   71.716393] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 100 Mb/s, full duplex, flow control disabled
[   71.726191] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready

root@LacieNAS:/ #

Re: RAID: active, degraded completed: [120KB],, estimated ti

PostPosted: Mon Apr 28, 2025 9:36 am
by Jocko
Hi

So I merged with your previous topic posted in 5big v2 forum. I also edited your posts so that it were more readable : I used bbcode code (see: https://plugout.net/faq.php?mode=bbcode). You shoud paste your output by using the bbcode [ code][ /code].

So you have at least two hardware errors on sdd disk
Code: Select all
Error 2 occurred at disk power-on lifetime: 24945 hours
And according to your last smart long test
Code: Select all
Extended offline    Aborted by host               90%     34528
it happened one year and 1 month ago (9583 hours offset). This would explain the events offset on your raid and why sdd is no longer used to assemble it on nas booting
Code: Select all
[   43.302893] md: kicking non-fresh sdd8 from array!

We go to try to add manually sdd8 in your raid. So run
Code: Select all
mdadm /dev/md0 -a /dev/sdd8
Wait a min and check if redundancy recovery is running
Code: Select all
cat /proc/mdstat
Later we go to remove the bitmap setting.


Note : sometime extended test may abort because smart disk database is not up to date. You may do it by running the command
Code: Select all
update-smart-drivedb

Re: RAID: active, degraded completed: [120KB],, estimated ti

PostPosted: Tue Apr 29, 2025 12:40 pm
by boerie
thank you!

looking promising, now showing "active, degraded, recovering completed: 0.8%, estimated time: 4734.8min"

will update when complete

Re: RAID: active, degraded completed: [120KB],, estimated ti

PostPosted: Tue Apr 29, 2025 1:07 pm
by Jocko
:thumbup

Hopefully everything will be back in order despite the hardware issues on sdd disks

Re: RAID: active, degraded completed: [120KB],, estimated ti

PostPosted: Fri May 09, 2025 1:22 pm
by boerie
my apologies for this delayed update - power supply failure and the replacement only arrived this morning

all appears well - well at least from my limited knowledge

all lights now stable blue on front and back and disk/share/raid status as per attached screenshots

is anything further required?

my sincere thanks once again

Re: RAID: active, degraded completed: [120KB],, estimated ti

PostPosted: Wed May 14, 2025 10:15 am
by Jocko
Hi

There is one last action to do : remove the bitmap buffer. So on a shell window, run the command
Code: Select all
mdadm --grow --bitmap=none /dev/md0
and post
Code: Select all
cat /proc/mdstat
Raid status should be rightly displayed now on disk setup menu