btrfs

A filesystem based on the copy-on-write (COW) principle for Linux. Some subcommands such as btrfs device have their own usage documentation. More information: <https://btrfs.readthedocs.io/en/latest/btrfs.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y btrfs-progs
Ubuntu
RUN apt-get update && \ apt-get install -y btrfs-progs
Alpine
RUN apk add btrfs-progs
Arch Arch Linux
RUN pacman -S --noconfirm btrfs-progs
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y btrfs-progs
CentOS
RUN yum install -y btrfs-progs
Fedora
RUN dnf install -y btrfs-progs
Raspbian
RUN apt-get update && \ apt-get install -y btrfs-progs
click the source code to copy install btrfs on any operating system with command-not-found.com