Difference between revisions of "/.file"

From The iPhone Wiki
Jump to: navigation, search
m
Line 1: Line 1:
This is an empty [[wikipedia:Dot-file|hidden file]] in the [[/|root]] of [[iOS]]. It appears to have no purpose, but it may be used for file integrity checks to verify the filesystem is not corrupt.
+
This is an empty [[wikipedia:Dot-file|hidden file]] in the [[/|root]] of [[iOS]]. It appears to have no purpose, but it may be used for file integrity checks to verify the filesystem is not corrupt. According to Apple (https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/AccessingFilesandDirectories/AccessingFilesandDirectories.html), .file can be used to make a “reference” to a file like: /.file/id=6571367.2773272, where the file has a composite key of device ID and inode ID; it is believed to be a fundamental part of how aliasing works.
   
 
== Parents ==
 
== Parents ==

Revision as of 05:34, 6 May 2020

This is an empty hidden file in the root of iOS. It appears to have no purpose, but it may be used for file integrity checks to verify the filesystem is not corrupt. According to Apple (https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/AccessingFilesandDirectories/AccessingFilesandDirectories.html), .file can be used to make a “reference” to a file like: /.file/id=6571367.2773272, where the file has a composite key of device ID and inode ID; it is believed to be a fundamental part of how aliasing works.

Parents

(root)