Skip to content

Instantly share code, notes, and snippets.

View george-andrei's full-sized avatar

George Andrei george-andrei

View GitHub Profile
@george-andrei
george-andrei / ext4_to_btrfs
Last active March 30, 2023 17:44 — forked from hippotized/ext4_to_btrfs
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