Skip to content

otakuto/crazydiskinfo

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.

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)
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.