John Forkosh
2021-10-03 09:36:26 UTC
Tried the ubuntu directions at
codeyarns.com/tech/2013-12-23-how-to-mount-moto-g-on-ubuntu-using-mtp.html
which seemed to work as advertised...
# mtp-detect showed, in part,
-----------------------------------------------------------
libmtp version: 1.1.18
Listing raw device(s)
Device 0 (VID=22b8 and PID=2e82) is a Motorola Moto G (ID2).
Found 1 device(s):
Motorola: Moto G (ID2) (22b8:2e82) @ bus 2, dev 6
Attempting to connect device(s)
Android device detected, assigning default bug flags
USB low-level info:
bcdUSB: 512
bDeviceClass: 0
bDeviceSubClass: 0
bDeviceProtocol: 0
idVendor: 22b8
idProduct: 2e82
(then lots more stuff)
-----------------------------------------------------------
jmtpfs -o allow_other /media/motog/ output on stdout
-----------------------------------------------------------
Device 0 (VID=22b8 and PID=2e82) is a Motorola Moto G (ID2).
Android device detected, assigning default bug flags
-----------------------------------------------------------
(note: the webpage says mtpfs, but slackware has /bin/jmtpfs
which seems to be the same thing as far as I can tell)
But after mounting ls -al under /media shows that motog directory as
d????????? ? ? ? ? ? motog
And it's totally inaccessible.
$ fusermount -u /media/motog/ works, and then ls -al shows
drwxrwxrwx 2 root root 4096 Oct 3 05:00 motog
as expected.
Any ideas what I'm doing wrong and how to do it right?
codeyarns.com/tech/2013-12-23-how-to-mount-moto-g-on-ubuntu-using-mtp.html
which seemed to work as advertised...
# mtp-detect showed, in part,
-----------------------------------------------------------
libmtp version: 1.1.18
Listing raw device(s)
Device 0 (VID=22b8 and PID=2e82) is a Motorola Moto G (ID2).
Found 1 device(s):
Motorola: Moto G (ID2) (22b8:2e82) @ bus 2, dev 6
Attempting to connect device(s)
Android device detected, assigning default bug flags
USB low-level info:
bcdUSB: 512
bDeviceClass: 0
bDeviceSubClass: 0
bDeviceProtocol: 0
idVendor: 22b8
idProduct: 2e82
(then lots more stuff)
-----------------------------------------------------------
jmtpfs -o allow_other /media/motog/ output on stdout
-----------------------------------------------------------
Device 0 (VID=22b8 and PID=2e82) is a Motorola Moto G (ID2).
Android device detected, assigning default bug flags
-----------------------------------------------------------
(note: the webpage says mtpfs, but slackware has /bin/jmtpfs
which seems to be the same thing as far as I can tell)
But after mounting ls -al under /media shows that motog directory as
d????????? ? ? ? ? ? motog
And it's totally inaccessible.
$ fusermount -u /media/motog/ works, and then ls -al shows
drwxrwxrwx 2 root root 4096 Oct 3 05:00 motog
as expected.
Any ideas what I'm doing wrong and how to do it right?
--
John Forkosh ( mailto: ***@f.com where j=john and f=forkosh )
John Forkosh ( mailto: ***@f.com where j=john and f=forkosh )