27
votes
How can I check the SMART status of a SSD or HDD on current versions of Ubuntu 14.04 through 20.04?
Ubuntu 16.04
This answer is migrated from a duplicate question closed here (What happend to SMART data (disk selftest option)).
The question above has been changed to require Ubuntu versions after ...
18
votes
SMART data self test is greyed out in Disks?
From How can I check the SMART status of a SSD or HDD on current versions of Ubuntu 14.04 through 18.10?:
SMART option greyed out
This can happen with NVMe SSD's. You need to install NVMe SSD ...
10
votes
Accepted
Can't check SMART data on SSD?
Since SSD drives are designed to use completely different parameters than HDDs, most SMART utilities do not report SSD data correctly. The smartmontools package for Linux contains a utility to scan ...
8
votes
How to reset SMART results
The point of current / worst attributes like temperature is exactly this: to tell you if the drive has ever been outside its max operating temperature, and thus might have suffered permanent damage.
...
8
votes
Accepted
Nvme faulty drive? SMART Error Information Log Entries fastly increasing
The drive is OK. The counter that really matters is the Media and Data Integrity Errors counter. The Error Information Log Entries counter on the nvme drive on my system increases by one during every ...
7
votes
Accepted
How to fix read failure on Hard Drive
You don't recover or repair 'read failures' of this type on SMART tests. These failures are indicative of device and drive failure, or pre-failure, especially if you actually try and read data off ...
6
votes
Issues with SSD : rising CRC errors , freezing, sometimes read-only
Replace your SSD
People have tried a lot of things in the comments, but this SSD seems to have some issues.
Judging by the S.M.A.R.T readouts, your drive has not seen a lot of action (~250 power on ...
6
votes
Disk is likely to fail soon (37° C / 99° F)
Those SMART errors mean that disk failure is imminent. You will need to replace the disk soon.
If you don't have sufficient backups, make them now before it's too late.
5
votes
NVME can't see S.M.A.R.T. in gnome-disk-utility
This is a known issue in the underlying udisks program used by gnome-disk-utility.
There already exists an issue on the GitLab page https://gitlab.gnome.org/GNOME/gnome-disk-utility/issues/50 and ...
5
votes
Accepted
How can I configure postfix to send emails via gmail (2FA problems)?
As George suggested, 2FA was indeed a factor. I wrote down the full procedure below that solved my problems:
Install packages
sudo apt-get install postfix mailutils libsasl2-2 ca-certificates ...
5
votes
Accepted
Smartmontools 7.3 on Ubuntu 22.04
First a few notes for this solution:
When you download and install a package manually, you get no updates for it. You have to manually update to a later version of the package.
And you have to check ...
4
votes
Are these SATA errors dangerous?
This error is unlikely to damage your hard drive but is highly likely to corrupt your filesystem(s). Begin by determining which drive is throwing the errors. This usually be determined easily by a ...
4
votes
How to reset SMART results
A stupid thing about SMART is that it permanently stores one time transient things that did no damage at all. I had a drive that recorded a power failure in its SMART and forever after the computer ...
4
votes
Accepted
How to disable SMART checks for removable drives
I found the following workaround: After removing the drive, restart the SMART monitoring daemon:
sudo systemctl restart smartmontools.service
This will prevent further e-mails. To silence the initial ...
4
votes
NVME Samsung SSD 970 EVO (500GB) wrong SMART Power On Hours?
As far as I can tell, 970 EVOs report their power on hours in 8ths of an hour instead, so multiply by 8 to get the true value. This is true for me using both smartmontools and CrystalDiskInfo on ...
4
votes
How to fix read failure on Hard Drive
To bad block your disk, follow this procedure. If it fails, your disk is bad...
Note: do NOT abort a bad block scan!
Note: do NOT bad block a SSD
Note: backup your important files FIRST!...
4
votes
Is my Hard disk failing?
The SMART test failed, which tells you that the disk is failing.
Your file system turning read-only is a failsafe that is generally associated with a failing drive.
You cannot repair a failing hard ...
3
votes
Accepted
snap and SMART errors when attaching external drive
If lsusb detects a JMicron Technology bridge, you have your answer. Some of them are not fully compatible with SMART and this causes the error unfortunately.
3
votes
Accepted
SMART data dialog appears on each return from TTY to GUI
Having remembered that all authentication requests go into /var/log/auth.log, I've reproduced the dialog by switching to TTY1 and returned to GUI. After the dialog appeared and I canceled the password ...
3
votes
Issues with SSD : rising CRC errors , freezing, sometimes read-only
Some time before May 11, 2017 you updated your SSD Firmware. However a new version was released in September 2017 and you should apply it using Windows.
Run fstrim to discard unused blocks in the ...
3
votes
What should I do about the ''HDD dying'' messages on my laptop?
The underlying gist of the message you've received is that your HDD may fail without any further warning, or data might be lost even if you think the HDD is working correctly. The large number of ...
3
votes
Accepted
Smartctl ceased to work after recent updates
Acording to a ticket in a smartctl tracker, this is a known bug and modern kernels disable SAT ATA PASS-THROUGH for seagate enclosures, when in UAS mode due to problems with some of them.
Fortunately,...
3
votes
Accepted
Disks application not reading SMART data correctly?
S.M.A.R.T. data is not known for being user-friendly. When evaluating the information from the output of smartctl, the key to remember is that:
Each metric is considered to have failed when WORST ...
3
votes
Accepted
How to avoid excessive hard disk load cycles
As of May 2017, the discussion is still valid, at least for certain types of hard disks and the old solutions are still doing the job. The trick is to set the power management level to less aggressive....
3
votes
Health check of external hard drives
You've already mentioned the use of the SMART features found in the Disks app, Tests & Data, and gsmartcontrol. A+
Another quick thing that you can do is to monitor /var/log/syslog* in terminal, ...
3
votes
Accepted
Gnome Disks utility locked HDD
Finally after some more searching found the answer for my question on the disks gitlab page, provided by user advantes.
"Found it! I didn't pay attention before to the fact the Gnome Disk Utility is ...
3
votes
Accepted
SMART - Seek Error Rate
The counters are reset like an odometer rolling over after running out of integers. Many device controllers will have different thresholds, but a 0 count does not mean that the drive is without errors,...
2
votes
How to reset SMART results
HOW TO RESET SMART in drives
With specific Data Recovery machinery like Acelab, Atola, DFL, MRT, you can reset SMART tables and logs.
No sense in doing that though,
unless you aren't doing some low ...
2
votes
How to enable SMART?
For whom the answer by Antoine Rodriguez does not work (like in my case, because I couldn't access my external HDD in my BIOS), you might want to check out this anwer: https://unix.stackexchange.com/a/...
Only top scored, non community-wiki answers of a minimum length are eligible
Related Tags
smart × 154hard-drive × 70
ssd × 25
disk × 20
server × 11
18.04 × 9
disk-utility × 9
nvme × 7
14.04 × 6
raid × 6
external-hdd × 6
fsck × 6
boot × 5
16.04 × 5
12.04 × 5
usb × 5
live-usb × 5
monitoring × 5
sata × 5
gnome-disk-utility × 5
partitioning × 4
usb-drive × 4
dual-boot × 3
backup × 3
shutdown × 3