-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: Ia16a02f97207381af8de557ca623c5717c55e72d
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# mount point fstype device [device2] [fstype2] | ||
# mount point fstype device | ||
|
||
/boot vfat /dev/block/mmcblk0p1 | ||
/system ext4 /dev/block/mmcblk0p5 NULL ext2 | ||
/data ext4 /dev/block/mmcblk0p6 NULL ext3 | ||
/cache ext4 /dev/block/mmcblk0p7 NULL ext3 | ||
/system ext4 /dev/block/mmcblk0p5 fstype2=ext2 | ||
/data ext4 /dev/block/mmcblk0p6 fstype2=ext3 | ||
/cache ext4 /dev/block/mmcblk0p7 fstype2=ext3 | ||
/emmc vfat /dev/block/mmcblk0p8 | ||
|
||
/sdcard vfat /dev/block/mmcblk1p1 /dev/block/mmcblk1 | ||
/sd-ext ext4 /dev/block/mmcblk1p2 NULL ext3 | ||
/sdcard vfat /dev/block/mmcblk1p1 | ||
/sd-ext ext4 /dev/block/mmcblk1p2 fstype2=ext3 |