You are not logged in.
Pages: 1
I used the June 1 install media and used archinstall to do a quick btrfs install using the default layout for my nvme ssd. I selected compression when asked. However, after installation the fstab and the mount command don't show any compression. What's going on?
output from mount command for '/'
/dev/nvme0n1p2 on / type btrfs (rw,relatime,ssd,space_cache=v2,subvolid=256,subvol=/@)
output from fstab:
UUID=ae6ffe0d-f537-45ab-91cb-942e997b780b / btrfs rw,relatime,ssd,space_cache=v2,subvolid=256,subvol=/@ 0 0
Offline
It's fixed in master, it was an issue with reading it form the configuration at the correct step.
Apologies for the inconvenience but we'll have that in a new version in a couple of days.
Offline
It's fixed in master, it was an issue with reading it form the configuration at the correct step.
Apologies for the inconvenience but we'll have that in a new version in a couple of days.
Thanks for the information. This brings up the issue of recovering from a system with btrfs installed but compression was not on during the initial install. I can obviously add compress=zstd to the fstab, but compressing what is already installed, is it just a simple as the wiki calls out?
# btrfs filesystem defragment -r -v -czstd /
Offline
I am not fluent enough in BTRFS yet to answer that question. I suspect that will work, but either try it safely in a VM before hand or ask around here or on IRC first
Offline
I have added compress=zstd into fstab afterward and had no issues, but I cannot guarantee that others would not have problems. I also changed relatime to noatime and it worked fine.
Guarantee does not cover shark bite, bear attack, or children under 5.
Offline
I just did a default install with BTRFS taking the recommended with ISO 07-01-2022 and when I selected Compression on, I noticed that it is still not on once installed?
I thought this was fixed??
Last edited by jfabernathy (2022-07-04 21:49:34)
Offline
Pages: 1