When I try to mount my Xiaomi Redmi Note 9 Pro on my Ubuntu 20.04 via USB, I get "Unhandled error message: The name :1.1001 was not provided by any .service files" from Nautilus. It fails to mount. I have a Lenovo Y510p.
Tried every USB port.
Similar issue I have managed to solve with 'nautilus -q' typed in terminal. Worth a try. Don't need to restart the computer.
In addition to nautilus -q, I also had to run this to work:
sudo killall gvfsd
nautilus -q
No need to reboot anything. Just plug again and open Nautilus.
nautilus -q alone didn't work. I needed to sudo killall gvfsd as well. Thanks for the answer.
–
Oct 11 '23 at 01:38
I have the same problem on my Redmi 5 Plus. I am on Ubuntu 20.04.
Unhandled error message: The name:1.177 was not provided by any .service files
I tried connecting my phone via USB on same port as usual, except it had just been used by a USB printer (EPSON ET-2756) on the same port without restarting the PC between the two connections. Tried on all other USB ports: same message.
I solved it like this:
This resolved it in my case of a 2016 old Android device:
nautilus -qhelped. – Anton Samokat May 20 '22 at 09:36nemo -qin case you use that. – iron9 Aug 18 '24 at 20:12