I have a traditional HDD as one of my of my secondary HDDs, and I have it auto mounted (It's an internal) using this part of the fstab:
It has a subvolume called "Convergent Refuge" which has all the information on the drive in it so I can make easy backups of it.
Is the compress=zstd enough to ensure that the subvolume is compressed as well, or do i need an additional entry for this?
Code:
#Convergent Refuge UUID=7fc2a06f-418b-4534-8fb4-0e615189565f /media/sarah/ConvergentRefuge btrfs defaults,noatime,nodiratime,compress=zstd 0 1
Is the compress=zstd enough to ensure that the subvolume is compressed as well, or do i need an additional entry for this?
Comment