Active Topics

 


Reply
Thread Tools
misterc's Avatar
Posts: 1,625 | Thanked: 998 times | Joined on Aug 2010
#11
Originally Posted by maemo-coldhearted View Post
yes im doing that root also





it says invalid argument
instead of typing
Code:
umount /dev/mmcblk1p1
type
Code:
ls /dev/mm*
and post the output here
 

The Following User Says Thank You to misterc For This Useful Post:
Amboss's Avatar
Posts: 237 | Thanked: 502 times | Joined on May 2010 @ Mittelfranken, Germany
#12
Originally Posted by maemo-coldhearted View Post
how can i know the output of this code

Code:
ls /dev/mm*
It will give you a list of devices with names starting with "mm"

There needs to be an item listed "mmcblk1p1" for the umount to work. If there is none u don't need to unmount it.

btw: did you type in the other lines before EOF as well?

Code:
sfdisk -uM /dev/mmcblk1 << EOF
,<YOUR NUMBER IN MB>,C
,,L
,,
,,
EOF
all lines are needed as the EOF actually ends the command.
 

The Following User Says Thank You to Amboss For This Useful Post:
Posts: 10 | Thanked: 0 times | Joined on Aug 2011
#13
yes.. mates..

after i type this code
ls /dev/mm*
it gives me a list of " mm "

that comes to

/dev/mmcblk0
/dev/mmcblk0p1
/dev/mmcblk0p2
/dev/mmcblk0p3
/dev/mmcblk1
/dev/mmcblk1p1
/dev/mmcblk1p2

so what should i do after i see this commands?

There needs to be an item listed "mmcblk1p1" for the umount to work. If there is none u don't need to unmount it.
so the "mmcblk1p1" should be work because i see the command of that on the list?


and yes...
i do followed correct the code like this
sfdisk -uM /dev/mmcblk1 << EOF
,<YOUR NUMBER IN MB>,C
,,L
,,
,,
EOF
 
misterc's Avatar
Posts: 1,625 | Thanked: 998 times | Joined on Aug 2010
#14
Originally Posted by maemo-coldhearted View Post
[...]

/dev/mmcblk0
/dev/mmcblk0p1
/dev/mmcblk0p2
/dev/mmcblk0p3
/dev/mmcblk1
/dev/mmcblk1p1
/dev/mmcblk1p2

so what should i do after i see this commands?[...]
to see which of those "devices" are mounted and thus actually available to the user, post the output of the following command
Code:
mount | grep mmc

Last edited by misterc; 2011-08-30 at 05:30.
 

The Following User Says Thank You to misterc For This Useful Post:
Posts: 10 | Thanked: 0 times | Joined on Aug 2011
#15
how can i know if one of that devices are mounted?

after i use your code


"mount | grep mmc"
 
Amboss's Avatar
Posts: 237 | Thanked: 502 times | Joined on May 2010 @ Mittelfranken, Germany
#16
The command shows only the items which are mounted. If /dev/mmcblk1p1
or /dev/mmcblk1p2 are listed they are mounted.
 

The Following User Says Thank You to Amboss For This Useful Post:
Posts: 10 | Thanked: 0 times | Joined on Aug 2011
#17
so if i type this command

umount /dev/mmcblk1p1
and if says invalid argument and then i try to type this command

mount | grep mmc
but i didnt see a "mmcblk1p1" to umount so i dont need to umount it right?

so i just go to the next command right?

then if i use this command

umount /dev/mmcblk1p1
mkfs.vfat /dev/mmcblk1p1 -n sdcard
mke2fs -j -m0 -L Android /dev/mmcblk1p2

cd /
mkdir /and
but in the command of "mkdir /and" it says file exist so i dont need to mkdir /and its because exist already? so i just go to the next command? is it right?


please advice mates...
 
Posts: 10 | Thanked: 0 times | Joined on Aug 2011
#18
i successfully installed the ginger.tar on my N900 but

after i boot in mutiboot then i choose the Nitdroid but i see the error

Fs Opts: rw,noatime,errors=ro
in the multiboot menu i See the

1 - Maemo 2.6.28-omapl
2 - Maemo kernel-power46
3 - Nitdroid 2.6.28.NIT.06 on mmcblk1p2

how to solve this issue?
 
Reply


 
Forum Jump


All times are GMT. The time now is 07:20.