Help on BTRFS setup
recursive_recursion [they/them] @ recursive_recursion @programming.dev Posts 42Comments 372Joined 2 yr. ago

![recursive_recursion [they/them]](https://programming.dev/pictrs/image/b58839d3-c738-4d27-a97b-f9fcfd5c8bbe.jpeg?format=webp&thumbnail=128)
recursive_recursion [they/them] @ recursive_recursion @programming.dev
Posts
42
Comments
372
Joined
2 yr. ago
Deleted
Permanently Deleted
From the BTRFS manual:
"Nodatacow implies nodatasum, and disables compression."
"Datasum implies datacow"
Based on these notes I'd assume that since swapfile disables COW that it also disables checksumming which is where the risk of fragmentation occurs
I could be wrong tho