2012/05/19

Mount MTP in Ubuntu

sudo apt-get install mtpfs
sudo mkdir /media/transformer
sudo chmod 775 /media/transformer
sudo mtpfs -o allow_other /media/transformer

You should now be able to see the device under /media/transformer

To remove the device type:
sudo umount mtpfs

Reference: http://forum.xda-developers.com/archive/index.php/t-1077572.html