[리눅스 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/

 

 

 

본 웹사이트는 광고를 포함하고 있습니다.
광고 클릭에서 발생하는 수익금은 모두 웹사이트 서버의 유지 및 관리, 그리고 기술 콘텐츠 향상을 위해 쓰여집니다.
번호 제목 글쓴이 날짜 조회 수
28 [Linux programming][turbo c] The libXbgi Library file 졸리운_곰 2023.02.05 248
27 [unix][linux][compiler] Yacc와 Lex 시작하기 file 졸리운_곰 2021.09.08 261
26 [Visual Studio 2019] Visual Studio로 Linux 원격 개발하기(Ubuntu 설치부터 SSH 서버접속까지) file 졸리운_곰 2021.08.29 235
25 [unix][emacs] 이맥스와 함께하는 개발환경 . emacs 튜토리얼 file 졸리운_곰 2021.08.18 319
24 [Linux][C/C++] cmake 사용법과 활용 file 졸리운_곰 2020.11.08 552
23 [CMake] Linux C/C++ cmake 시작하기 졸리운_곰 2020.11.08 398
22 [C++] CMake Build System file 졸리운_곰 2020.11.08 328
21 Windows 10에 한국어 입출력이 가능한 리눅스 데스크톱 설치하기 file 졸리운_곰 2020.06.29 289
20 wxwidgets 과 codeblock 설치(리눅스) 졸리운_곰 2019.12.25 228
19 ubuntu 18.04.2 LTS 개발환경 세팅 졸리운_곰 2019.12.25 223
18 Ubuntu 16.04 개발환경 세팅하기! 졸리운_곰 2017.03.21 356
17 tcl/tk 자료 secret 졸리운_곰 2017.02.23 0
16 CentOS xrdp 설정 (원격데스크탑) 졸리운_곰 2017.02.01 453
15 Five lightweight Linux desktop worlds for extreme open-sourcers file 졸리운_곰 2016.05.12 1022
14 Logging every shell command 졸리운_곰 2016.05.11 581
13 How to keep a detailed audit trail of what’s being done on your Linux systems file 졸리운_곰 2016.05.11 467
12 Docker의 소개와 간단한 사용법 file 졸리운_곰 2015.11.24 804
11 Make Self-Extracting Archives with makeself.sh 졸리운_곰 2015.11.07 363
10 리눅스 간단 배포 Linux simple deploy 제작 : make self file 졸리운_곰 2015.11.07 352
9 Joinc: Linux 커널에서의 디바이스 드라이버 작성 졸리운_곰 2015.06.16 833
대표 김성준 주소 : 경기 용인 분당수지 U타워 등록번호 : 142-07-27414
통신판매업 신고 : 제2012-용인수지-0185호 출판업 신고 : 수지구청 제 123호 개인정보보호최고책임자 : 김성준 sjkim70@stechstar.com
대표전화 : 010-4589-2193 [fax] 02-6280-1294 COPYRIGHT(C) stechstar.com ALL RIGHTS RESERVED