Mdadm: Difference between revisions
| (One intermediate revision by the same user not shown) | |||
| Line 21: | Line 21: | ||
# Now you have a block device /dev/md0 on which you can add LUKS, LVM, or a filesystem. | # Now you have a block device /dev/md0 on which you can add LUKS, LVM, or a filesystem. | ||
# Check sync progress | |||
cat /proc/mdstat | |||
</syntaxhighlight> | </syntaxhighlight> | ||
| Line 51: | Line 54: | ||
===Raid 5 to Raid 6=== | ===Raid 5 to Raid 6=== | ||
==See Also== | |||
# [[LUKS]] | |||