… since yesterday i cannot mount my usb devices on my EndeavourOS KDE
>>> any tips or ideas <<< in my opinion there was no related update these days 
I’ve tried all my usb-devices and on all the same behaviour !!!
pebcak
2
Have a look at the following threads and see if you are experiencing the same issue:
1 Like
What happens if you try to mount it via terminal ? Plug in your USB, then :
sudo fdisk -l
from this command, identify what is the Device ID of your USB. It will look like /dev/sdx
. In my case, it is /dev/sdd1
.
Now,
udisksctl mount -b /dev/sdx
This was the fix that worked for me:
1 Like