View Single Post
Posts: 35 | Thanked: 21 times | Joined on Feb 2010 @ Copenhagen, Denmark
#249
Originally Posted by Honza. View Post
Congratulations! How did you done it?
Code
Code:
sudo sh -c 'zcat ./ubuntu-netbook-10.10-preinstalled-netbook-armel+<omap image>.img.gz >/dev/<device name>'
works, but n900 cant mount it...
You'll have to (move the card to the phone, obviously, and) mount it manually afterwards. I created directory /mnt/ubuntu and mount it there:

Code:
sudo mount /dev/mmcblk1p2 /mnt/ubuntu
I hope that helps