Difference between revisions of "/private/var"

From The iPhone Wiki
Jump to: navigation, search
(direct link)
(Children)
Line 29: Line 29:
 
* [[/private/var/stash|stash]] (not officially used in iOS, created by [[Cydia Application|Cydia]]'s root partition freeing code)
 
* [[/private/var/stash|stash]] (not officially used in iOS, created by [[Cydia Application|Cydia]]'s root partition freeing code)
 
* [[/private/var/tmp|tmp]]
 
* [[/private/var/tmp|tmp]]
* [[/private/var/vm|vm]] (not used in iOS)
+
* [[/private/var/vm|vm]] (not officially used in iOS because it doesn't support swap files or hibernation)
 
* [[/private/var/wireless|wireless]] (on iOS 4.0 and above)
 
* [[/private/var/wireless|wireless]] (on iOS 4.0 and above)

Revision as of 10:28, 23 October 2010

Overview

/private/var is the mount point for /dev/disk0s2, which is the iPhone's user/data partition. It is the larger of the two partitions, and stores all App Store applications, iTunes media, settings, photos, etc. Pre-1.1.3, all of this data was stored in /private/var/root. However, for security reasons, in 1.1.3 Apple made most applications run under the user mobile, and moved all of the data to /private/var/mobile.

Parents

Children