Questions tagged [smartctl]

smartctl is a command line utility designed to perform SMART tasks such as printing the SMART self-test and error logs, enabling and disabling SMART automatic testing, and initiating device self-tests.

29 questions
7
votes
2 answers

How to check NVMe ssd with smartctl?

How do you check the health of an NVMe ssd using smartctl on Ubuntu? My laptop, which has a NVMe solid state drive, has been crashing somewhat frequently recently with strange disk read errors. Fortunately, rebooting has temporarily resolved the…
Cerin
  • 9,652
6
votes
4 answers

Looking for smartctl NVMe log error explanation (0xa013 0x8004 and 0x9016 0x8004)

For my 1TB NVMe smartctl -a /dev/nvme0n1 first reported this: Error Information (NVMe Log 0x01, 16 of 256 entries) Num ErrCount SQId CmdId Status PELoc LBA NSID VS 0 129 0 0xa013 0x8004 0x000 0 0 …
5
votes
1 answer

How to interpret Samsung SSD Wear_Leveling_Count over 100?

I have Samsung 840 Pro SSD which is working for a while for a MySQL database server. I felt it has become slow recently, so I tested it with smartctl: #smartctl -a /dev/sda smartctl 6.4 2014-10-07 r4002 [x86_64-linux-3.16.0-4-amd64] (local…
Milkyway
  • 731
4
votes
2 answers

Interpret the output of smartctl for SSD and hard drive

I have dropped my external hard drive on the floor recently and wanted to know if the electronic parts and mechanical parts were damaged. I have no idea how to find this out from the output of smartctl. While being on it, I also want to test my…
Make42
  • 405
3
votes
1 answer

How to use smartctl with one raid controller

I using a PERC H730 Mini raid controller : # lspci -d::0104 -k 02:00.0 RAID bus controller: Broadcom / LSI MegaRAID SAS-3 3108 [Invader] (rev 02) Subsystem: Dell PERC H730 Mini Kernel driver in use: megaraid_sas Kernel…
SebMa
  • 2,035
3
votes
1 answer

NVMe faulty drive? SMART Error Information Log Entries fastly increasing

The Error Information Log Entries value showed by smartctl -a /dev/nvme0n1 in my NVMe is growing fast, by 1 per second. Is it indicative of a faulty driver? At the same time, Media and Data Integrity Errors is currently showing a value of 0. ===…
Gotenks
  • 211
3
votes
2 answers

How to check if external hard drive is spinning or in sleep mode through the command line?

How can I determine through the command line whether or not an external drive that is connected to my system is awake (spinning) or sleeping? None of the answers here have helped. The Powershell method doesn't work at all, and the smartctl method is…
2
votes
1 answer

How to interpret this LBA number?

One of my HDD has some damaged sectors, which stay as pending. I want to force relocation. From the question Reallocate bad sector [Linux] I know I can use sudo hdparm --yes-i-know-what-i-am-doing --write-sector 215040 /dev/sda but how to interpret…
FarO
  • 1,968
2
votes
1 answer

High HDD load-count after short smart test

I use an old laptop as a DIY NAS with Debian 9.6 with a HGST HTS541010B7E610 HDD. The HDD had Power_On_Hours of more than 37k with a Load_Cycle_Count of only 380. After doing a short smart test with smartctl the Load_Cycle_Count started to increase…
2
votes
0 answers

Why SSD serial number is different on Windows and Linux?

On Windows, I use wmic diskdrive get Name, Manufacturer, Model, InterfaceType, MediaType, SerialNumber and get 044A_5000_B130_099F. as the SerialNumber. However, on Linux, I use sudo smartctl -i /dev/nvme0 and get SS0L25186X2RC11X12CZ as the…
2
votes
1 answer

Was my HDD with failed SMART really repaired?

In brief: I want to know if an HDD with failed SMART can be repaired by any means, and if so, is it still reliable enough. In details: I have a 4 years old 1TB Western Digital HDD (WD10JPVX-08JC3T6) with no previous problems. disk /dev/sda: 931.5…
Beleg
  • 123
1
vote
1 answer

"predictable" device names in smartd.conf on various linux-like systems

To configure S.M.A.R.T. monitoring, it's indicated configuration file /etc/smartd.conf should be customized by identifying each device and the smartctl parameters assigned to it, except: smartctl still uses the slightly unpredictable standard of…
Dennis
  • 225
1
vote
0 answers

Extremely slow read speed on hard disk

I have a 4TB hard disk on a NAS which I only use to store media files and play them from there using my local network. Its about 50% filled. It worked fine for for years but I recently noticed that some files were failing to play properly. By that I…
1
vote
1 answer

Single SSD in RAID10 array has Wear_Leveling_Count issue

I run a RAID10 machine with 4x Samsung 480GB SSD's. The drives are of identical age. 3 of the drives have a Wear_Leveling_Count 090, but one is now as low as 003. I don't understand why one of the drives is so much worse than the other 3. Their load…
Mr.Boon
  • 519
1
vote
1 answer

Interpreting Seagate SMART value 188 "Command Timeout" data format

A recent smartclt report on a Seagate "Iron Wolf" ST4000VN008-2DR166 included the following that caught my eye since Command_Timeout is on Backblaze's list of SMART indicators of impending disk failure. 188 Command_Timeout -O--CK 100 099…
user2070305
  • 1,134
1
2