The XDAndroid Project is no longer active.
This site provides archived information from while the project was under development. Some links may no longer function.

Difference between revisions of "Rootfs.img"

From The XDAndroid Project
Jump to navigation Jump to search
[unchecked revision][checked revision]
(Created page with "'''<code>rootfs.img</code>''' is a file containing an ext2 filesystem that XDAndroid mounts (read-only) at <code>/</code>. <code>rootfs.img</code> provides: *...")
 
(+downloads link)
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
* mount points for other XDAndroid filesystems:
 
* mount points for other XDAndroid filesystems:
 
** <code>/cache</code>
 
** <code>/cache</code>
** <code>/data</code>
+
** <code>/data</code> (see <code>[[data.img]]</code>)
 
** <code>/sdcard</code>
 
** <code>/sdcard</code>
** <code>/system</code>
+
** <code>/system</code> (see <code>[[system.ext2]]</code>)
** ...
+
**
 +
* [[keyboard]] keymaps
  
 
<code>rootfs.img</code> images are not specific to a particular release of Android. I.e. a given <code>rootfs.img</code> image may work with Donut, Eclair, and Froyo.
 
<code>rootfs.img</code> images are not specific to a particular release of Android. I.e. a given <code>rootfs.img</code> image may work with Donut, Eclair, and Froyo.
Line 19: Line 20:
  
 
==External links==
 
==External links==
* http://gitorious.org/xdandroid/rootfs
+
* http://gitorious.org/xdandroid/rootfs - <code>rootfs.img</code> source code
 +
* http://files.xdandroid.com/rootfs/ - <code>rootfs.img</code> downloads

Latest revision as of 03:46, 13 June 2011

rootfs.img is a file containing an ext2 filesystem that XDAndroid mounts (read-only) at /.

rootfs.img provides:

rootfs.img images are not specific to a particular release of Android. I.e. a given rootfs.img image may work with Donut, Eclair, and Froyo.

rootfs.img is generally stored in the /andboot directory of the SD card.

See also

External links