1
0
Fork 0
mirror of https://github.com/otakuto/crazydiskinfo.git synced 2025-08-09 07:24:08 +00:00
No description
Find a file
Yangfl 8563aa8636
Initialise sigaction separately to sa_handler member
The sa_handler member is the first member on most
platforms but is not the first on MIPS.

Fixes: https://bugs.debian.org/987829
2021-11-25 14:05:57 +08:00
.gitignore gitignore build folder 2017-05-08 20:34:50 -04:00
CMakeLists.txt Install executable using GNUInstallDirs and CMAKE_INSTALL_SBINDIR 2021-11-25 13:49:56 +08:00
LICENSE Initial commit 2017-01-20 13:30:56 +09:00
main.cpp Initialise sigaction separately to sa_handler member 2021-11-25 14:05:57 +08:00
README.md Switch URLs from http to https 2021-11-25 13:44:37 +08:00

CrazyDiskInfo

Introduction

CrazyDiskInfo is an interactive TUI S.M.A.R.T viewer for Unix systems.

Features

  • UI similar to CrystalDiskInfo.
  • Health and temperature checking algorithms based on CrystalDiskInfo.

Required libraries

  • ncurses
  • libatasmart

Debian(or derivative) Systems

# apt install libatasmart-dev libncurses-dev

Build and Run

$ cmake -B build
$ cd build
$ make && sudo make install
$ sudo crazy

Binary Package

CrazyDiskInfo binary packages are available in several distributions, versions are listed on Repology. Packaging status

Debian package is available from OBS(Open Build Service) Direct Links: Debian_8.0 Ubuntu 14.04/16.04/16.10

I requested for tSU-RooT. Thank you very much for your accept with my request.