26
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
smartmontools is good.
It's good, the only downside is it's a smart tool which only gives you smart data Vs actual drive health
While it's true we don't really need those old tools anymore, unless one have ancient hardware. On Linux we can use
badblocksto test the hard drive. This is from Arch Wiki:So, for most cases SMART data is actually sufficient. And there is badblocks if you want to check the entire disk. However we don't have manufacturer tools like Windows has.
A little warning about badblocks. Don't do a write test if you have important stuff on it because it will erase the disk.