Skip to content

Instantly share code, notes, and snippets.

@orimanabu
Created January 28, 2022 06:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save orimanabu/8b36119af1a40f03f408f1fc759daf3a to your computer and use it in GitHub Desktop.
Save orimanabu/8b36119af1a40f03f408f1fc759daf3a to your computer and use it in GitHub Desktop.
Install btrfs Kmods SIG packages on CentOS Stream 9
sudo dnf update
sudo reboot
sudo dnf install https://cbs.centos.org/kojifiles/packages/centos-release-kmods/2/4.el9s/noarch/centos-release-kmods-2-4.el9s.noarch.rpm
sudo dnf install kmod-btrfs-5.14.0.45-2.el9s.x86_64
sudo modprobe btrfs
sudo mkfs.btrfs /dev/vdb
sudo mount /dev/vdb /mnt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment