Raid

mdadm - –detail –scan 和 –examine –scan 有什麼區別?

  • October 21, 2014

來自man mdadm

-E, --examine
 Print  contents  of  the  metadata  stored on the named device(s).  Note the 
 contrast between --examine and --detail.  --examine applies to devices which 
 are components of an array, while --detail applies to a whole array which is 
 currently active.

這句話很神秘……在我的系統上,和的輸出--examine --scan似乎--detail --scan是相同的。唯一的區別是:

  1. --detail必須以root身份執行
  2. name入口位置不同

也許在其他系統中,輸出可能會有所不同。--examine --scan那麼和 和和之間的區別--detail --scan是什麼對生成更有用mdadm.conf

man頁面資訊所示--detail適用於

目前處於活動狀態的整個陣列“目前處於活動狀態”是重要部分。--examine可以在屬於 RAID 的設備或非活動 RAID 上使用,--detail但不能。

如果有機會,請停止陣列並重試兩者--examine--detail比較差異。

引用自:https://unix.stackexchange.com/questions/163313