At the first step I had to substitute the following command on my Ubuntu 8.04 (Hardy Heron).
sudo apt-get install mtpfs
The rest of the steps worked perfectly as is, and to my surprise, mounted my Samsung YP-P2!
A quick follow-up:
Since I'm incredibly lazy, I just wrote a couple scripts for mounting and unmounting my P2 on Ubuntu.
p2.mount
#! /bin/sh
sudo mtpfs -o allow_other /media/p2.mount
p2.unmount
#! /bin/sh
sudo umount /media/p2.unmount
No comments:
Post a Comment