Difference between revisions of "NAND"

From The iPhone Wiki
Jump to: navigation, search
(NAND partition layout (maybe to move elsewhere))
Line 2: Line 2:
 
This refers to the NAND flash chip used in the [[Apple TV]], [[iPad]], [[iPhone]], and [[iPod touch]]. This is where all the storage capacity comes from. The capacity can range from as little as 4GB to as many as 64GB. in iOS, it is partitioned into two: the system partition and the user partition. The system partition contains the [[iOS]] operating system and the native Apple applications, and is mounted as read-only. The user partition contains all user data, including installed applications, music, and movies, and is mounted as read/write.
 
This refers to the NAND flash chip used in the [[Apple TV]], [[iPad]], [[iPhone]], and [[iPod touch]]. This is where all the storage capacity comes from. The capacity can range from as little as 4GB to as many as 64GB. in iOS, it is partitioned into two: the system partition and the user partition. The system partition contains the [[iOS]] operating system and the native Apple applications, and is mounted as read-only. The user partition contains all user data, including installed applications, music, and movies, and is mounted as read/write.
 
A bare-bones jailbreak modifies the file "[[/etc/fstab]]" and enables read and write on all 2 partitions.
 
A bare-bones jailbreak modifies the file "[[/etc/fstab]]" and enables read and write on all 2 partitions.
  +
  +
[http://freepdfhosting.com/29256fdff9.pdf NAND partition layout] by cpich3g

Revision as of 08:02, 18 December 2010

Example of a NAND chip.

This refers to the NAND flash chip used in the Apple TV, iPad, iPhone, and iPod touch. This is where all the storage capacity comes from. The capacity can range from as little as 4GB to as many as 64GB. in iOS, it is partitioned into two: the system partition and the user partition. The system partition contains the iOS operating system and the native Apple applications, and is mounted as read-only. The user partition contains all user data, including installed applications, music, and movies, and is mounted as read/write. A bare-bones jailbreak modifies the file "/etc/fstab" and enables read and write on all 2 partitions.

NAND partition layout by cpich3g