Difference between revisions of "/private/var"

From The iPhone Wiki
Jump to: navigation, search
m (fixing typp)
(template)
Line 1: Line 1:
 
== Overview ==
 
== 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.
+
'''/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 ==
 
* [[/]]
 
* [[/private]]
 
   
 
== Children ==
 
== Children ==
  +
=== Folders ===
 
* [[/private/var/backups|backups]] (not used in iOS)
 
* [[/private/var/backups|backups]] (not used in iOS)
 
* [[/private/var/cache|cache]] (not officially used in iOS)
 
* [[/private/var/cache|cache]] (not officially used in iOS)
Line 32: Line 29:
 
* [[/private/var/wireless|wireless]] (on iOS 4.0 and above)
 
* [[/private/var/wireless|wireless]] (on iOS 4.0 and above)
 
* [[/private/var/www|www]] (Created after installing phppod)
 
* [[/private/var/www|www]] (Created after installing phppod)
  +
=== Files ===
  +
(none)
  +
  +
== Parents ==
  +
* [[/|(Root)]]/[[/private|private]]

Revision as of 23:58, 9 February 2011

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.

Children

Folders

Files

(none)

Parents