Hacker News new | ask | show | jobs
by freedomben 68 days ago
Yep, btrfs will happily do this to you. I verified it the hard way
1 comments

Well btrfs supports compression so that’s understandable. However I personally prefer to control compression manually so it only compresses files marked by me for compression using chattr(1).
I've switched to that also. It surely wastes some space but being able to reason about file space is worth it to me for now