Where is my tablet's memory card mounted on laptop?
Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Where is my tablet's memory card mounted on laptop?
I connected my Asus fonepad7 tablet to my laptop via usb. My laptop automatically detects it & opens. But I'm unable to find where the memory card of my tablet mounted on laptop. When I put cursor on the tablet device, it shows "mtp://[usb:002,003]/" as shown I the attachment.
As I'm unable to find the mount point, I can't use command line for accessing the tablet. Also, commands "mount" & "df" doesn't reflect anything regarding the tablet.
I'm working on Ubuntu 13.04
Last edited by ravisingh1; 04-26-2014 at 02:01 AM.
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680
Rep:
I don't think it is mounted, not in the way you would think. It seems to be using MTP to connect which I think means it's connecting to a server process on the device rather than mounting it.
It's a nice little kick in the teeth to the Linux community by Google as thanks for using the Linux kernel in their devices.
I got the mount point as "/run/user/ravbholua/gvfs". But the issue is that all the files & folders are named as numerals. Please see below:
Code:
ravbholua@ravbholua-Aspire-5315:/run/user/ravbholua/gvfs/mtp:host=%5Busb%3A002%2C008%5D$ ls
65537
ravbholua@ravbholua-Aspire-5315:/run/user/ravbholua/gvfs/mtp:host=%5Busb%3A002%2C008%5D$ cd *
ravbholua@ravbholua-Aspire-5315:/run/user/ravbholua/gvfs/mtp:host=%5Busb%3A002%2C008%5D/65537$ ls
1 100 105 11 1301 1420 1533 1597 2 223 226 3 4 422 426 5 85 9
10 104 1072 12 1310 1496 1547 1806 212 224 232 30 421 424 430 6 86 900
ravbholua@ravbholua-Aspire-5315:/run/user/ravbholua/gvfs/mtp:host=%5Busb%3A002%2C008%5D/65537$ cp 30 ~
cp: cannot open ‘30’ for reading: Operation not supported
The name of the files & folders as shown in GUI is by names but here it is numerals. Also I'm unable to copy any file. Please look at the above code.
Though I've got the mount point, still I can't do anything.
Distribution: Cinnamon Mint 20.1 (Laptop) and 20.2 (Desktop)
Posts: 1,688
Rep:
Quote:
I connected my Asus fonepad7 tablet to my laptop via usb. My laptop automatically detects it & opens
Has it perhaps been identified as a 3G modem rather than a storage device as it is a phone? The "open" window looks like your laptop home directory, not the tablet storage?
I don't think it is mounted, not in the way you would think. It seems to be using MTP to connect which I think means it's connecting to a server process on the device rather than mounting it.
It's a nice little kick in the teeth to the Linux community by Google as thanks for using the Linux kernel in their devices.
I don't mean to hijack the thread, but it may also depend on what kernel (+ its modules) your particular distro has. I've noticed that for instance, I can't mount my LG Optimus F3 Android phone in Debian Wheezy LXDE, but I can mount it while in Ubuntu Studio 14.04 LTS. The phone has to be in MTP mode to be properly mounted.
My workaround for this was to install the ES File Manager on my tablet and phone. It has the ability to browse the network and transfer files to and from my Samba shares.
Has it perhaps been identified as a 3G modem rather than a storage device as it is a phone? The "open" window looks like your laptop home directory, not the tablet storage?
No it's identified as storage device. Yes open window was of home directory; now I've replaced the image with the tablet's storage device. Sorry for not being clear earlier.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.