Cannot mount USB-Drives since yesterday?

… since yesterday i cannot mount my usb devices on my EndeavourOS KDE :thinking: >>> any tips or ideas <<< in my opinion there was no related update these days :man_shrugging:t3:

I’ve tried all my usb-devices and on all the same behaviour !!!

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