summaryrefslogtreecommitdiff
path: root/fstab.partitions-with-kernelpartition
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2012-11-22 12:22:29 +0000
committerVishal Bhoj <vishal.bhoj@linaro.org>2012-11-22 13:34:22 +0000
commit10c683a2b48778d3c68c3aa41adeb76df8e60f61 (patch)
tree2d66f19c79e72af919ae89b387ef85604fbaa0a1 /fstab.partitions-with-kernelpartition
parent552c975e2df4218f90e4a9daf8686b9ee3891fd6 (diff)
common: add fstab type of mounting and internal storage
Add fstab type of mounting and internal storage which appears to be mandatory to 4.2 Change-Id: Ie0e5d053dd6ecfd777660592602a3b3aa948abfb Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'fstab.partitions-with-kernelpartition')
-rw-r--r--fstab.partitions-with-kernelpartition9
1 files changed, 9 insertions, 0 deletions
diff --git a/fstab.partitions-with-kernelpartition b/fstab.partitions-with-kernelpartition
new file mode 100644
index 0000000..9e2c93d
--- /dev/null
+++ b/fstab.partitions-with-kernelpartition
@@ -0,0 +1,9 @@
+# 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
+
+
+/dev/block/mmcblk0p3 /system ext4 ro wait
+/dev/block/mmcblk0p5 /cache ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait
+/dev/block/mmcblk0p6 /data ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait