Version 7 (modified by mitty, 10 years ago) (diff) |
---|
- archja:Installation_Guide
- archja:Beginners'_Guide
- archja:Install_from_SSH
- archja:Installing_Arch_Linux_in_VMware
- archja:Unified_Extensible_Firmware_Interface
Secure Boot 有効化でHashToolを用いてLive CDを起動可能にする方法
- archja:Network_Configuration
- archja:Network_Configuration
- archja:RAID
- archja:Solid_State_Drives
- archja:pkgfile
- archja:systemd
- archja:Xorg
- UEFIでArchLinuxをインストールする - opamp_sando's blog
- Arch Linux インストール から Xfce 快適環境を構築するまで - Qiita
- 普段使いのArch Linux: Arch Linux インストール (OSインストール編) | UEFI, GPT, Gummiboot, 2014.02.01でインストール
- Linux - systemdの*.serviceファイルの書き方 - Qiita
- systemdでshutdown時にプロ生ちゃんに挨拶してもらう - φ(・・*)ゞ ウーン カーネルとか弄ったりのメモ
packages
- aur:raid-check
- RHEL系のmdadmのraid-check を調べてみた - うまいぼうblog
- https://github.com/munin-monitoring/contrib/blob/master/plugins/disk/raid-mismatch-count
for target in $targets; do echo $target.value $(cat /sys/devices/virtual/block/$target/md/sync_completed) done
- https://www.kernel.org/doc/Documentation/md.txt これを読む限りでは、sync_completedではなくmismatch_countを使うべき
- sync_completed -> none (idle時) / 199220 / 117184878 (check時など、数値は例)
- mismatch_count -> 0 (エラーが無いとき)