Thursday, May 26, 2011
Posted in
Linux
,|
TF101
,|
Transformer TF101
|
Currently, the TF101 has been treated as MTP instead of UMS when connects to PC.
And there're two ways I found to transfer files into to its internal storage.
Reference: [Guide] Mount Internal Storage in Ubuntu
By gmtp
By mtpfs
Reboot and have fun.
And there're two ways I found to transfer files into to its internal storage.
Reference: [Guide] Mount Internal Storage in Ubuntu
By gmtp
$ sudo apt-get install gmtp
By mtpfs
1. $ lsusb (find out vendorId of your device)
Bus 001 Device 007: ID 0b05:xxxx ASUSTek Computer, Inc.
2. add 'SUBSYSTEM=="usb", ATTR{idVendor}=="0b05", MODE="0666"' to
/etc/udev/rules.d/95-android.rules
3. $ sudo apt-get install mtpfs
4. $ sudo mkdir /media/TF101
5. $ sudo chown user.user /media/TF101
6. add 'mtpfs /media/TF101 fuse user,noauto,allow_other 0 0' to /etc/fstab
7. uncomment 'user_allow_other' in /etc/fuse.conf
Reboot and have fun.
4 意見:
neither method worked.
Aucune des deux méthode n'a marché, effectivement.
gmtp worked just fine for me :)
Thanks
A bien fonctionné pour moi avec la methode gmtp...
Post a Comment