after the latest bazzite update, auto-mounting broked
this problem existed before ublue-os-media-automount-udev came along. and now here it is again
43 Replies
wdym before, the before is manual mounting
Solution
also there is a new fix but it havent come up yet
kde has auto-mount settings and they dont work. this wasnt a problem since ublue-os-media-automount-udev came out. but now auto-mounts dont work again :c
you can disable it if you want
symlink the rule in etc to dev null
sudo ln -s /dev/null /etc/udev/rules.d/99-media-automount.rules
do you know why this section was disabled in kde settings?
what section?
its in russian, but anyways

not sure, havent used it
after the update, its still not fixed for me
did you disable the rule before?
no
sudo lsblk -f

which drive isnt getting automounted?
"hdd" and "backup"
rpm -qa | grep automo

you are currently mounting both from file manager?
ye, via dolphin
have you ever setup any manual mounting?
try unchecking that and rebooting
done. still no auto-mount
sudo udevadm info --no-pager /dev/sda2
@Zeglius btrfs partition but partname is Basic data partition
Ah ok yeah probably because it was converted, didn't think about that
Gonna remove that from the rule, the nfts detection should work now anyways
so in the next update it will be fixed?
Maybe, though is weird, there should be a
E: UBLUEOS_PART_IS_IN_FSTAB
field in that log
run this udevadm test --action add /dev/sda2 2>&1 | fpaste
and paste the linkmmm, kk seems somewhat the rule exists early, now
(udevadm info -a /dev/sda2 | grep 'ATTRS{removable}'); /usr/libexec/is_in_fstab.sh /dev/sda2

Ok nvm, the field doesn't appear for me either. So in theory yeah, whenever the next update for the automounter lands, it should work
btw tyvm for sitting and dealing with my mess 😓 @asen23
anything for good automounter 😂
if it would help, on 42.20250425 it was working. and broked after 42.20250511
Any chance that fixing this broke it for the rest of us? 🤣
After updating to 20250519, automounting no longer works for me
here's my udevadm output:
systemctl status ublue-os-media-automount.service
Having the issue also, here's what I get running that:
Alright, on it
Ok an emergency update is building
Alright, new build is out, update and should be fixed now
Installed and rebooted and it is indeed fixed. Thanks for the quick solution!
hmm, is it possible that KDE part ed blanked out all the block device metadata?
I was faffing about with the mount point in there, and now lsblk lists this for my drive:
udevadm still lists
ID_FS_TYPE=btrfs
and ID_FS_LABEL=ssd2
anyway, based on the automount script, pretty sure the fstype and label being null is foiling the automount, even though I removed the mount point in KDE part edYou need to use sudo with lsblk
Otherwise will show as null
Ah yes, you are right