On 10/24/25 3:58 PM, home user via users wrote:
On 10/24/25 3:52 PM, Samuel Sieb wrote:
On 10/24/25 2:41 PM, home user via users wrote:

Compression is easy to remove.  Just remove the ",compress=zstd:1" part of the entry in the /etc/fstab file.  It's not retroactive though, so any files that are already compressed will stay that way until rewritten.  It's also per subvolume, so if it's only your /home files that you're concerned about, you can leave compression on for /. Although given your earlier actions, /home might actually be part of / now instead of being a separate subvolume.

Thank-you, Samuel.

Ummm...  Problem...
Here is my /etc/fstab:
- - - - -
#
# /etc/fstab
# Created by anaconda on Sat Oct  4 13:00:59 2025
#
# Accessible filesystems, by reference, are maintained under '/dev/disk/'.
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info.
#
# After editing this file, run 'systemctl daemon-reload' to update systemd
# units generated from this file.
#
UUID=08e23efb-20a6-43d4-8b8e-4945653cc595 /                       btrfs  subvolid=5      0 0 UUID=9924-234C          /boot/efi               vfat umask=0077,shortname=winnt 0 2
- - - - -
I also did an "ls -l /etc/fstab".
The file is dated Oct. 04.  So it's still as installed.
What you suggest that I delete isn't and never was there.

Big question:
If I re-install and stick with btrfs, is there a way to turn off the compression globally during the install process?

It looks like if you manually create the btrfs filesystem yourself during the install, it doesn't get the compression flags added, so it's already uncompressed. (I just tested this.) You can use the "compsize" program to check if files are compressed. "compsize -x /" will check the entire root filesystem.

--
_______________________________________________
users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to