From 8778488c4920d2245164a8c99f89e85f664e6a50 Mon Sep 17 00:00:00 2001 From: Pawit Pornkitprasan Date: Wed, 15 Aug 2012 21:34:42 +0700 Subject: Use OneNAND for /data Writing on MoviNAND is very slow and so we use it on /system and use the space of /system for /data instead. Needs kernel change. Needs updated recovery.fstab in devices. WILL WIPE DEVICE Patch Set 2: tweak data partition size for CDMA devices (fascinatemtd/etc) Patch Set 3: don't use nosuid for /system (thanks Thomas Arcila) Change-Id: Ie3ac814ce79b7652416904ab1ab1ad7d8ad68a1e --- fstab.aries | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fstab.aries') diff --git a/fstab.aries b/fstab.aries index 359d54f..cba1ea7 100644 --- a/fstab.aries +++ b/fstab.aries @@ -3,5 +3,6 @@ # 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/mmcblk0p2 /data ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait,encryptable=/efs/userdata_footer +# System as RW because we want to put dalvik-cache there +/dev/block/mmcblk0p2 /system ext4 noatime,nodev,nomblk_io_submit,errors=panic wait -- cgit v1.1