Diff of Infrastructure And Operations/Rathouse at c7f2856

diff --git a/infrastructure_and_operations/rathouse.myco b/infrastructure_and_operations/rathouse.myco
index b31f71a..be74af0 100644
--- a/infrastructure_and_operations/rathouse.myco
+++ b/infrastructure_and_operations/rathouse.myco
@@ -21,2 +21,6 @@ use `smartctl -x /dev/sdb | grep Serial` to print serial numbers.
 ```
+# when setting up the partition, I used +3520G as the size and "raid" as the type
+fdisk /dev/sda
+fdisk /dev/sdd
+
 # i left the chunk size default
@@ -24,4 +28,3 @@ use `smartctl -x /dev/sdb | grep Serial` to print serial numbers.
 # > mdadm cannot reshape arrays in far X layouts
-mdadm --create --verbose --level=10 --metadata=1.2 --raid-
-devices=2 --layout=n2 /dev/md/tank /dev/sda1 /dev/sdd1
+mdadm --create --verbose --level=10 --metadata=1.2 --raid-devices=2 --layout=n2 /dev/md/tank /dev/sda1 /dev/sdd1
 mkfs.ext4 /dev/md/tank