In a previous post Oshunluvr wrote:
I have taken a trip to the States to buy components to build a new computer from scratch, one which doesn't have the severe space limitations that my single-drive desktop system has. The new box can hold plenty of drives, so it's easily expandable. I also have three new 4TB drives which I will use the first two as raid1 drives, and the third will be an independent backup drive, so I finally have a space I can copy snapshots to. Finally! (Yes GrayGeek, you impressed me with your backup droning! Thank you.)
I have read the instructions for how to do this configuration in https://seravo.fi/2016/perfect-btrfs-setup-for-a-server and have a couple questions.
First, the author instructs readers to install the boot loader to MBR, but I'd rather install to GPT instead. Will this change be a problem? I presume not.
Second question: The author instructs readers to install a partition for the btrfs, and to not install btrfs to the raw drive. Why? I recall that GrayGeek said to not bother with a partition, just install btrfs directly to the raw drive, and Oshunluvr seems to agree (as per the above quote,) but the author of the article says not to do so, to use a partition - but he doesn't explain why. Is it his personal preference, or is there a technical reason that a partition must be used? Or can I safely install to the raw drive?
One of the other features of BTRFS is it can reside on a whole device thus no partitioning is required at all. Yes - that's right - mkfs.btrfs /dev/sda rather than mkfs.btrfs /dev/sda1. As an added bonus, BTRFS performs slightly better when it occupies an entire device in this manner.
I have read the instructions for how to do this configuration in https://seravo.fi/2016/perfect-btrfs-setup-for-a-server and have a couple questions.
First, the author instructs readers to install the boot loader to MBR, but I'd rather install to GPT instead. Will this change be a problem? I presume not.
Second question: The author instructs readers to install a partition for the btrfs, and to not install btrfs to the raw drive. Why? I recall that GrayGeek said to not bother with a partition, just install btrfs directly to the raw drive, and Oshunluvr seems to agree (as per the above quote,) but the author of the article says not to do so, to use a partition - but he doesn't explain why. Is it his personal preference, or is there a technical reason that a partition must be used? Or can I safely install to the raw drive?
Comment