Android File Structure
From Just Solve the File Format Problem
(Difference between revisions)
Kayvon2008 (Talk | contribs) |
Kayvon2008 (Talk | contribs) |
||
Line 6: | Line 6: | ||
|- | |- | ||
| /system | | /system | ||
− | | Stores most system files. It can be accessed with file | + | | Stores most system files. It can be accessed with file manager apps on an unrooted device, and written with root permission. An option in recovery mode can mount this partition to a PC, Macintosh, Chromebook, iDevice, or even another Android device. |
|- | |- | ||
| /data | | /data | ||
− | | Stores most user data. This is the hardest partition to access without root, hardware hacks, rootkit malware, | + | | Stores most user data. This is the hardest partition to access without root, hardware hacks, rootkit malware, or expensive forensic tools |
|} | |} |
Revision as of 22:54, 22 November 2021
Note: this is a draft.
Path | Description |
---|---|
/system | Stores most system files. It can be accessed with file manager apps on an unrooted device, and written with root permission. An option in recovery mode can mount this partition to a PC, Macintosh, Chromebook, iDevice, or even another Android device. |
/data | Stores most user data. This is the hardest partition to access without root, hardware hacks, rootkit malware, or expensive forensic tools |