#[SOLVED] btrfs nvme

9 messages · Page 1 of 1 (latest)

neat torrent
#

I am planning to use btrfs on my new machine with a 1tb nvme drive for boot and home. However when searching for what mount options to use I keep finding conflicting answers for what is "correct" for nvme ssds could I get some extra info from you guys on recommendations

high wasp
#

it shouldn't be any different then any other drives

hearty thunderBOT
frail mason
#

To have some ideas

neat torrent
#

I was thinking something like
Compress=zstd:1,noatime,subvol=xxx

Is that fine?

neat torrent
#

Or am I missing anything or have anything wrong

sonic cypress
#

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.

neat torrent
#

That was my understanding which is why I wasnt disabling the CoW functionality.