![]() |
2007-11-09
, 13:27
|
Posts: 70 |
Thanked: 13 times |
Joined on Nov 2007
@ Milan - Italy
|
#12
|
Umm, seems like there is a lot of confusion here. What I understood is that something broke and you have that permission problem with system in internal flash and you can boot from mmc which is still OK, right?
If this is true, than you can boot from mmc, mount internal flash and copy /etc/sudoers or whatever to internal flash, unmount it and try to boot from internal flash again. Something like
1. boot from mmc, open xterm, sudo gainroot
2.
3. reboot and boot from internal flashCode:mount -t jffs2 /dev/mtdblock4 /opt cp -a /etc/sudoers /opt/etc/ umount /opt
If this is true, than you can boot from mmc, mount internal flash and copy /etc/sudoers or whatever to internal flash, unmount it and try to boot from internal flash again. Something like
1. boot from mmc, open xterm, sudo gainroot
2.
Newbies click here before posting. Thanks.
If you really need to PM me with troubleshooting question please consider posting it to the forum instead. It is OK to PM me a link to such post then. Thank you.