# HG changeset patch # User Dirk Olmes # Date 1500428345 -7200 # Node ID abc2401e99584d28198d9f64d431adb8204c82de # Parent 5691417eabd5791dbe42caf78becb425936cb26f Typo fix diff -r 5691417eabd5 -r abc2401e9958 content/Linux/software-raid-setup.md --- a/content/Linux/software-raid-setup.md Wed Jul 12 11:57:53 2017 +0200 +++ b/content/Linux/software-raid-setup.md Wed Jul 19 03:39:05 2017 +0200 @@ -7,7 +7,7 @@ One goal of the new setup is to remain bootable even if one of the drives fails. I had trouble accomplishing this in earlier setups so this time I tested the process locally on a virtual machine before setting up the real iron. -The first step of the setup is partitioning the drives. The [handbook](https://wiki.gentoo.org/wiki/Handbook:AMD64/Installation/Disks) suggests adding a small partition at the beginning of the drive to enabl booting from a gpt partitioned drive. The `/boot` partition will be formatted using [ext4](https://en.wikipedia.org/wiki/Ext4) because the filesystem will remain bootable even if one of the drives is missing. The rest of the disk will be formatted using [xfs](https://en.wikipedia.org/wiki/XFS). To recap the layout: +The first step of the setup is partitioning the drives. The [handbook](https://wiki.gentoo.org/wiki/Handbook:AMD64/Installation/Disks) suggests adding a small partition at the beginning of the drive to enable booting from a gpt partitioned drive. The `/boot` partition will be formatted using [ext4](https://en.wikipedia.org/wiki/Ext4) because the filesystem will remain bootable even if one of the drives is missing. The rest of the disk will be formatted using [xfs](https://en.wikipedia.org/wiki/XFS). To recap the layout: Number Start End Size File system Name Flags 1 1.00MiB 3.00MiB 2.00MiB grub bios_grub