I enabled MTP on the Nexus 7 and Nautilus registers it and lets me browse the files, but ls /media/usbdrive/
shows me nothing. How do I mount it in such a way that I can explore the device's internal storage from the command line?
I enabled MTP on the Nexus 7 and Nautilus registers it and lets me browse the files, but ls /media/usbdrive/
shows me nothing. How do I mount it in such a way that I can explore the device's internal storage from the command line?
I had good experiences with go-mtpfs, which is a FUSE based file system.
Create a mount point, by default
/media/MyAndroid
:Once this is done, mount your android device with
To unmount, kill the
go-mtpfs
process followed byThere are Ubuntu packages available in a PPA