LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 04-20-2014, 03:06 AM   #1
ravisingh1
Member
 
Registered: Apr 2013
Location: Mumbai
Distribution: Ubuntu13.10
Posts: 291

Rep: Reputation: Disabled
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
Attached Thumbnails
Click image for larger version

Name:	android.png
Views:	16
Size:	129.3 KB
ID:	15325  

Last edited by ravisingh1; 04-26-2014 at 02:01 AM.
 
Old 04-20-2014, 06:58 AM   #2
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
Look in /run/media/yourusername/
 
Old 04-20-2014, 07:18 AM   #3
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
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.
 
Old 04-20-2014, 08:40 AM   #4
ravisingh1
Member
 
Registered: Apr 2013
Location: Mumbai
Distribution: Ubuntu13.10
Posts: 291

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by camorri View Post
Look in /run/media/yourusername/
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.
 
Old 04-20-2014, 11:13 AM   #5
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
Looks like a gvfs bug.
http://askubuntu.com/questions/36000...n-ubuntu-13-04
 
1 members found this post helpful.
Old 04-22-2014, 10:50 AM   #6
Soadyheid
Senior Member
 
Registered: Aug 2010
Location: Near Edinburgh, Scotland
Distribution: Cinnamon Mint 20.1 (Laptop) and 20.2 (Desktop)
Posts: 1,672

Rep: Reputation: 486Reputation: 486Reputation: 486Reputation: 486Reputation: 486
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?

Play Bonny!

 
Old 04-24-2014, 09:33 AM   #7
Dr. Taz
LQ Newbie
 
Registered: Nov 2007
Location: Jersey City, NJ, USA
Distribution: Debian, Ubuntu Studio
Posts: 8

Rep: Reputation: 0
Quote:
Originally Posted by 273 View Post
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.
 
Old 04-24-2014, 08:35 PM   #8
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,323
Blog Entries: 28

Rep: Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141
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.
 
Old 04-26-2014, 02:04 AM   #9
ravisingh1
Member
 
Registered: Apr 2013
Location: Mumbai
Distribution: Ubuntu13.10
Posts: 291

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Soadyheid View Post
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.
 
  


Reply

Tags
android, auto-mounting, gvfs, ubuntu13.04



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] compiling 2.6.32 doesn't detects my sound card or SD memory reader, toshiba laptop jstitch Linux - Kernel 8 06-08-2010 04:57 PM
installed system memory differs from mounted (available) memory landroni Debian 5 08-13-2007 06:43 AM
How to access laptop's built in memory card reader? Ckradjia Linux - Hardware 4 04-07-2006 08:46 PM
Can I use my memory card port in my laptop? fizgig10 Linux - Hardware 1 01-25-2005 12:01 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 03:42 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration