Checking the SMART details of a hard drive with an Ubuntu Boot CD
S.M.A.R.T. is a self monitoring and reporting tool built into every modern hard drive. Did you know that you can use an ubuntu linux boot cd to check that smart status and run SMART tests on your drive? This is the same boot cd that you can use to test out or install the ubuntu linux environment, but you can do the SMART testing without installing linux on your hard drive.
How?
To start out you need an ubuntu boot cd, then you’ll need to put the cd in the drive and reboot your machine. You may need to adjust boot options in bios (or if there is a message that says for other boot device press f12 you may need to press f12 to make the system boot from cd.) When the system boots open up a terminal window (Applications/Accessories/Terminal) Type in the following
sudo apt-get update && sudo apt-get install smartmontools
(Smartmontools is the package for smart monitoring and reporting under linux.)
After that’s successfully done you should be able to use the same terminal window to type…
sudo smartctl -a /dev/sda (or /dev/hda) and get a detailed report of all SMART info on your first hard drive.
If you want to do a test you can do the following
sudo smartctl -t short /dev/sda
or
sudo smartctl -t long /dev/sda
the short test is usually a two minute test, the long test can take an hour or so.
After the test runs you can return to the command above:
sudo smartctl -a /dev/sda
to see the status of all the parameters that are tracked on your hard drive as well as the testing log.
Popularity: 6% [?]
Related Posts - Analyzing SMART hard drive reports SMART testing has been around for a while and isn't very well understood. I can't say that I'm an expert on it, but I've come to have several fairly well developed ideas in regards to it. First off, if I have a live hard drive that fails to complete a......
- Linux using wine passes Microsoft Windows Genuine Advantage test This will likely not last long, but according to this post at bit-tech.net, the author went to windows update to try to download directx on his linux machine just to see if it would work. (I assume he was using Internet Explorer running on wine.) The catch is, of course,......
- Booting from CD when a systems BIOS won't let you Along the way on my permissions nightmare last night, I made matters worse by changing permissions on a fairly important file. In order to fix that I was going to need to reboot from a boot disk. The only problem was boot floppys typically don't come with reiserfs support (only......
Related Websites - Review of Windows Live Writer When you find a tool that makes life easier, there is nothing more exciting. The need for corporations to simplify and systematize their processes has to do with working smart and taking advantage of things that allow workers to reach their goals without having to work quite as hard. One......
- Basic Tools – A Home Repair Guide Anyone who has had to hire someone to perform a simple home repair for them knows that it’s just not worth it. Repair services charge a lot to fix even the most basic problems, and if you have a major issue then it’s that much worse. Many people have been......
- Are You Prepared For Your Theory Driving Test You are going to want to make sure you pass your driving theory test if you have one coming up soon. It is very disappointing to fail your driving test and on top of this is the fact that you will have wasted money and will have to wait before......
Similar Posts
- Booting from CD when a systems BIOS won’t let you
- Smartmontools on Windows – emailing warnings
- Analyzing SMART hard drive reports
- Check your hard drive’s temperature in Linux
- Remastering Ubuntu’s live disk
July 13th, 2009 at 9:55 pm
hard drive data recovery…
The only option left with you after you empty your recycle bin is to depend on the third party data recovery software. Once a file is deleted from the trash folder your OS cannot locate the information on it\’s own….