Hello all,
When I bought this pc it had F39, upgrade to F40 and F41. Tired of chasing errors/fixes (mostly python and nvidia) and re-installed fresh F41. Should of from the start.
I put back the previous fstab and dnf.conf, and would like your input to optimize them.
–fstab–
**
system default
Sabrent Rocket 4 Plus nvme
**
UUID=1edd8dd9-d030-4153-af83-e57a4e038090 /boot ext4 defaults 0 2
UUID=83e59980-de03-4d94-ae38-03d8572e4fbc / btrfs subvol=/@,compress=zstd:1,x-systemd.device-timeout=0 0 0
UUID=83e59980-de03-4d94-ae38-03d8572e4fbc /home btrfs subvol=/@home,compress=zstd:1,x-systemd.device-timeout=0 0 0
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
**
storage, backups
Toshiba X300 hd (replacing with 2 seagate ironwolf)
**
UUID=07ceff63-bd43-4f83-9740-2873e34b904c /vault/safe ext4 defaults,noatime 0 0
**
studio one (web development)
Intel 670p nvme ssd
**
UUID=73733bf6-6c44-469f-b9fb-e8d769a26574 /vault/closet btrfs auto nosuid,nodev,nofail,x-gvfs-show 0 0
**
studio two (audio storage)
Crucial MX500 sdd
**
UUID=7de462c1-978a-4784-b219-df081fca9e2a /vault/bunker btrfs auto nosuid,nodev,nofail,x-gvfs-show 0 0
**
studio three (video storage)
Crucial MX500 sdd
**
UUID=b383660e-7b2e-4c3a-9dbc-d4c9d716ba98 /vault/cellar btrfs auto nosuid,nodev,nofail,x-gvfs-show 0 0
–dnf.conf–
gpgcheck=True
installonly_limit=3
clean_requirements_on_remove=True
best=False
skip_if_unavailable=True
max_parallel_downloads=20
zchunk=False
Yes. I set up the studios as btrfs file systems and will use subvolumes to catagorize, and adding more drives is easier (4 more incoming). Even after reading this btrfs post I’m going for it, if it works, fine, if not, move on.
Thanks in advance, zz