forked from CyanogenMod/android_device_lge_p350
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathfstab.p350
23 lines (20 loc) · 887 Bytes
/
fstab.p350
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# http://source.android.com/devices/tech/storage/index.html
#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
cache /cache yaffs2 nosuid,nodev recoveryonly
userdata /data yaffs2 nosuid,nodev recoveryonly
system /system yaffs2 defaults recoveryonly
boot /boot mtd defaults recoveryonly
misc /misc mtd defaults recoveryonly
recovery /recovery mtd defaults recoveryonly
/dev/block/mmcblk0p2 /sd-ext ext4 defaults recoveryonly
/devices/platform/msm_sdcc.1/mmc_host/mmc0 /storage/sdcard0 vfat defaults voldmanaged=sdcard0:auto
#mtd0: 00440000 00020000 "boot"
#mtd1: 0c800000 00020000 "system"
#mtd2: 00500000 00020000 "recovery"
#mtd3: 002c0000 00020000 "lgdrm"
#mtd4: 00100000 00020000 "splash"
#mtd5: 00100000 00020000 "FOTABIN"
#mtd6: 00640000 00020000 "FOTA"
#mtd7: 00040000 00020000 "misc"
#mtd8: 04000000 00020000 "cache"
#mtd9: 0bd80000 00020000 "userdata"