[리눅스 GUI 하드디스크 상태 모니터링 툴] 

GSmartControl - A GUI Tool to Check HDD/SSD Health on Linux

GSmartControl is a GUI alternative for smartctl, a tool for controlling SMART data on hard disk drives and solid state drives. With this software, you can check the SMART data in order to determine its health. It also allows you to run different tests.

What is SMART?

Its an acronym for Self Monitoring Analysis and Reporting Technology, a technology that makes it possible to detect HDD and SDD failures. The early detection of potential problems allows the user to get informed about the situation and make a backup and/or replace the drive before reaching the point of loosing important information.

Features

This tool supports ATA drives (PATA and SATA), some USB to ATA bridges and some RAID controllers. You can check the list of supported devices.

These are some of its features:

  • Automatic anomalies reporting
  • Enable / Disable SMART
  • Perform SMART tests
  • Display device information
  • Enable / Disable Automatic Offline Data Collection
  • Ease of use
  • Nice documentation

Installation

Ubuntu

Tested in: Xubuntu 17.10 / Ubuntu 16.04 LTS

$ sudo apt-get install gsmartcontrol

Arch Linux

Tested in: Arch Linux 2017.11.01

$ sudo pacman -S gsmartcontrol

Fedora

Tested in: Fedora 27 Workstation

$ sudo dnf install gsmartcontrol

Usage

In this section, I'll demonstrate some of the interesting features of this tool. You can check the official documentationif you need deeper information.

Getting started

You can open the software either from your desktop environment menu, or simply by typing a command in the terminal.

In this case, I'll open it through the terminal:

$ sudo gsmartcontrol

Notice that it's important to open it as a root, in order to have full access to your devices.

This is the main menu, which lists your connected drives:

gsmartcontrol main menu

Device information

경축! 아무것도 안하여 에스천사게임즈가 새로운 모습으로 재오픈 하였습니다.
어린이용이며, 설치가 필요없는 브라우저 게임입니다.
https://s1004games.com

You can check a lot of interesting parameters of your drive. Just right click on the desired device and select View details.

A new window will appear displaying some details of the drive, such as Model, Serial Number, Capacity, Health Test Status (PASSED / NOT PASSED), etc.

The General section looks like this:

gsmartcontrol device information

You can also view the raw data given by smartctl and save it to a .txt file.

This is the content of the Attributes tab:

gsmartcontrol attributes

This section deserves some further explanation. Here you can see some important SMART attributes that will tell the health of your drive. Some of the most important ones are the following (note that some of them are not displayed in the screenshot, that's because the given SMART data depends on the drive you have):

  • Reallocated Sector Count: Represents the number of sectors that couldn't be written by the SMART assessment. They are marked as damaged.
  • Reported Uncorrectable: This attribute represents the number of sectors that couldn't be recovered by the drive's error correction system. If you have a high value here, it's probably that your drive will fail soon.
  • Power Cycle Count: Indicates the count of the drive's power on / off cycles. This can help you to determine if the drive has been used intensely or not, which is useful for example if you want to buy an used drive.
  • Wear Leveling Count: Shows the remaining endurance of the drive in percentage, it starts in 100 (best value) and decreases to 0 linearly as it gets written.
  • Spin Retry Count: Count of retry spin start attempts. When a spin start is unsuccessful, this counts the attempts done to do a full-speed spin start. This attribute is for HDDs, and the higher value denotes that it may be suffering a mechanical problem.

Those are some important attributes, you can see them all on SMART Wikipedia page. You should check your drive's user manual first so as to know how to read Normalized, Raw, and other values (the interpretation may vary depending on the manufacturer).

Perform Tests

You can perform some tests to recognize drive faults. They are safe and can be done during normal system conditions. They may take longer if the drive is not idle, and you won't be able to check SMART data while running them.

If you want to perform one, just go to Perform Tests tab, select the text type, and execute it. After that, the result will be displayed under the progress bar. You can also go to Self-test Logs tab and check the results.

Wrapping up

This practical tool can help you to check your drive status in an easy way. As I've showed you, the software is very intuitive, the only thing that you have to know is how to interpret SMART. If you know how to do that, you're ready to go, and if not, there is a lot of documentation over the internet!

You can use this tool to check your drives regularly to detect failures, to check an used drive that you want to buy and for other purposes. Now you'll be able to take care of them and avoid unwanted data losses :-)

[출처] https://linoxide.com/hrdwre/gsmartcontrol-gui-tool-check-hdd-ssd-health-linux/

 

 

 

본 웹사이트는 광고를 포함하고 있습니다.
광고 클릭에서 발생하는 수익금은 모두 웹사이트 서버의 유지 및 관리, 그리고 기술 콘텐츠 향상을 위해 쓰여집니다.
번호 제목 글쓴이 날짜 조회 수
114 Windows 에 Caffe 설치하기 (๑•‿•๑) 졸리운_곰 2018.02.21 306
113 Windows에서 Caffe 예제 돌리기 : MNIST(1) (๑•‿•๑) file 졸리운_곰 2018.02.21 356
112 Caffe 구성 요소들 알아보기: blobs, nets, layer, solver, prototxt ๑•‿•๑ file 졸리운_곰 2018.02.21 569
111 Windows에서 Caffe 첫 컴파일 해보기 with Visual Studio 2013(๑•‿•๑ file 졸리운_곰 2018.02.21 313
110 윈도우10(Windows 10) / Caffe / CUDA / cuDNN / Python 설치 file 졸리운_곰 2018.02.21 350
109 [Caffe] windows 환경에서 caffe를 설치하자 (161102 기준) 졸리운_곰 2018.02.21 269
» [리눅스 GUI 하드디스크 상태 모니터링 툴] GSmartControl - A GUI Tool to Check HDD/SSD Health on Linux file 졸리운_곰 2018.01.16 346
107 CONREC : A Contouring Subroutine 등고선 그리기 file 졸리운_곰 2018.01.11 638
106 ubuntu xfce4 rdp에서 MS Code나 Atom 에디터가 안뜰때 졸리운_곰 2017.10.14 251
105 Install Atom Text Editor in Ubuntu 16.04 (both 32&64bit) file 졸리운_곰 2017.10.14 305
104 우분투 서버 윈도우 원격접속(rdp) 설정 졸리운_곰 2017.10.14 431
103 우분투 서버 한글 설정 및 한글폰트 설치 졸리운_곰 2017.10.14 458
102 왼손 / 오른손 좌표계 비교: Left- vs. Right-handed coordinate systems file 졸리운_곰 2017.09.24 432
101 3D Graphics with OpenGL file 졸리운_곰 2017.09.24 1214
100 OpenGL의 회전순서 졸리운_곰 2017.09.24 294
99 통일 D3D 및 OpenGL 좌표 시스템 file 졸리운_곰 2017.09.24 337
98 우분투(Ubuntu)에서 putty로 ssh 원격 접속 실패 해결 방법 file 졸리운_곰 2017.08.27 316
97 Webdriver++ : A C++ client library for Selenium Webdriver. file 졸리운_곰 2017.07.30 380
96 우분투 16.04 원격 데스크탑 설정 file 졸리운_곰 2017.07.08 559
95 [OpenGL] 중심점(pivot)으로 물체 회전하기 file 졸리운_곰 2017.06.25 1139
대표 김성준 주소 : 경기 용인 분당수지 U타워 등록번호 : 142-07-27414
통신판매업 신고 : 제2012-용인수지-0185호 출판업 신고 : 수지구청 제 123호 개인정보보호최고책임자 : 김성준 sjkim70@stechstar.com
대표전화 : 010-4589-2193 [fax] 02-6280-1294 COPYRIGHT(C) stechstar.com ALL RIGHTS RESERVED