CrazyDiskInfo硬盘检测工具 安装记录
生活随笔
收集整理的這篇文章主要介紹了
CrazyDiskInfo硬盘检测工具 安装记录
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
一、安裝相關庫
apt-get install libatasmart-dev libncurses5-dev libncursesw5-dev 復制代碼二、克隆源碼
git clone https://github.com/otakuto/crazydiskinfo 復制代碼三、進入crazydiskinfo文件夾后編譯和運行
mkdir build cd build cmake .. make && make install crazy 復制代碼四、安裝Cmake
root@chenwr-pc:/home/soft/crazydiskinfo/build# apt-get install cmake Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed:cmake-data Suggested packages:codeblocks eclipse The following NEW packages will be installed:cmake cmake-data 0 upgraded, 2 newly installed, 0 to remove and 751 not upgraded. Need to get 3,294 kB of archives. After this operation, 16.6 MB of additional disk space will be used. Do you want to continue? [Y/n] y Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main cmake-data all 2.8.12.2-0ubuntu3 [676 kB] Get:2 http://archive.ubuntu.com/ubuntu/ trusty/main cmake amd64 2.8.12.2-0ubuntu3 [2,618 kB] Fetched 3,294 kB in 1min 10s (46.5 kB/s) Selecting previously unselected package cmake-data. (Reading database ... 183256 files and directories currently installed.) Preparing to unpack .../cmake-data_2.8.12.2-0ubuntu3_all.deb ... ERROR: cmake-data is broken - called emacs-package-install as a new-style add-on, but has no compat file. Unpacking cmake-data (2.8.12.2-0ubuntu3) ... Selecting previously unselected package cmake. Preparing to unpack .../cmake_2.8.12.2-0ubuntu3_amd64.deb ... Unpacking cmake (2.8.12.2-0ubuntu3) ... Processing triggers for man-db (2.6.7.1-1) ... Setting up cmake-data (2.8.12.2-0ubuntu3) ... Install cmake-data for emacs24 install/cmake-data: Byte-compiling for emacs24 Wrote /usr/share/emacs24/site-lisp/cmake-data/cmake-mode.elc Setting up cmake (2.8.12.2-0ubuntu3) ... 復制代碼安裝完cmake后執行cmake .. 出現錯誤
root@chenwr-pc:/home/soft/crazydiskinfo/build# cmake .. -- The CXX compiler identification is unknown CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name. -- Configuring incomplete, errors occurred! See also "/home/soft/crazydiskinfo/build/CMakeFiles/CMakeOutput.log". See also "/home/soft/crazydiskinfo/build/CMakeFiles/CMakeError.log". 復制代碼解決辦法:
五、安裝成功流程
root@chenwr-pc:/home/soft/crazydiskinfo/build# cmake .. -- Configuring done -- Generating done -- Build files have been written to: /home/soft/crazydiskinfo/build root@chenwr-pc:/home/soft/crazydiskinfo/build# make && make install crazy Scanning dependencies of target CrazyDiskInfo [100%] Building CXX object CMakeFiles/CrazyDiskInfo.dir/main.cpp.o Linking CXX executable crazy [100%] Built target CrazyDiskInfo [100%] Built target CrazyDiskInfo Linking CXX executable CMakeFiles/CMakeRelink.dir/crazy Install the project... -- Install configuration: "Release" -- Installing: /usr/sbin/crazy 復制代碼終端輸入crazy,軟件界面
六、SMART檢測參數
參考資料:
硬盤 SMART 檢測參數詳解[轉] - york_hust - 博客園 www.cnblogs.com/york-hust/p…
總結
以上是生活随笔為你收集整理的CrazyDiskInfo硬盘检测工具 安装记录的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: MySQL设置某一字段默认为0,但是插入
- 下一篇: 如何学习配置webpack(一)