blob: 80919547b9ce5240e43a5522a6d6c4d77bf7a1f9 [file] [log] [blame]
Ken Sumrall35581d92012-04-12 14:41:19 -07001# 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
7/dev/block/platform/omap/omap_hsmmc.0/by-name/system /system ext4 ro wait
8/dev/block/platform/omap/omap_hsmmc.0/by-name/cache /cache ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait
9/dev/block/platform/omap/omap_hsmmc.0/by-name/userdata /data ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait
Ken Sumrall5a290332013-02-22 18:55:23 -080010misc /misc mtd defaults defaults
11boot /boot mtd defaults defaults
12recovery /recovery mtd defaults defaults
13bootloader /bootloader mtd defaults defaults
14radio /radio mtd defaults defaults