Advertisement
Guest User

fstab

a guest
Feb 26th, 2017
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 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. #<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
  6. /dev/block/mtdblock3 /system yaffs2 ro,barrier=1 wait
  7. /dev/block/mtdblock4 /cache yaffs2 nosuid,nodev,barrier=1 wait,check
  8. /dev/block/mtdblock5 /data yaffs2 nosuid,nodev,noauto_da_alloc,barrier=1 wait,check
  9.  
  10. /devices/platform/msm_sdcc.1/mmc_host/mmc0 auto auto defaults voldmanaged=sdcard0:1,noemulatedsd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement