From 7dbca84f3837865628ebb5b48353dd42b105edb2 Mon Sep 17 00:00:00 2001 From: Ken Sumrall Date: Wed, 14 Sep 2011 17:49:43 -0700 Subject: Temporarily make all ext4 errors panic the kernel We are seeing some devices with corrupted filesystems, and the filesystem has logged IO errors. So temporarily turn on errors=panic for now to try and catch the error when it happens, so we can fix it. Change-Id: Ic60ced465814efbf4ec23f6d5d7440d1ec4ab282 --- init.tuna.rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'init.tuna.rc') diff --git a/init.tuna.rc b/init.tuna.rc index 80f0cc7..c94184d 100755 --- a/init.tuna.rc +++ b/init.tuna.rc @@ -34,9 +34,9 @@ on fs mkdir /efs 0775 radio radio mount ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/system /system wait ro setprop ro.crypto.tmpfs_options size=128m,mode=0771,uid=1000,gid=1000 - mount ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/userdata /data wait noatime nosuid nodev nomblk_io_submit - mount ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/cache /cache wait noatime nosuid nodev nomblk_io_submit - mount ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/efs /efs wait noatime nosuid nodev nomblk_io_submit + mount ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/userdata /data wait noatime nosuid nodev nomblk_io_submit,errors=panic + mount ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/cache /cache wait noatime nosuid nodev nomblk_io_submit,errors=panic + mount ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/efs /efs wait noatime nosuid nodev nomblk_io_submit,errors=panic setprop ro.crypto.fuse_sdcard true # change permissions for Tiler driver -- cgit v1.1