forked from audahadi/android_device_xiaomi_cancro
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: I2a32bb6d9b69068f17101396ac51add849293c33
- Loading branch information
Showing
3 changed files
with
26 additions
and
18 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
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
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Android fstab file. | ||
# The filesystem that contains the filesystem checker binary (typically /system) cannot | ||
# specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK | ||
|
||
/dev/block/platform/msm_sdcc.1/by-name/system /system ext4 ro,barrier=1 wait | ||
/dev/block/platform/msm_sdcc.1/by-name/cache /cache ext4 noatime,nosuid,nodev,barrier=1,data=ordered,noauto_da_alloc,errors=panic wait,check | ||
/dev/block/platform/msm_sdcc.1/by-name/userdata /data ext4 noatime,nosuid,nodev,barrier=1,data=ordered,noauto_da_alloc wait,check,length=-16384 | ||
/dev/block/platform/msm_sdcc.1/by-name/persist /persist ext4 nosuid,nodev,barrier=1,data=ordered,nodelalloc,nomblk_io_submit,errors=panic wait,check | ||
/dev/block/platform/msm_sdcc.1/by-name/modem /firmware vfat ro,uid=1000,shortname=lower,gid=1000,dmask=227,fmask=337,context=u:object_r:firmware_file:s0 wait | ||
/dev/block/platform/msm_sdcc.1/by-name/boot /boot emmc defaults defaults | ||
/dev/block/platform/msm_sdcc.1/by-name/recovery /recovery emmc defaults defaults | ||
/dev/block/platform/msm_sdcc.1/by-name/misc /misc emmc defaults defaults | ||
/dev/block/platform/msm_sdcc.1/by-name/modem /radio emmc defaults defaults | ||
/dev/block/platform/msm_sdcc.1/by-name/sbl1 /sbl1 emmc defaults defaults | ||
/dev/block/platform/msm_sdcc.1/by-name/sbl2 /sbl2 emmc defaults defaults | ||
/dev/block/platform/msm_sdcc.1/by-name/sbl3 /sbl3 emmc defaults defaults | ||
/dev/block/platform/msm_sdcc.1/by-name/tz /tz emmc defaults defaults | ||
/dev/block/platform/msm_sdcc.1/by-name/rpm /rpm emmc defaults defaults | ||
/dev/block/platform/msm_sdcc.1/by-name/aboot /aboot emmc defaults defaults | ||
/devices/platform/xhci-hcd/usb1 /storage/usbotg vfat nosuid,nodev wait,voldmanaged=usbotg:auto |