来自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的输出似乎是相同的。唯一的区别是:
--detailname条目的不同位置也许在其他系统中,输出可能是不同的。那么,--examine --scan和--detail --scan之间有什么区别,哪一个对于生成mdadm.conf更有用?
发布于 2014-10-21 08:44:22
正如man页面信息所指示的,--detail应用于
当前处于活动状态的整个数组是“当前活动”的重要部分。--examine可以用于作为RAID一部分的设备,也可以用于非活动的突袭,而--detail则不能。
如果有机会,请停止数组并重试--examine和--detail以比较两者之间的差异。
https://unix.stackexchange.com/questions/163313
复制相似问题