Skip to content

Instantly share code, notes, and snippets.

@bearcatsandor
Last active September 9, 2016 10:19
Show Gist options
  • Save bearcatsandor/65a0333ffbd03ed1e5b40987c9052ac2 to your computer and use it in GitHub Desktop.
Save bearcatsandor/65a0333ffbd03ed1e5b40987c9052ac2 to your computer and use it in GitHub Desktop.
single disc btrfs system into 4 disk raid10
file system on sda is already mounted at /
boot is a fat32 on sdf for uefi mounted at /boot
new discs are /dev/sdc, /dev/sdd, /dev/sde
proposed commmands:
btrfs device add /dev/sdc /
btrfs device add /dev/sdd /
btrfs device add /dev/sde /
btrfs balance start -dconvert=raid10 -mconvert=raid10 /
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment