View Single Post
Posts: 3,401 | Thanked: 1,255 times | Joined on Nov 2005 @ London, UK
#28
Originally Posted by mraya View Post
Edit: How do i know if i'm using the memory card or the flash memory?
Probably the easiest way is to run the "mount" command in xterm, the check where your root ("/") filesystem is mounted. If you see a line similar to the following

Code:
/dev/mtdblock4 on / type jffs2 (rw,rpsize=1024,rpuid=0,rpuid=30000)
then you are running from internal flash. If it shows ext2 instead of "jffs2" and "/media/mmcX" (where X will vary) instead of "/dev/mtdblock4", then you are running from MMC/SD card.