Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # 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
- #TODO: Add 'check' as fs_mgr_flags with data partition.
- # Currently we dont have e2fsck compiled. So fs check would failed.
- #<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
- /dev/block/platform/msm_sdcc.1/by-name/userdata /data ext4 nosuid,nodev,barrier=1,noauto_da_alloc,discard,errors=panic wait,check,encryptable=/dev/block/platform/msm_sdcc.1/by-name/extra
- /devices/msm_sdcc.2/mmc_host auto vfat defaults voldmanaged=ext_sd:auto,noemulatedsd
- /devices/platform/xhci-hcd auto vfat defaults voldmanaged=usb:auto
Advertisement
Add Comment
Please, Sign In to add comment