Guest User

Untitled

a guest
Mar 21st, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. sudo apt-get install gnome-disk-utility
  2.  
  3. sudo gnome-disks
  4.  
  5. # apt-get install smartmontools
  6.  
  7. # smartctl -a /dev/sda | grep Media_Wearout_Indicator
  8.  
  9. # smartctl -a /dev/sda
  10.  
  11. # apt-get install smartmontools
  12.  
  13. # smartctl -a /dev/sda
  14. smartctl 6.2 2013-07-26 r3841 [x86_64-linux-3.13.0-45-generic] (local build)
  15. [ ... ]
  16. SMART support is: Available - device has SMART capability.
  17. SMART support is: Disabled
  18.  
  19. # smartctl -s on -a /dev/sda
  20.  
  21. # smartctl -t short -a /dev/sda
  22.  
  23. # smartctl -t long -a /dev/sda
  24.  
  25. === START OF READ SMART DATA SECTION ===
  26. SMART overall-health self-assessment test result: PASSED
  27.  
  28. ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
  29. 1 Raw_Read_Error_Rate 0x0032 095 095 050 Old_age Always - 0/178007034
  30. 5 Retired_Block_Count 0x0033 100 100 003 Pre-fail Always - 0
  31. 9 Power_On_Hours_and_Msec 0x0032 092 092 000 Old_age Always - 7626h+46m+45.580s
  32. 12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 8
  33. 171 Program_Fail_Count 0x000a 100 100 000 Old_age Always - 0
  34. 172 Erase_Fail_Count 0x0032 100 100 000 Old_age Always - 0
  35. 174 Unexpect_Power_Loss_Ct 0x0030 000 000 000 Old_age Offline - 4
  36. 177 Wear_Range_Delta 0x0000 000 000 000 Old_age Offline - 1
  37. 181 Program_Fail_Count 0x000a 100 100 000 Old_age Always - 0
  38. 182 Erase_Fail_Count 0x0032 100 100 000 Old_age Always - 0
  39. 187 Reported_Uncorrect 0x0012 100 100 000 Old_age Always - 0
  40. 189 Airflow_Temperature_Cel 0x0000 030 035 000 Old_age Offline - 30 (Min/Max 24/35)
  41. 194 Temperature_Celsius 0x0022 030 035 000 Old_age Always - 30 (Min/Max 24/35)
  42. 195 ECC_Uncorr_Error_Count 0x001c 120 120 000 Old_age Offline - 0/178007034
  43. 196 Reallocated_Event_Count 0x0033 100 100 003 Pre-fail Always - 0
  44. 201 Unc_Soft_Read_Err_Rate 0x001c 120 120 000 Old_age Offline - 0/178007034
  45. 204 Soft_ECC_Correct_Rate 0x001c 120 120 000 Old_age Offline - 0/178007034
  46. 230 Life_Curve_Status 0x0013 100 100 000 Pre-fail Always - 100
  47. 231 SSD_Life_Left 0x0013 100 100 010 Pre-fail Always - 0
  48. 233 SandForce_Internal 0x0032 000 000 000 Old_age Always - 3498
  49. 234 SandForce_Internal 0x0032 000 000 000 Old_age Always - 2885
  50. 241 Lifetime_Writes_GiB 0x0032 000 000 000 Old_age Always - 2885
  51. 242 Lifetime_Reads_GiB 0x0032 000 000 000 Old_age Always - 868
  52.  
  53. sudo apt-get install gnome-disk-utility
  54.  
  55. gnome-disks
Add Comment
Please, Sign In to add comment