From e3936f5145a98419eb2861f07c1476bdfa2fae6f Mon Sep 17 00:00:00 2001 From: jt1134 Date: Sat, 22 Sep 2012 23:15:39 -0500 Subject: use logical volumes for system and data, bring back datadata * use lvm to split eMMC into 2 logical partitions * use entire available space on OneNAND for /datadata based on information from: http://bit.ly/OMny8Z WARNING: WILL WIPE DATA Change-Id: I3caeec096a6798afafaf03b2eb72c20580272682 --- fstab.aries | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'fstab.aries') diff --git a/fstab.aries b/fstab.aries index cba1ea7..45b449f 100644 --- a/fstab.aries +++ b/fstab.aries @@ -3,6 +3,7 @@ # 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 -# System as RW because we want to put dalvik-cache there -/dev/block/mmcblk0p2 /system ext4 noatime,nodev,nomblk_io_submit,errors=panic wait +# LVM Volumes +/dev/lvpool/system /system ext4 ro wait +/dev/lvpool/userdata /data ext4 noatime,nodev,nosuid,nomblk_io_submit,errors=panic wait,encryptable=footer -- cgit v1.1