#[SOLVED] btrfs nvme
9 messages · Page 1 of 1 (latest)
it shouldn't be any different then any other drives
.aw BTRFS
Arch Wiki: Btrfs
To have some ideas
I was thinking something like
Compress=zstd:1,noatime,subvol=xxx
Is that fine?
Or am I missing anything or have anything wrong
Keep in mind that "copy-on-write" for btrfs really just means "write somewhere else then update the file pointer"; it isn't really going to wear down an SSD the way it might initially appear.
That was my understanding which is why I wasnt disabling the CoW functionality.