LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   SATA Disk Health Checker? (https://www.linuxquestions.org/questions/linux-software-2/sata-disk-health-checker-540300/)

mitchell7man 03-24-2007 05:55 PM

SATA Disk Health Checker?
 
Does anyone know of any software or a way to check the health of a SATA Hard Drive on Ubuntu Edgy?

hansalfredche 03-25-2007 09:19 AM

You can use smartmontool. You probably need to install the package with Synaptic. Then, in a console (to get drive information):

Quote:

sudo smartctl --all -d ata /dev/yoursatadrive
Maybe try without the "-d ata" parameter first. To perform a self test you can use (as you want to check drive health):

Quote:

sudo smartctl --test=long -d ata /dev/yoursatadrive
Note: depending on your drive, the self test can take quite some time. You can use the first command to see progress/result.

Hope this helps.

jtshaw 04-01-2007 10:20 AM

Moved to Linux - Software at the users request.

mitchell7man 04-09-2007 08:07 PM

Thanks, i am trying that right now.


All times are GMT -5. The time now is 07:04 PM.