From: bs1770.kim Date: Mon, 3 Sep 2012 13:55:39 +0000 (+0900) Subject: change /etc/fstab for the new partition layout X-Git-Tag: 2.0_alpha^0 X-Git-Url: http://review.tizen.org/git/?p=adaptation%2Fsystem-plugin-slp.git;a=commitdiff_plain;h=c99c0e836ca459eea3d8cceb0e8c1afab0d03a60 change /etc/fstab for the new partition layout - Partition Info Table(PIT) version 8 is supported in TIZEN 2.0_beta. Signed-off-by: bs1770.kim --- diff --git a/etc/fstab b/etc/fstab index ccd47c5..26761f7 100755 --- a/etc/fstab +++ b/etc/fstab @@ -8,8 +8,8 @@ none /sys sysfs defaults 0 0 # For new partition - 2012/08 /dev/mmcblk0p1 /csa ext4 defaults 0 0 /dev/mmcblk0p2 /boot ext4 defaults 0 0 +/dev/mmcblk0p4 /mnt/csc ext4 defaults,noauto 0 0 /dev/mmcblk0p5 / ext4 defaults 0 0 /dev/mmcblk0p6 /opt ext4 defaults 0 0 -/dev/mmcblk0p7 /mnt/csc ext4 defaults,noauto 0 0 -/dev/mmcblk0p8 /opt/media ext4 defaults 0 0 +/dev/mmcblk0p7 /opt/media ext4 defaults 0 0 /boot/modules.img /lib/modules ext4 loop 0 0