summaryrefslogtreecommitdiff
path: root/fstab.common
diff options
context:
space:
mode:
Diffstat (limited to 'fstab.common')
-rw-r--r--fstab.common7
1 files changed, 7 insertions, 0 deletions
diff --git a/fstab.common b/fstab.common
new file mode 100644
index 0000000..888775a
--- /dev/null
+++ b/fstab.common
@@ -0,0 +1,7 @@
+# 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/platform/soc/7824900.sdhci/by-name/system /system ext4 ro wait
+/dev/block/platform/soc/7824900.sdhci/by-name/cache /cache ext4 discard,noauto_da_alloc,data=ordered,user_xattr,barrier=1 wait
+/dev/block/platform/soc/7824900.sdhci/by-name/userdata /data ext4 discard,noauto_da_alloc,data=ordered,user_xattr,barrier=1 wait