https://github.com/otakuto/crazydiskinfo
CrazyDiskInfo is an interactive TUI S.M.A.R.T viewer for Unix systems.
https://github.com/otakuto/crazydiskinfo
smart
Last synced: 4 months ago
JSON representation
CrazyDiskInfo is an interactive TUI S.M.A.R.T viewer for Unix systems.
- Host: GitHub
- URL: https://github.com/otakuto/crazydiskinfo
- Owner: otakuto
- License: mit
- Created: 2017-01-20T04:30:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-11-25T06:09:10.000Z (over 4 years ago)
- Last Synced: 2026-02-11T19:57:40.937Z (5 months ago)
- Topics: smart
- Language: C++
- Homepage:
- Size: 26.4 KB
- Stars: 322
- Watchers: 14
- Forks: 30
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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-get install libatasmart-dev libncurses5-dev libncursesw5-dev
```
## Build and Run
```
$ mkdir build
$ cd build
$ cmake ..
$ make && make install
$ sudo crazy
```
### Binary Package
Debian package is available from [OBS(Open Build Service)](https://build.opensuse.org/package/show/home:tsuroot/CrazyDiskInfo)
Direct Links:
[Debian_8.0](http://download.opensuse.org/repositories/home:/tsuroot/Debian_8.0/)
Ubuntu [14.04](http://download.opensuse.org/repositories/home:/tsuroot/xUbuntu_14.04/)/[16.04](http://download.opensuse.org/repositories/home:/tsuroot/xUbuntu_16.04/)/[16.10](http://download.opensuse.org/repositories/home:/tsuroot/xUbuntu_16.10/)
I requested for tSU-RooT.
Thank you very much for your accept with my request.