Changes between Version 5 and Version 6 of TipAndDoc/Linux/ArchLinux
- Timestamp:
- May 2, 2015 5:51:08 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipAndDoc/Linux/ArchLinux
v5 v6 33 33 * [http://qiita.com/masami256/items/ef0f23125cf8255e4857 Linux - systemdの*.serviceファイルの書き方 - Qiita] 34 34 * [http://kernhack.hatenablog.com/entry/2014/12/08/000708 systemdでshutdown時にプロ生ちゃんに挨拶してもらう - φ(・・*)ゞ ウーン カーネルとか弄ったりのメモ] 35 36 = packages = 37 * aur:raid-check 38 * [http://d.hatena.ne.jp/hogem/20120318/1332089149 RHEL系のmdadmのraid-check を調べてみた - うまいぼうblog] 39 * https://github.com/munin-monitoring/contrib/blob/master/plugins/disk/raid-mismatch-count 40 > {{{#!sh 41 > for target in $targets; do 42 > echo $target.value $(cat /sys/devices/virtual/block/$target/md/sync_completed) 43 > done 44 >}}} 45 * https://www.kernel.org/doc/Documentation/md.txt これを読む限りでは、{{{sync_completed}}}ではなく{{{mismatch_count}}}を使うべき