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

 

 

 

본 웹사이트는 광고를 포함하고 있습니다.
광고 클릭에서 발생하는 수익금은 모두 웹사이트 서버의 유지 및 관리, 그리고 기술 콘텐츠 향상을 위해 쓰여집니다.
번호 제목 글쓴이 날짜 조회 수
38 꼭 필요한 리눅스 명령어, file 졸리운_곰 2019.10.15 411
37 [Ubuntu 18.04] 원격 데스크톱 file 졸리운_곰 2019.02.23 331
36 Tasksel – Easily and Quickly Install Group Softwares in Debian and Ubuntu file 졸리운_곰 2018.10.14 296
35 How to Use the wget Linux Command to Download Web Pages and Files : 리눅스 wget으로 사이트 다운로드(저장) 졸리운_곰 2018.09.12 472
34 우분투 16.04 원격 데스크탑 설정 ubuntu 16.04 xrdp file 졸리운_곰 2018.08.12 495
33 Connect To Ubuntu 16.04 / 17.10 / 18.04 Desktop Via Remote Desktop Connection (RDP) With Xrdp file 졸리운_곰 2018.06.22 254
32 ubuntu 18.04 원격데스크톱 xrdp 그놈접속 : Ubuntu 18.04: Connect to GNOME desktop environment via XRDP file 졸리운_곰 2018.05.13 1442
31 MSI 외장그래픽 노트북에 Ubuntu 설치 : How to Install Ubuntu 16.04 on MSI GE62 6QC 졸리운_곰 2018.05.06 499
30 Ubuntu 16.04에서 Docker 설치 졸리운_곰 2018.05.04 351
29 Docker: Docker image which runs XRDP on Ubuntu 16.04 desktop file 졸리운_곰 2018.05.03 387
» [리눅스 GUI 하드디스크 상태 모니터링 툴] GSmartControl - A GUI Tool to Check HDD/SSD Health on Linux file 졸리운_곰 2018.01.16 346
27 ubuntu xfce4 rdp에서 MS Code나 Atom 에디터가 안뜰때 졸리운_곰 2017.10.14 251
26 Install Atom Text Editor in Ubuntu 16.04 (both 32&64bit) file 졸리운_곰 2017.10.14 305
25 우분투 서버 윈도우 원격접속(rdp) 설정 졸리운_곰 2017.10.14 431
24 우분투 서버 한글 설정 및 한글폰트 설치 졸리운_곰 2017.10.14 458
23 우분투(Ubuntu)에서 putty로 ssh 원격 접속 실패 해결 방법 file 졸리운_곰 2017.08.27 316
22 우분투 16.04 원격 데스크탑 설정 file 졸리운_곰 2017.07.08 559
21 Ubuntu에서 PATH 설정하기 졸리운_곰 2017.03.22 294
20 [Ubuntu] GUI를 통해 쉽고 빠르게 폴더 공유하기 file 졸리운_곰 2017.02.19 328
19 ubuntu 에서 compiz 화면루틴이 cpu rate 많이 (20%이상) 잡을 때 낮추는 법 졸리운_곰 2017.02.15 243
대표 김성준 주소 : 경기 용인 분당수지 U타워 등록번호 : 142-07-27414
통신판매업 신고 : 제2012-용인수지-0185호 출판업 신고 : 수지구청 제 123호 개인정보보호최고책임자 : 김성준 sjkim70@stechstar.com
대표전화 : 010-4589-2193 [fax] 02-6280-1294 COPYRIGHT(C) stechstar.com ALL RIGHTS RESERVED