I'm trying to defrag my whole disk using the new compression levels.
I'm running kernel 5.1 which supports this.
If I try and run
from the top level directory for this hard drive, I get this error:
Do I need to edit my fstab for this drive and reboot with the appropriate ZSTD compression option and then it will apply the level 15 when I reboot? I mostly use this disk for storing things like movies, that's why I want to compress it this much BTW.
I'm running kernel 5.1 which supports this.
If I try and run
Code:
sudo btrfs filesystem defragment -vr -czstd:15 ConvergentRefuge/Convergent\ Refuge/
Code:
ERROR: unknown compression type zstd:15
Comment