I noticed that couple flags were different on EOS vs my Arch installation that I’m messing around with.
Is my current FSTAB entry okay or need to add additional flags? Such as, autodefrag
defaults
.
I am using SSD and latest kernel on BTRFS. Its just one drive.
UUID=1ae3f2e6-288d-4747-8e73-6e8d74c20347 / btrfs rw,noatime,compress=zstd:3,ssd,discard=async,space_cache=v2,subvolid=256,subvol=/@ 0 0
# /dev/sda1
UUID=69DE-AC58 /boot/efi vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 2
# /dev/sda2
UUID=1ae3f2e6-288d-4747-8e73-6e8d74c20347 /home btrfs rw,noatime,compress=zstd:3,ssd,discard=async,space_cache=v2,subvolid=257,subvol=/@home 0 0
# /dev/sda2
UUID=1ae3f2e6-288d-4747-8e73-6e8d74c20347 /var btrfs rw,noatime,compress=zstd:3,ssd,discard=async,space_cache=v2,subvolid=258,subvol=/@var 0 0
Many Thanks in advance.