27
Lost partition table, can i trust the HDD again?
(discuss.tchncs.de)
Linux questions Rules (in addition of the Lemmy.zip rules)
Tips for giving and receiving help
Any rule violations will result in disciplinary actions
Install smartmontools package for your distro, if it's not already installed. Then
Check your disk's name with
sudo lsblk. After that, replace your_disk with your disk's name (sda, nvme0n1 etc.) in the command below.sudo smartctl -x /dev/your_diskIf the results say PASSED, you're probably good. You can also pass the output to an LLM by the way. At least they are good at these kind of things.