OPERATING SYSTEMSOS Linux

How to – BTRFS Raid 0 array creation on Ubuntu 20.04+

Software Raid 0 with BTRFS is a great way to see impressive speeds with SSD and HDD arrays. We go over how to setup and configure a BTRFS RAID 0 array. Our use case is to create large, super fast storage for plotting CHIA, but this is applicable to any write intensive application as well.

Samsung 870 EVO SSD – 1TB — (PAID LINK) https://amzn.to/34O4NfM

H710 in IT mode for front bays (PAID LINK) — https://amzn.to/3gcn8IH

CMDS:
LSBLK (find and note your /dev/sdX devices to use in Raid 0 array)
parted -a optimal /dev/sdX –script mklabel gpt (prep your drives, do for each identified for array)
mkfs.btrfs -f -d raid0 -m raid0 /dev/sdX /dev/sdX /dev/sdX /dev/sdX
mkdir /mnt/ARRAYNAME
mount /dev/sdX /mnt/ARRAYNAME

CHAPTERS:
0:40 LSBLK to identify your devices
2:20 PARTED your disks to GPT
2:50 Create BTRFS filesystem
4:20 Make a directory to access the Raid 0 Array
4:41 Mount the directory to the BTRFS array
4:55 Check we have it setup correctly

CHECK OUT OUR MADMAX SERIES:

How To Set Up Mad Max Plotter in Windows – Step by Step Tutorial —

How To – Build MADMAX Chia Plotter for Linux – Compile Mad Max Plotter + script + run = 42 plots/day —

MadMax plotter 12 hour analysis on Dual E5-2697v2 processors. —

Are MadMax Plotter plots VALID for HPOOL Chia Mining? —

How to Fix Chia Plot Mover Script Issues in Windows PowerShell —

How To Stagger Mad Max Plotting with StagMax Plotter Script in Centos Ubuntu or UnRAID —

CHECK OUT OUR R710 UNRAID + MACHINARIS PLOTTING SERIES:

Part 1 — How to Plot Chia in UnRAID with Machinaris on a Dell r710. —

Part 2 — Chia Plotting in UnRAID plotting tips, tweaks and Do’s and Don’ts. — https://youtu.be/iBs2V4Re3OI
Part 3 — RSYNC Chia Plots in UnRAID from machine to machine. — https://youtu.be/13JZBCUYPQ8
Part 4 — Chia Plotter Tuning – Optimizing Plot Count Max —
https://youtu.be/j0_-e2GZox0w

Other places you can find us:

Website — https://bitbybittutorials.com

Facebook — https://www.facebook.com/bitbybittutorials/

Twitter — https://twitter.com/bitbybittuts

As an Amazon Associate I earn from qualifying purchases. Each of your purchases via Amazon affiliate links supports Bit by Bit Tutorials at no additional cost to you.
**************************************************************************************************
I am a participant in the eBay Partner Network (EPN). When you click links to various merchants and make a purchase, this results in Bit by Bit Tutorials earning a commission at no additional cost to you.

#BTRFS #Raid0 #Ubuntu

source

ubuntu

Leave a Reply

Your email address will not be published. Required fields are marked *