Difference between revisions of "NAND"

From Pandora Wiki
Jump to: navigation, search
Line 1: Line 1:
 
The Pandora has 512mb of internal memory on the NAND.  
 
The Pandora has 512mb of internal memory on the NAND.  
  
A clean installed unit will have "[http://www.gp32x.com/board/index.php?/topic/56366-nand-full/page__view__findpost__p__913989 about 80mb left]". Not being careful (especially by installing too many things with OPKG, or [http://www.gp32x.com/board/index.php?/topic/56810-html-viewer-for-claws-mail/page__view__findpost__p__919458 using the version of ClawsMail included in the OS]) could mean that you'll [http://www.gp32x.com/board/index.php?/topic/56366-nand-full/ run out of room] and need to [[Introduction_to_firmware#Replacing_the_Firmware_.28Un-bricking.29|reflash]] your Pandora.
+
A clean installed unit will have "[http://www.gp32x.com/board/index.php?/topic/56366-nand-full/page__view__findpost__p__913989 about 80mb left]". Not being careful (especially by installing too many things with OPKG) could mean that you'll [http://www.gp32x.com/board/index.php?/topic/56366-nand-full/ run out of room] and need to [[Introduction_to_firmware#Replacing_the_Firmware_.28Un-bricking.29|reflash]] your Pandora.
  
 
Type  
 
Type  

Revision as of 02:51, 23 February 2011

The Pandora has 512mb of internal memory on the NAND.

A clean installed unit will have "about 80mb left". Not being careful (especially by installing too many things with OPKG) could mean that you'll run out of room and need to reflash your Pandora.

Type

df -h

into the terminal to check how much space you have left on the NAND. Type

du -h | more

into the terminal to find cache folders and how many megabytes they are using (then delete what is in them to free up space).

A more advanced approach will be:

du -x /|sort -n|tail -20

which will show you the top 20 in directory sizes on the NAND only.