#smartctl
I ran a smartctl self test and it immediately lost five more sectors. So.
September 25, 2026 at 8:17 PM
You need to use the smartctl command to display the hard disk (SSD) serial numbers in Linux. This is useful when changing your hard disk if it goes bad. www.cyberciti.biz/faq/search-f... #linux
How to find hard disk (SSD) serial numbers in Linux
Explains how to find hard disk (SSD) serial numbers in Linux, freebsd or Unix using the command-line options.
www.cyberciti.biz
November 16, 2024 at 9:45 PM
journalctl -f > pra eu ver o pq tava travando o pc

sudo smartctl -t long /dev/sdb > executar o teste no SSD que apitou o erro

sudo smartctl -a /dev/sdb > ver o resultado do teste

deu muito erro de CRC, oq quer dizer ou cabo sata com mau contato ou energia oscilante
December 16, 2024 at 9:21 PM
(der RAID-Zwilling läuft noch:

nyx:~# smartctl -a /dev/sda |
…
Model Family: SAMSUNG SpinPoint F1 DT
Device Model: SAMSUNG HD753LJ
–
9 Power_On_Hours […] 151115
…

)
September 25, 2026 at 7:24 AM
For the last 6 months this drive was used exclusively for serving the For You feed

Some stats:
- 28% of wear - good thing I've set up daily backup to hdd
- ~600TB written
- 472TB read - weird that it is less than writes
September 5, 2026 at 1:57 AM
>“add smartctl to nopasswd”
>does that
>still no smart data in my zabbix dashboard
>add zabbix user to nopasswd generally
>no data
July 28, 2025 at 7:02 PM
Smartctl Like a Pro: Bring Out Your Dead Drives
YouTube video by Level1Techs
youtu.be
September 18, 2026 at 3:53 AM
just got trolled by the WD_BLACK SN7100 controller. who i trusted as the Primary Drive for the Root Filesystem. he's only been in service for a little over a year. Why did he do this to me !!!!

all fixed after some love, care, and a reboot. but still. lame!
June 23, 2026 at 6:50 PM
Windows or Linux? smartctl (linux.die.net/man/8/smartctl) will give you the SMART (en.m.wikipedia.org/wiki/Self-Mo...) analysis of any drive.
Self-Monitoring, Analysis and Reporting Technology - Wikipedia
en.m.wikipedia.org
March 19, 2025 at 3:27 AM
Run "memtest86+" for at least 2 full passes.
Run "smartctl -t conveyance" on each hdd. Wait. Check SMART values.
Run "smartctl -t short" on each hdd. Wait. Check SMART values.
Run "badblocks -svw" on each hdd. Wait. Check SMART values.
Run "smartctl -t long" on each hdd. Wait. Check SMART values.
July 7, 2026 at 4:05 PM
got curious if there was a way to see SSD health status on Linux and smartmontools/smartctl seems to do the trick.

running sudo smartctl -a /dev/nvme0 gave me a lot of data and percentage used is 1%, which I think is nice. it's written 18.7 TB of data and ours is rated 600 TBW
March 1, 2026 at 5:19 AM
GSmartControl -
"GSmartControl is a graphical user interface for smartctl (from smartmontools package), which is a tool for querying and controlling SMART (Self-Monitoring, Analysis, and Reporting Technology)" ...

gsmartcontrol.shaduri.dev

==========================
#librecanada #linux #opensource
GSmartControl · Hard disk drive and SSD health inspection tool
GSmartControl Hard disk drive and SSD health inspection tool GSmartControl is a graphical user interface for smartctl (from smartmontools package),...
gsmartcontrol.shaduri.dev
January 11, 2026 at 6:44 AM
一応smartctlでチェックしてるけど大丈夫そうだな… 大雑把に言うとscrutinyが敏感なのかもしれない。
September 21, 2026 at 3:38 AM
doubly so since the disk reporting tools on linux (smartctl et al.) actually are trustworthy unlike crystaldiskinfo
November 24, 2024 at 9:46 PM
smartctl jumpscare
July 14, 2026 at 12:24 PM
sudo smartctl /dev/yourdrive
July 21, 2025 at 2:12 PM
smartctl should do it
March 30, 2025 at 2:10 PM
🐧 **QDiskInfo – graphical frontend for smartctl**

QDiskInfo is a Qt frontend for smartctl that presents SMART health data for hard drives and SSDs in a CrystalDiskInfo-style interface. The post QDiskInfo – graphical frontend for smartctl appeared ...

📰 Source: LinuxLinks
🔗 Link […]
Original post on igeek.gamer-geek-news.com
igeek.gamer-geek-news.com
September 11, 2026 at 2:07 PM
(this has been a thing for like, years so it isn't failing. HDDs just have a lot of noise! it seems the vibrations just radiate through my desk really easily) anyway, I started just `smartctl -s standby,now /dev/sda` to stop it whenever I'm using my desktop but ya kno.
October 9, 2024 at 6:18 AM
とりあえず、今まで使ってたUSB SSDが中身SATAで、新しいのはNVMeだと言うことがわかった。(smartctlで取れる内容が全然違う)
September 20, 2026 at 1:45 AM
なんで壊れないのか不思議な長期稼働のHDD、ヘリウムレベルなんてS.M.A.R.Tで取得できることを知った。70%らしい。へー

sudo smartctl -a /dev/sda | grep Helium 22 Helium_Level 0x0023 048 048 025 Pre-fail Always - 70
February 4, 2025 at 1:52 PM
its a python scripts to parse smartctl output kind of day
July 8, 2025 at 4:58 PM
Besoin de savoir si votre disque est en bon état sous Linux ?
Dans ce guide, vous apprendrez à vérifier la santé d’un disque dur ou SSD sous Linux avec smartctl, GSmartControl et l’utilitaire Disques Ubuntu.

www.malekal.com/verifier-san...
www.malekal.com
May 31, 2026 at 7:50 AM