btrfs-progs delivers management tools for the Btrfs filesystem, featuring mkfs.btrfs for creation, btrfs subvolume operations, scrub for integrity checks, and snapshot support.
This guide will go over the numerous tools this software suite has to offer, basic and advanced filesystem and recovery options.
Information
btrfs-progs is one of the preinstalled packages for our r/Techsupport Rescue Media. If you are using this live image, you can skip the installation section.
How to install btrfs-progs
Refer below for installation instructions if you are not using our live image or want to install it on your own system.
Installing btrfs-progs
Refer below for installation instructions if you are not using our live image or want to install it on your own system.
Debian / Ubuntu / Linux Mint:
Terminal window
sudoaptupdate && sudoaptinstallbtrfs-progs
Fedora / RHEL / CentOS / AlmaLinux:
More than likely pre-installed, but feel free to run the following to ensure you have it.
The rest of the guide will be going over the different methods and tools available. Note, it is best to have a basic understanding of what stuff like /dev/sdb and /dev/sdb1 represent. A guide to understanding it can be found here.