recursive_recursion, 1 year ago 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
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