Linux Lite Forums

Hardware - Support => Hard Drives and SSDs => Topic started by: Richard B on September 20, 2014, 11:43:11 AM

Title: Hard drive SMART data
Post by: Richard B on September 20, 2014, 11:43:11 AM
Can anyone please tell me how I can check the SMART (self test) data on a hard drive with Linux Lite? Lubuntu has a disk utility (possibly called Palimpsest) which does this, as well as being a quick method of checking partitions. It (or something similar) does not seem to be in the standard LL repositories and I can't find any reference in Help. I am probably missing something!
Title: Re: Hard drive SMART data
Post by: Jerry on September 20, 2014, 04:37:15 PM
Open a terminal and do:

Code: [Select]
sudo apt-get install gnome-disk-utility
(http://i.imgur.com/ZXm95UJ.png)
Title: Re: Hard drive SMART data
Post by: Richard B on September 24, 2014, 06:37:49 AM
Thanks Valtam. I had searched for SMART and should have looked for S.M.A.R.T.
The utility showed up in the Accessories menu as "Disks". It would seem more logical in System along with "Partition Drives" (gparted), but I realise it comes as it comes. I have used
Code: [Select]
sudo nano /usr/share/applications/gnome-disks.desktopand replaced the Categories line with simply
Code: [Select]
Categories=System;which I reckon puts it in the right menu. I then used Settings/Main Menu/ to move it up above Partition Drives.