View Single Post
Posts: 3,428 | Thanked: 2,856 times | Joined on Jul 2008
#99
Originally Posted by ryanl33x1511 View Post
guys can u guys help me this, i follow the step to step 7 which is

7)Mount the SD card, replace /dev/sdc1 with your device and first partition.
Code:

mkdir mount
sudo mount /dev/sdc1 mount

and my sd name is /dev/sdb2
so how do i do it ?
mkdir mount
sudo mount /dev/sdb1 mount
but it then return command is it is busy or not found in fmap or something
Your SD name would actually be /dev/sdb, not /dev/sdb2. The number at the end refers to a partition number on the card - you don't write MeeGo to the partition but rather write it to the root car itself so that it can create 2 of it's own partitions.

Your dd command would have of=/dev/sdb in it and then you would mount /dev/sdb1 when that is finished.
__________________
If I've helped you or you use any of my packages feel free to help me out.
-----------------------------------------------------------------------------------
Maintaining:
pyRadio - Pandora Radio on your N900, N810 or N800!