How do I scan my hard disk for physical problems in Ubuntu?
|
|
You can use 'SMART' scan which should be available to you in Ubuntu. SMART is a program that analyzes data that is built in to most new hard drives. While this wont give you a full picture, SMART is the first place to look when you think you might be having issues. Also, back up your data ASAP! here is a link to more information and some general usage regarding smartctl: http://www.cyberciti.biz/tips/linux-find-out-if-harddisk-failing.html |
|||
|
|
|
Another way could be to use a bootable CD/USB stick with some dedicated SW .. look here (on ServerFault!) for some suggestions. I always use SpinRite, but it is $$-ware and not Ubuntu/OSS .. |
|||
|
|
The standard way to do this in *nix is the
Here is its help:
As you see, it checks file systems, so you'll have to run it on all partitions if you want to check whole disk. Also, for it to access the partition, it needs to be unmounted. Which means, if you need to scan a root partition, you need to boot from a live cd/usb to access it. |
|||
|
|