Can't get rid of the "unmount" icon in Dolphin no matter what I try

🚫 FSTAB Looks like this: UUID=695ba32b-3db3-41be-9390-68137caccec2 /var/mnt/FatBooty btrfs nofail 0 0 But Drive still shows up as removable medium and as an SD Card in Steam.
22 Replies
Zeglius
Zeglius•2mo ago
Oh so is an sdcard, makes sense now For that, you would: a. Ignore the icon b. Mess around with udev rules
EinBick
EinBickOP•2mo ago
It isn't it's a 2 Disk HDD Array
Zeglius
Zeglius•2mo ago
oh lright, so if you run this what do you get?
udevadm info --attribute-walk $(findfs 'UUID=695ba32b-3db3-41be-9390-68137caccec2') | grep --fixed-strings 'ATTRS{removable}'
udevadm info --attribute-walk $(findfs 'UUID=695ba32b-3db3-41be-9390-68137caccec2') | grep --fixed-strings 'ATTRS{removable}'
EinBick
EinBickOP•2mo ago
nothing
Zeglius
Zeglius•2mo ago
and replacing the 'ATTRS{removable}' with removable?
EinBick
EinBickOP•2mo ago
No description
EinBick
EinBickOP•2mo ago
still nothing rules.d folder is empty besides 51-android.rules if that helps
Zeglius
Zeglius•2mo ago
okay so im suspecting is the steamos-automounting rule so lets try with that
sudo ln -s /dev/null /etc/udev/rules.d/99-steamos-automount.rules
sudo ln -s /dev/null /etc/udev/rules.d/99-steamos-automount.rules
Reboot and see what happens
EinBick
EinBickOP•2mo ago
unchanged
Zeglius
Zeglius•2mo ago
Okay im out of ideas then
EinBick
EinBickOP•2mo ago
it doesn't let me read the contents. Could it be that the system can't access it?
Zeglius
Zeglius•2mo ago
contents of what
EinBick
EinBickOP•2mo ago
the automount rules file I mean
Zeglius
Zeglius•2mo ago
in /etc/udev/rules.d/99-steamos-automount.rules?
EinBick
EinBickOP•2mo ago
ya
Zeglius
Zeglius•2mo ago
well is a symlink to /dev/null, so yeah is like a black hole it eats inputs and outputs
EinBick
EinBickOP•2mo ago
when I try to open it with kate it says "Can't load because not readable"
EinBick
EinBickOP•2mo ago
No description
Zeglius
Zeglius•2mo ago
ya, is to be expected
EinBick
EinBickOP•2mo ago
ah ok
Zeglius
Zeglius•2mo ago
you can sudo rm /etc/udev/rules.d/99-steamos-automount.rules, we now know is not that But yeah, absolutely no clue whats going on, at least from my part
EinBick
EinBickOP•2mo ago
yea me neither. Like I said... I've tried literally everything

Did you find this page helpful?