SMART Extended self-test stuck at 10% remaining – WDC WD60EZAZ-00SF3B0

I have 3 computers with a combined total of 10 6TB Hard Drives, all WDC WD60EZAZ-00SF3B0. All computers are Ubuntu 24.04 so software tools for other systems (Windows) will not work on my machines.

The other hard drives in the computers are not having issues.

For these 10 drives, the short tests run fine, but extended tests get stuck at 10%:

Self-test execution status:      ( 241) Self-test routine in progress... 10% of test remaining.

The extended self test routine recommended polling time varies from drive to drive from ~200 minutes (~3.5 hours) to ~750 minutes (~12.5 hours).

I have had the tests run for about 3 days with no change in status, so I presume the tests are stuck. I have cancelled the extended tests and rerun them multiple times to no avail. I am fairly confident that the drives are healthy since they pass the short offline test and I would not expect all 10 drives to be failing at the same time.

I’m not sure if this is a problem with the manufacturer or my configuration.

It seems there might be a problem with WDC drives:

https://www.synoforum.com/threads/extended-smart-test-doesnt-end-ds920-red-plus-6tb.13317/

https://community.synology.com/enu/forum/1/post/131996/

Maybe some suggestion to change polling settings which I’m not sure how to do:

https://forums.unraid.net/topic/118392-smart-error-hdd-extended-self-test-stuck-at-10/

I believe the drives are active while the test is running and not powered down or in a standby/sleep state.

I have tried some of the suggestions here, but I don’t think they make any difference since the drives are in an active/idle state already:
https://superuser.com/questions/766943/smart-test-never-finishes-what-can-be-done-to-let-them-complete

When running the tests, I’m not running any heavy workloads on the drives.

All of these drives are in RAID arrays which I have posted below. Not sure if this should be a problem as I test each drive separately.

I have provided the configuration for the computers below, and I am happy to provide more information as is necessary.

COMPUTER 1

cat /proc/mdstat

Personalities : [raid6] [raid5] [raid4] [raid0] [raid1] [raid10] 
md127 : active raid6 sdb[1] sdc[2] sda[0] sdd[3]
      11720780800 blocks super 1.2 level 6, 512k chunk, algorithm 2 [4/4] [UUUU]
      bitmap: 0/44 pages [0KB], 65536KB chunk

unused devices: <none>

COMPUTER 2

cat /proc/mdstat

Personalities : [raid6] [raid5] [raid4] [raid0] [raid1] [raid10] 
md5 : active raid5 sdd[3] sdb[0] sdc[1]
      11720780800 blocks super 1.2 level 5, 512k chunk, algorithm 2 [3/3] [UUU]
      bitmap: 5/44 pages [20KB], 65536KB chunk

unused devices: <none>

COMPUTER 3

cat /proc/mdstat

Personalities : [raid6] [raid5] [raid4] [raid0] [raid1] [raid10] 
md5 : active raid5 sdc[1] sdb[0] sdd[3]
      11720780800 blocks super 1.2 level 5, 512k chunk, algorithm 2 [3/3] [UUU]
      bitmap: 0/44 pages [0KB], 65536KB chunk

unused devices: <none>
COMPUTER 1:

mdadm --detail /dev/md127
/dev/md127:
           Version : 1.2
     Creation Time : Mon Apr 10 16:42:40 2023
        Raid Level : raid6
        Array Size : 11720780800 (10.92 TiB 12.00 TB)
     Used Dev Size : 5860390400 (5.46 TiB 6.00 TB)
      Raid Devices : 4
     Total Devices : 4
       Persistence : Superblock is persistent

     Intent Bitmap : Internal

       Update Time : Sun Jan 11 13:43:59 2026
             State : clean 
    Active Devices : 4
   Working Devices : 4
    Failed Devices : 0
     Spare Devices : 0

            Layout : left-symmetric
        Chunk Size : 512K

Consistency Policy : bitmap

              Name : XXX:127  (local to host XXX)
              UUID : XXX
            Events : 214664

    Number   Major   Minor   RaidDevice State
       0       8        0        0      active sync   /dev/sda
       1       8       16        1      active sync   /dev/sdb
       2       8       32        2      active sync   /dev/sdc
       3       8       48        3      active sync   /dev/sdd

COMPUTER 2:

mdadm --detail /dev/md5
/dev/md5:
           Version : 1.2
     Creation Time : Fri Apr 21 20:40:34 2023
        Raid Level : raid5
        Array Size : 11720780800 (10.92 TiB 12.00 TB)
     Used Dev Size : 5860390400 (5.46 TiB 6.00 TB)
      Raid Devices : 3
     Total Devices : 3
       Persistence : Superblock is persistent

     Intent Bitmap : Internal

       Update Time : Sun Jan 11 21:46:24 2026
             State : clean 
    Active Devices : 3
   Working Devices : 3
    Failed Devices : 0
     Spare Devices : 0

            Layout : left-symmetric
        Chunk Size : 512K

Consistency Policy : bitmap

              Name : XXX:5  (local to host XXX)
              UUID : XXX
            Events : 250959

    Number   Major   Minor   RaidDevice State
       0       8       16        0      active sync   /dev/sdb
       1       8       32        1      active sync   /dev/sdc
       3       8       48        2      active sync   /dev/sdd

COMPUTER 3:

mdadm --detail /dev/md5
/dev/md5:
           Version : 1.2
     Creation Time : Sat May  6 22:00:48 2023
        Raid Level : raid5
        Array Size : 11720780800 (10.92 TiB 12.00 TB)
     Used Dev Size : 5860390400 (5.46 TiB 6.00 TB)
      Raid Devices : 3
     Total Devices : 3
       Persistence : Superblock is persistent

     Intent Bitmap : Internal

       Update Time : Sun Jan 11 21:54:24 2026
             State : clean 
    Active Devices : 3
   Working Devices : 3
    Failed Devices : 0
     Spare Devices : 0

            Layout : left-symmetric
        Chunk Size : 512K

Consistency Policy : bitmap

              Name : XXX:5  (local to host XXX)
              UUID : XXX
            Events : 92409

    Number   Major   Minor   RaidDevice State
       0       8       16        0      active sync   /dev/sdb
       1       8       32        1      active sync   /dev/sdc
       3       8       48        2      active sync   /dev/sdd


COMPUTER 1

cat /etc/smartd.conf

...
/dev/nvme0 -H -l selftest -f -t -i 194 -I 194 -s (S/../.././(01|09|17)|L/../../7/02) -m root -M exec /usr/share/smartmontools/smartd-runner

/dev/sda -H -l error -l selftest -f -t -s (S/../.././(01|09|17)|L/../../7/02) -m root -M exec /usr/share/smartmontools/smartd-runner
/dev/sdb -H -l error -l selftest -f -t -s (S/../.././(01|09|17)|L/../../7/02) -m root -M exec /usr/share/smartmontools/smartd-runner
/dev/sdc -H -l error -l selftest -f -t -s (S/../.././(01|09|17)|L/../../7/02) -m root -M exec /usr/share/smartmontools/smartd-runner
/dev/sdd -H -l error -l selftest -f -t -s (S/../.././(01|09|17)|L/../../7/02) -m root -M exec /usr/share/smartmontools/smartd-runner
...

COMPUTER 2

cat /etc/smartd.conf

...
DEVICESCAN -H -l error -l selftest -f -t -s (S/../.././(01|09|17)|L/../../7/02) -m root -M exec /usr/share/smartmontools/smartd-runner
...

COMPUTER 3

cat /etc/smartd.conf

...
DEVICESCAN -H -l error -l selftest -f -t -s (S/../.././(01|09|17)|L/../../7/02) -m root -M exec /usr/share/smartmontools/smartd-runner
...

Below are samples for COMPUTER 2: /dev/sdb.

COMPUTER 2: /dev/sdb

hdparm -i /dev/sdb

/dev/sdb:

 Model=WDC WD60EZAZ-00SF3B0, FwRev=80.00A80, SerialNo=WD-WX22D619HS23
 Config={ HardSect NotMFM HdSw>15uSec SpinMotCtl Fixed DTR>5Mbs FmtGapReq }
 RawCHS=16383/16/63, TrkSize=0, SectSize=0, ECCbytes=0
 BuffType=unknown, BuffSize=unknown, MaxMultSect=16, MultSect=16
 (maybe): CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=11721045168
 IORDY=on/off, tPIO={min:120,w/IORDY:120}, tDMA={min:120,rec:120}
 PIO modes:  pio0 pio3 pio4 
 DMA modes:  mdma0 mdma1 mdma2 
 UDMA modes: udma0 udma1 udma2 udma3 udma4 udma5 *udma6 
 AdvancedPM=no WriteCache=enabled
 Drive conforms to: unknown:  ATA/ATAPI-1,2,3,4,5,6,7

 * signifies the current active mode

hdparm -C /dev/sdb

/dev/sdb:
 drive state is:  active/idle


Also, I do not see the extended test at the top of the SMART Self-test log structure revision number 1 which I should expect. I would like to fix this to be able to see the progress from there as the extended test is running. I believe I am able to see the short tests in the log structure as it is running, just not the extended ones.

COMPUTER 2: /dev/sdb

smartctl -a /dev/sdb
smartctl 7.4 2023-08-01 r5530 [x86_64-linux-6.8.0-90-generic] (local build)
Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     Western Digital Blue (SMR)
Device Model:     WDC WD60EZAZ-00SF3B0
Serial Number:    WD-WX22D619HS23
LU WWN Device Id: 5 0014ee 2bef2efb2
Firmware Version: 80.00A80
User Capacity:    6,001,175,126,016 bytes [6.00 TB]
Sector Sizes:     512 bytes logical, 4096 bytes physical
Rotation Rate:    5400 rpm
Form Factor:      3.5 inches
TRIM Command:     Available, deterministic, zeroed
Device is:        In smartctl database 7.3/6061
ATA Version is:   ACS-3 T13/2161-D revision 5
SATA Version is:  SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:    Sun Jan 11 21:42:47 2026 PST

==> WARNING: Data recovery specialists reported serious problems with
older WD SMR HDDs: https://www.heise.de/-10800960.html

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:  (0x85) Offline data collection activity
                    was aborted by an interrupting command from host.
                    Auto Offline Data Collection: Enabled.
Self-test execution status:      ( 241) Self-test routine in progress...
                    10% of test remaining.
Total time to complete Offline 
data collection:        (63900) seconds.
Offline data collection
capabilities:            (0x7b) SMART execute Offline immediate.
                    Auto Offline data collection on/off support.
                    Suspend Offline collection upon new
                    command.
                    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:    (   2) minutes.
Extended self-test routine
recommended polling time:    ( 415) minutes.
Conveyance self-test routine
recommended polling time:    (   3) minutes.
SCT capabilities:          (0x3031) SCT Status supported.
                    SCT Feature Control supported.
                    SCT Data Table supported.

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   224   221   021    Pre-fail  Always       -       3791
  4 Start_Stop_Count        0x0032   100   100   000    Old_age   Always       -       405
  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   058   058   000    Old_age   Always       -       30781
 10 Spin_Retry_Count        0x0032   100   100   000    Old_age   Always       -       0
 11 Calibration_Retry_Count 0x0032   100   100   000    Old_age   Always       -       0
 12 Power_Cycle_Count       0x0032   100   100   000    Old_age   Always       -       403
192 Power-Off_Retract_Count 0x0032   200   200   000    Old_age   Always       -       68
193 Load_Cycle_Count        0x0032   199   199   000    Old_age   Always       -       4252
194 Temperature_Celsius     0x0022   113   104   000    Old_age   Always       -       37
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   200   200   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

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
Num  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error
# 1  Short offline       Completed without error       00%     30761         -
# 2  Short offline       Completed without error       00%     30737         -
# 3  Short offline       Completed without error       00%     30729         -
# 4  Short offline       Completed without error       00%     30721         -
# 5  Short offline       Completed without error       00%     30713         -
# 6  Short offline       Completed without error       00%     30705         -
# 7  Short offline       Completed without error       00%     30697         -
# 8  Short offline       Completed without error       00%     30689         -
# 9  Short offline       Completed without error       00%     30681         -
#10  Short offline       Completed without error       00%     30673         -
#11  Short offline       Completed without error       00%     30665         -
#12  Short offline       Completed without error       00%     30657         -
#13  Short offline       Completed without error       00%     30649         -
#14  Short offline       Completed without error       00%     30641         -
#15  Short offline       Completed without error       00%     30633         -
#16  Short offline       Completed without error       00%     30569         -
#17  Short offline       Completed without error       00%     30561         -
#18  Short offline       Completed without error       00%     30337         -
#19  Short offline       Completed without error       00%     30329         -
#20  Short offline       Completed without error       00%     30325         -
#21  Short offline       Completed without error       00%     30322         -

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.

The above only provides legacy SMART information - try 'smartctl -x' for more