How to use ntfs2btrfs, convert to space_cache v2 and enable BTRFS compression
As I still get questions from my friend on how to use ntfs2btrfs, I decided to condense everything in a blog post (because I hate repeating myself too many times). Installing ntfs2btrfs This is probably the easy part: there’s a package of it on just every major repo. Just install it like so: Debian and Ubuntu: sudo apt install ntfs2btrfs Arch: sudo pacman -Syu ntfs2btrfs Fedora: sudo dnf install ntfs2btrfs Or, if not available, download and compile it from the repo. ...