ext4 on faulty disks. How to avoid remount read-only?
May 15, 2013 in answer
ANSWER:
If you ABSOLUTELY need to use these drives, I’d recommend making the filesystems with mkfs -c -c… to have mkfs check for bad blocks.
You could try another filesystem like btrfs and see if that works better, but ultimately the correct answer is ‘replace the disks’.

New Comments