Advertisement
nicklovell123

Untitled

Dec 21st, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. # Android fstab file.
  2. #<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
  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. /dev/block/mmcblk0p1 /cache ext4 noatime,nosuid,nodev,errors=panic wait
  7. /dev/block/mmcblk0p2 /data ext4 noatime,nosuid,nodev,errors=panic wait,encryptable=footer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement