sudo mdadm -Asf && vgchange -ay

如果提示类似 ...array that is already active: /dev/md/2  则运行命令停止

sudo mdadm -S /dev/md/2

后再运行加载,最后用 mount 挂载即可访问

相关文章: