summaryrefslogtreecommitdiffstats
path: root/init.tuna.rc
diff options
context:
space:
mode:
authorKen Sumrall <ksumrall@android.com>2011-09-14 17:49:43 -0700
committerKen Sumrall <ksumrall@android.com>2011-09-14 17:51:25 -0700
commit7dbca84f3837865628ebb5b48353dd42b105edb2 (patch)
treed4dafcf4afc23ecb4851464a892ff493a5e39574 /init.tuna.rc
parent8cb4f31886aa40ee757cf6527cedf78caadada54 (diff)
downloaddevice_samsung_tuna-7dbca84f3837865628ebb5b48353dd42b105edb2.zip
device_samsung_tuna-7dbca84f3837865628ebb5b48353dd42b105edb2.tar.gz
device_samsung_tuna-7dbca84f3837865628ebb5b48353dd42b105edb2.tar.bz2
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
Diffstat (limited to 'init.tuna.rc')
-rwxr-xr-xinit.tuna.rc6
1 files changed, 3 insertions, 3 deletions
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