nkk71

Untitled

Dec 3rd, 2015
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. # Android fstab file.
  2. # The filesystem that contains the filesystem checker binary (typically /system) cannot
  3. # specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK
  4.  
  5. #TODO: Add 'check' as fs_mgr_flags with data partition.
  6. # Currently we dont have e2fsck compiled. So fs check would failed.
  7.  
  8. #<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
  9. /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
  10. /devices/msm_sdcc.2/mmc_host auto vfat defaults voldmanaged=ext_sd:auto,noemulatedsd
  11. /devices/platform/xhci-hcd auto vfat defaults voldmanaged=usb:auto
Advertisement
Add Comment
Please, Sign In to add comment