Open GoogleCodeExporter opened 9 years ago
i read on some other page that lowering the process default scheduling priority
might
help as well :
renice 20 `pidof mmcqd`
but i still noticed it kicking in sometimes. isn't there a way to disable this
or
stop this from happening ?
Original comment by joyrider...@hotmail.com
on 5 Oct 2009 at 1:15
Original comment by igga...@gmail.com
on 5 Oct 2009 at 3:26
[deleted comment]
mounting /boot with noatime and nodiratime helps as a lot as well but it still
occurs
although it has less of an impact now. I'm using it in combination with the
renice 20
`pidof mmcqd` command and it doesn't seem to happen so often anymore (but still
does
from time to time).
these parameters i'm using now for the mount -o remount command in inittab :
rw,nosuid,nodev,noatime,nodiratime
Also (offtopic) aren't the filesystem corruptions related to user software ?
let me
explain the filesystem is probably mounted async so it's up to the software /
user to
call flush to write changes back to the filesystem and to the sd card. If this
isn't
done it can cause corruption (the gp2x had this problem as well). it could
still be
something else also but it's just a thought.
Original comment by joyrider...@hotmail.com
on 5 Oct 2009 at 7:21
Original issue reported on code.google.com by
joyrider...@hotmail.com
on 5 Oct 2009 at 12:11