On Thursday 29 of October 2020 19:10:56 Felmon Davis wrote:
On Thu, 29 Oct 2020, Dr. Nikolaus Klepp wrote:
Just for checking: Does MTP allow delete/create on the same machine with the same phone but a different tool?
I downloaded go-mtpfs from the repository, attached a Samsung J3 by usb and mounted it. I had to go sudo even to see the directories; I did a 'sudo mv' on a file and it worked.
I just opened Konqueror and strangely it doesn't even show the mountpoint. I don't understand that. I guess it's not really treated like a normal mountpoint.
I may have missed the sense of the thread; must access happen via Konqueror?
I would also make sure of the quality of the usb cable.
fjd
Hi Felmon,
why are you doing this through sudo? By default, fuse filesystems are only available to the person who mounted them. So when you use sudo, the fuse files system is mounted by root => is unavailable to the user.
Cheers