blob: cba1ea7ca3b028c931c66e87a9d65bcf4488d172 (
plain)
1
2
3
4
5
6
7
8
|
# Android fstab file.
#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
# The filesystem that contains the filesystem checker binary (typically /system) cannot
# specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK
# System as RW because we want to put dalvik-cache there
/dev/block/mmcblk0p2 /system ext4 noatime,nodev,nomblk_io_submit,errors=panic wait
|