From 2251d2336e3ba17b0be76b60a8b911c7c5da87fc Mon Sep 17 00:00:00 2001 From: Miodrag Dinic Date: Fri, 1 Sep 2017 16:24:37 +0200 Subject: Add fstab.ranchu.mips In comparison with fstab.ranchu.arm, mips does not use quota tracking. Change-Id: If020e18001e2bfae9f757fd0b7964439cd00c777 Signed-off-by: Miodrag Dinic --- fstab.ranchu.mips | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 fstab.ranchu.mips (limited to 'fstab.ranchu.mips') diff --git a/fstab.ranchu.mips b/fstab.ranchu.mips new file mode 100644 index 00000000..908bd376 --- /dev/null +++ b/fstab.ranchu.mips @@ -0,0 +1,7 @@ +# Android fstab file. +# +# 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/vdb /cache ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait +/dev/block/vdc /data ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait,check +/devices/*/block/vde auto auto defaults voldmanaged=sdcard:auto,encryptable=userdata -- cgit v1.2.3