This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
computing:storage:linux_software_raid [2019/10/25 10:38] gcooper |
computing:storage:linux_software_raid [2019/10/25 10:42] (current) gcooper |
||
---|---|---|---|
Line 30: | Line 30: | ||
sgdisk -p /dev/sda | sgdisk -p /dev/sda | ||
</ | </ | ||
- | |||
**Copy Patition Scheme**: https:// | **Copy Patition Scheme**: https:// | ||
Line 49: | Line 48: | ||
/ | / | ||
</ | </ | ||
+ | |||
+ | :!: Be careful not to write to the **wrong disk** or you will have a **very bad day**! | ||
Once you partition the first drive, use '' | Once you partition the first drive, use '' | ||
< | < | ||
- | sfdisk -d /dev/sda | sfdisk /dev/sd[bcd] | + | sfdisk -d /dev/sda | sfdisk /dev/sdb |
</ | </ | ||
Line 59: | Line 60: | ||
< | < | ||
- | sgdisk /dev/sda -R /dev/sd[bcd] | + | sgdisk /dev/sda -R /dev/sdb |
+ | sgdisk -G /dev/sdb | ||
</ | </ | ||