Skip to content

Instantly share code, notes, and snippets.

View pakyrs's full-sized avatar
🐈

paci pakyrs

🐈
View GitHub Profile
@pakyrs
pakyrs / ext4_to_btrfs
Created August 4, 2022 00:16
Convert root ext4 to btrfs including subvolumes and snapper
# on your ext4 distro
sudo su
apt install btrfs-progs
shutdown now
# switch to a linux live environment
sudo su
fsck -f /dev/vda3
# BTRFS convert