Skip to content

Instantly share code, notes, and snippets.

View hippotized's full-sized avatar

Sebastian Dorsh hippotized

View GitHub Profile
@hippotized
hippotized / ext4_to_btrfs
Created October 23, 2022 21:42 — forked from pakyrs/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