Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • O OnlineNandroid
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • Ameer Dawood
  • OnlineNandroid
  • Wiki
  • Partition Layout Files

Partition Layout Files · Changes

Page history
Updated Partition Layout Files (markdown) authored Jan 08, 2014 by Ameer Dawood's avatar Ameer Dawood
Hide whitespace changes
Inline Side-by-side
Showing with 12 additions and 12 deletions
+12 -12
  • Partition-Layout-Files.md Partition-Layout-Files.md +12 -12
  • No files found.
Partition-Layout-Files.md
View page @ 09f48cf7
...@@ -13,18 +13,18 @@ Online Nandroid uses a file named ``partlayout4nandroid`` for detection unmounta ...@@ -13,18 +13,18 @@ Online Nandroid uses a file named ``partlayout4nandroid`` for detection unmounta
10. If a partition's name is not known, it can be named as ``unknown`` 10. If a partition's name is not known, it can be named as ``unknown``
11. The file should end with a line feed / empty line. 11. The file should end with a line feed / empty line.
12. The below partitions must be named: 12. The below partitions must be named:
* boot partition, named as "boot". * boot partition, named as ``boot``.
* recovery partition, named as "recovery", unless the device does not have one. * recovery partition, named as ``recovery``, unless the device does not have one.
* system partition, named as "system". * system partition, named as ``system``.
* data partition, named as "userdata". * data partition, named as ``userdata``.
* cache partition, named as "cache" * cache partition, named as ``cache``
* appslog partition, named as "appslog", if the device has one. * appslog partition, named as ``appslog``, if the device has one.
* wimax partition, named as "wimax", if the device has one. * wimax partition, named as ``wimax``, if the device has one.
* datadata partition, named as "datadata", if the device has one. * datadata partition, named as ``datadata``, if the device has one.
* flexrom partition, named as "flexrom", if the device has one. * flexrom partition, named as ``flexrom``, if the device has one.
* efs partition, named as "efs", if the device has one. * efs partition, named as ``efs``, if the device has one.
* modem / radio partition, named as modem. * modem / radio partition, named as ``modem``.
* internal sd card, named as "emmc", if the device has one. * internal sd card, named as ``emmc``, if the device has one.
* All other mounted / mountable partitions. * All other mounted / mountable partitions.
---- ----
......
Clone repository
  • Code Names for Versions of Online Nandroid
  • Contact me
  • For Developers
  • Frequently Asked Questions
  • Home
  • How To Detect Partition Layouts
  • How To Gather Information About Partition Layouts
  • Installation
  • Interesting Facts about Online Nandroid
  • Localization
  • Mirrors
  • Partition Layout Files
  • Requirements
  • Supported Devices
  • Supported Recoveries
View All Pages