Created
April 9, 2024 20:43
-
-
Save FireEgl/3fbee678a43c18c4f35496c43025f8af to your computer and use it in GitHub Desktop.
mdadm example using my preferred options
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mdadm --create --verbose /dev/md0 --level=0 --chunk=16 --raid-devices=2 /dev/disk/by-partlabel/SOL2a3 /dev/disk/by-partlabel/TG256a2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment