Install mtpfs & mtp-tools
vpcp115kg ~ # apt-get install mtpfs mtp-tools
vpcp115kg ~ # mkdir /media/a100
vpcp115kg ~ # chmod 775 /media/a100
Mount the storage
Connect A100 to your computer with an USB cable, then
vpcp115kg ~ # date; mtpfs -o allow_other /media/a100; date
Sun Oct 10 20:22:29 HKT 2011
fuse: mountpoint is not empty
fuse: if you are sure this is safe, use the 'nonempty' mount option
Sun Oct 10 20:22:51 HKT 2011
vpcp115kg ~ # ls /media/a100
ビデオ data JustReader Music pulse tmp
ビデオ DCIM Kobo myalbum Ringtones wwwjdic
Alarms Download LOST.DIR Notifications SpeedSoftware 漫画
Android dropbox lost+found Pictures su 音楽
apkinstaller.temp Evernote Mikulu Playlists Summer Player
astrid extracted Movies Podcasts TitaniumBackup
vpcp115kg ~ #
Certainly you just need to enter the command mtpfs -o allow_other /media/a100
It takes about 30 seconds to mount the storage. You can now manipulate your files from Linux. Just like how you deal with other external media, same rule applies, unmount it before disconnect the USB cable.
Same file / directory name
As both internal storage and SD card are treated as a single transactional file system, directories and files from both locations are combined into a single mount point through mtpfs.
No comments:
Post a Comment