I have an Motorola Xoom running Android and am trying to mount it onto my Linux system. It is seen as a MTP device therefore I have installed mtpfs. (It mounts fine with MS Windows - which I wish I could ditch but…). I have searched the web for solutions and following them only allows me to see a folder /Playlists on the Xoom.
in /etc/udev/rules.d/51-android.rules
SUBSYSTEM==“usb”, ATTRS{idVendor}==“0502”, MODE=“0666”
in /etc/fstab
/usr/bin/mtpfs /media/xoom fuse rw 0 0
I have a galaxy s running Froyo and have the option to mount as mass storage, MTP or media player.
Mounted as mass storage I can see everything in the internal and external storage.
Having looked at the user manual it looks like you will find the settings in Settings>Wireless and Network>USB settings
See attachment.
I started up banshee and;
ls /media/xoom
now shows
Music Playlists
That’s good for music but when I want to copy a .pdf file it’s not so simple.
e.g.
cd /media/xoom
mkdir Documents
resulted in
mkdir: cannot create directory `Documents’: File exists
OK, so I type;
ls Documents
resulted in;
ls: cannot access Documents: No such file or directory
Meanwhile…
In response to the easy solution of reading the manual and following the instructions of;
Apps > Settings > Wireless & Networks
there is no sign of;
Tethering & portable hotspot
so cannot progress to USB tethering (the manual seems to be out of date of Android honeycomb 3.1)
I shall have to ask Motorola about this.