I wanted to transfer photos from my smartphone to my computer. The file explorer is Dolphin. I can find the file to be copied on the path : mtp:/HUAWEI_NXT ... but when I try to cd to the folder, I have the error: No such file or directory
. I read following forums:
Where's my phone mounted to browse it from shell?
https://qastack.fr/ubuntu/342319/where-are-mtp-mounted-devices-located-in-the-filesystem
But none of them is helping. I do lsusb, and I have information mentioned in the second link. However when I do : cd mtp://[usb:002,018]/
I have: No such file or directory
.
Can anyone help me with that?
Best regards.
cd mtp://...
, that is in fact bad syntax. Instead, look for the proper USB values in/run/user/$USER/gvfs
and construct acd
statement of the form ` cd /run/user/1000/gvfs/mtp:host=%5Busb%3A001%2C006%5D/`` . – Jos Jan 30 '20 at 13:37echo $UID
. – Jos Jan 30 '20 at 13:40