how to make ext4 more reliable?
- by amin
hi dears
as ext4 introduced more reliable than ext3 with block journals, is there any chance to suppose it 100% reliable? what if enabling block journaling on it, which is disabled by default?
as friend's guide to explain my case in more detail:
i have an embedded linux device, after installation keyboard and monitor is detached and it works standalone.
my duty is to make sure it has reliable file-system so with errors there is no way to fsck on device. i can't force my customer to use a ups with each device to ensure no fault by power-failure.
what can you offer me more than enabling block journaling?
thanks in advance