blob: 124ea9f956cecc2f59377798f36fc0e076e17597 [file] [log] [blame]
David Ng682ef2d2012-11-26 15:07:48 -08001# 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/system /system ext4 ro,barrier=1 wait
10/dev/block/platform/msm_sdcc.1/by-name/userdata /data ext4 nosuid,nodev,barrier=1,noauto_da_alloc wait,check,encryptable=footer
Maunik Shahb5170222013-11-06 11:53:55 +053011/devices/msm_sdcc.2/mmc_host /storage/sdcard1 vfat nosuid,nodev wait,voldmanaged=sdcard1:auto
Srinivasarao Pc3adcec2014-12-24 17:25:17 +053012/dev/block/zram0 none swap defaults zramsize=536870912
David Ng682ef2d2012-11-26 15:07:48 -080013#/dev/block/mmcblk0p11 /system ext4 ro,barrier=1 wait
14#/dev/block/mmcblk0p12 /data ext4 nosuid,nodev,barrier=1,noauto_da_alloc wait,check,encryptable=footer