recuperation wrote: 20 Aug 2019, 17:19
Slow reading speeds often indicate read errors.
Please check the SMART parameters (health) of your drive with smartmontools or Crystaldiskinfo.
Post your smartmontools logfile here.
Code: Select all
C:\Program Files\smartmontools\bin>smartctl.exe -i /dev/sdc
smartctl 7.0 2018-12-30 r4883 [x86_64-w64-mingw32-2008r2-sp1] (sf-7.0-1)
Copyright (C) 2002-18, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Device Model: WDC WD20SDZW-11JJ8S1
Serial Number: WD-WXW1AA8JL5EP
LU WWN Device Id: 5 0014ee 210a568d6
Firmware Version: 01.01A01
User Capacity: 2,000,365,379,584 bytes [2.00 TB]
Sector Sizes: 512 bytes logical, 4096 bytes physical
Rotation Rate: 5400 rpm
Form Factor: 2.5 inches
Device is: Not in smartctl database [for details use: -P showall]
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: Wed Aug 21 09:35:55 2019 SEAST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
Code: Select all
C:\Program Files\smartmontools\bin>smartctl.exe -H /dev/sdc
smartctl 7.0 2018-12-30 r4883 [x86_64-w64-mingw32-2008r2-sp1] (sf-7.0-1)
Copyright (C) 2002-18, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: FAILED!
Drive failure expected in less than 24 hours. SAVE ALL DATA.
Failed Attributes:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_
FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x002f 001 001 051 Pre-fail Always FAILI
NG_NOW 123464
Code: Select all
C:\Program Files\smartmontools\bin>smartctl.exe -t short /dev/sdc
smartctl 7.0 2018-12-30 r4883 [x86_64-w64-mingw32-2008r2-sp1] (sf-7.0-1)
Copyright (C) 2002-18, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF OFFLINE IMMEDIATE AND SELF-TEST SECTION ===
Sending command: "Execute SMART Short self-test routine immediately in off-line
mode".
Drive command "Execute SMART Short self-test routine immediately in off-line mod
e" successful.
Testing has begun.
Please wait 2 minutes for test to complete.
Test will complete after Wed Aug 21 09:38:58 2019
Use smartctl -X to abort test.
Code: Select all
C:\Program Files\smartmontools\bin>smartctl.exe -l selftest /dev/sdc
smartctl 7.0 2018-12-30 r4883 [x86_64-w64-mingw32-2008r2-sp1] (sf-7.0-1)
Copyright (C) 2002-18, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF READ SMART DATA SECTION ===
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% 1822 -
# 2 Short offline Completed: unknown failure 90% 283 -
Code: Select all
C:\Program Files\smartmontools\bin>smartctl.exe -t long /dev/sdc
smartctl 7.0 2018-12-30 r4883 [x86_64-w64-mingw32-2008r2-sp1] (sf-7.0-1)
Copyright (C) 2002-18, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF OFFLINE IMMEDIATE AND SELF-TEST SECTION ===
Sending command: "Execute SMART Extended self-test routine immediately in off-li
ne mode".
Drive command "Execute SMART Extended self-test routine immediately in off-line
mode" successful.
Testing has begun.
Please wait 266 minutes for test to complete.
Test will complete after Wed Aug 21 14:07:40 2019
Use smartctl -X to abort test.
C:\Program Files\smartmontools\bin>