Nice tutorial Archangel, never thought about S.M.A.R.T in Linux as I've always been use to Windows taking advantage of S.M.A.R.T automatically.
A small tutorial for getting S.M.A.R.T. disk monitoring.
You can monitor the health and temperature of your hard disks
Note this will only work if your disks support the S.M.A.R.T. feature.
When hddtemp runs it will pop up a window about running the deamon at startup it recommends not to do so, you can choose either way.Code:root@dorkbox:~#apt-get install smartmontools root@dorkbox:~#apt-get install hddtemp
If you want to reconfigure this just run dpkg-reconfigure hddtemp to do so.
You can add a panel applet with this.Code:root@dorkbox:~#apt-get install sensors-applet
There is a front end of for smartmontools, to install GSmartControl using the package available here:
Then use
to install it.Code:root@dorkbox:~#dpkg -i gsmartcontrol_0.8.4+nmu1_i386.deb
There is also an AMD64 package if needed.
once it finishes running dpkg will complain about needing some missing libraries, just
and the gsmartcontrol will install them as well.Code:root@dorkbox:~#run apt-get -f install
To run the app
go to: K menu> System> GSMartControl
There may an easier way to do this, it was just the easiest that I found at the moment. Hit back if you need some help or have problems.
Thank you
To be successful here you should read all of the following.
ForumRules
ForumFAQ
If you are new to Back|Track
Back|Track Wiki
Failure to do so will probably get your threads deleted or worse.
Nice tutorial Archangel, never thought about S.M.A.R.T in Linux as I've always been use to Windows taking advantage of S.M.A.R.T automatically.
- Poul Wittig
To be successful here you should read all of the following.
ForumRules
ForumFAQ
If you are new to Back|Track
Back|Track Wiki
Failure to do so will probably get your threads deleted or worse.
A third party security audit is the IT equivalent of a colonoscopy. It's long, intrusive, very uncomfortable, and when it's done, you'll have seen things you really didn't want to see, and you'll never forget that you've had one.
After looking at this for a bit, I really found no relevant info on the net.
But I suppose a cron job could be used to run the smartctl
the output of course could then be read by conky.
I did however try running something like this:
Then use conky to read it by inserting the following into the conky config fileCode:root@dorkbox:~# logsave /tmp/smartout.txt watch -n 15 smartctl --all /dev/hda
It should be obvious why that wouldn't be the best.Code:${exec cat /tmp/smartout.txt}![]()
To be successful here you should read all of the following.
ForumRules
ForumFAQ
If you are new to Back|Track
Back|Track Wiki
Failure to do so will probably get your threads deleted or worse.