This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
public:techstuff:raid [2015/10/11 04:30] – [Optimizing the Filesystem] nathan | public:techstuff:raid [2020/04/25 13:05] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 43: | Line 43: | ||
===== Optimizing the Filesystem ===== | ===== Optimizing the Filesystem ===== | ||
+ | |||
+ | Note: this only applies to striping such as raid 0, 5, 6. | ||
To ensure maximum speeds from the array do the following. | To ensure maximum speeds from the array do the following. | ||
Line 66: | Line 68: | ||
< | < | ||
$ parted /dev/sdx | $ parted /dev/sdx | ||
+ | (parted) mklabel gpt | ||
(parted) mkpart primary 1049KB 3146KB | (parted) mkpart primary 1049KB 3146KB | ||
(parted) set 1 bios_grub on | (parted) set 1 bios_grub on |