Advertisement
Guest User

Untitled

a guest
Nov 27th, 2013
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. shell@android:/ # cat fstab.qcom
  2. # Android fstab file.
  3. # The filesystem that contains the filesystem checker binary (typically /system) cannot
  4. # specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK
  5.  
  6. #TODO: Add 'check' as fs_mgr_flags with data partition.
  7. # Currently we dont have e2fsck compiled. So fs check would failed.
  8.  
  9. #<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
  10. /dev/block/platform/msm_sdcc.1/by-name/system /system ext4 ro,errors=panic wait
  11. /dev/block/platform/msm_sdcc.1/by-name/userdata /data ext4 nosuid,nodev,noatime,noauto_da_alloc,discard,journal_async_commit,errors=panic wait,check,encryptable=footer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement