View Single Post
Dousan's Avatar
Posts: 1,161 | Thanked: 1,707 times | Joined on Jan 2010 @ Denmark
#147
Originally Posted by ashyk36 View Post
any1 help me on this memory problem please.. i would remove the and directory but when i do a rmdir it does not let me delete is... please help
check your rootfs. If 100% used the rootfs got mounted when you tried to mount mmcblk1p2 and thats why you have issues. Just do this in xterm and that should fix it (if it's rootfs related).

sudo gainroot 'enter'
cd /and 'enter'
rm -rf * 'enter'

Then do the NITdroid install again from step 6.
__________________
My Procreate art:
https://folio.procreate.art/dousan

My Søciety6:
http://society6.com/Dousan

Last edited by Dousan; 2010-07-25 at 10:49. Reason: missing a line in the code...