View Single Post
Posts: 6 | Thanked: 0 times | Joined on Nov 2010
#1
Hey everyone i kinda need a little help.

I was trying to install the NITdroid on my n900s internal (eMMC) memory by a repartitions by fdisk (this guide)

So i got it installed, worked good and all. After i once had to turn off NITdroid (normal shut down) due to a bug everything went bad.
I could not boot into either nitdroid or Maemo. Nitdroid said that the mmcblk0p5 wasnt avalible (the nitdroid partition) so i figured that the entire memory was unavalible.

I did a reflash of maemo with flasher 3.5 and got it to boot. i was working around in it to find out that stuff is still messed up.

After a while i ran fdisk again and noticed that i only had 1 partition (the entire 32gb memory) and "faster app manager" showed that both opt and rootfs were at a status of aprox 5/275mb avalible.

So i made the partitions needed, (for opt and swap) but how do i mount them at the correct places? When doing:
Code:
mount /dev/mmcblk0p1 /home/user/MyDocs
it gives me a invalid argument, but with midnight commander i can find the MyDocs directory.

Im kinda noob to the hierarchy system of linux and now im totally lost in my problem.

Can someone help me?