ext4 on faulty disks. How to avoid remount read-only?

May 15, 2013 in answer

0 votes, 0.00 avg. rating (0% score)

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’.

MikeyB from http://serverfault.com/questions/508050