LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Mounting samsung galaxy tab for file transfers thru usb (https://www.linuxquestions.org/questions/debian-26/mounting-samsung-galaxy-tab-for-file-transfers-thru-usb-4175452860/)

rng 03-05-2013 06:44 PM

Mounting samsung galaxy tab for file transfers thru usb
 
I am running Debian Wheezy and trying to connect samsung galaxy tab 2 (7.0) using usb cable. On connecting, it seems to mount it as a camera and in file manager all folders are shown in:
Code:


gphoto2://[usb:002,002]/

I am able to copy files from the tablet pc but cannot copy any file to it. How can I correct this problem. Thanks for your help.

widget 03-06-2013 05:47 PM

I assume you are talking about a tablet computer of some sort.

Some information on the hardware of both boxes may make an answer to this possible.

Things I would like to know is when you are connected to this thing what is the output of;
Code:

lsusb
Code:

fdisk -l
What is the version of what OS is running on each box and what the heck are they.

rng 03-07-2013 06:14 AM

It is a question of MTP and linux:
http://www.xda-developers.com/androi...-mtp-on-linux/
http://forum.xda-developers.com/show....php?t=2055563
http://www.androidcentral.com/ics-fe...and-how-set-it
http://www.circuidipity.com/mtp.html
I was able to transfer files using bluetooth and hence I abandoned trying to transfer files over usb cable connection.

demosthenese 03-13-2013 06:32 PM

I have an android phone and use FTPserver to transfer files wirelessly:

<https://play.google.com/store/apps/details?id=lutey.FTPServer&hl=en>

I then use gigolo to mount the device, so it appears as a drive in thunar. I imagine something similar would work for nautilus.

Xeratul 03-16-2013 04:34 AM

Quote:

Originally Posted by rng (Post 4905512)
I am running Debian Wheezy and trying to connect samsung galaxy tab 2 (7.0) using usb cable. On connecting, it seems to mount it as a camera and in file manager all folders are shown in:
Code:


gphoto2://[usb:002,002]/

I am able to copy files from the tablet pc but cannot copy any file to it. How can I correct this problem. Thanks for your help.

for those you can use mtp type:


Code:

    fusermount -u /media/mtpdevice/
  mount | grep mtpfs



All times are GMT -5. The time now is 09:08 AM.