UBIFS corruption in empty space during mount

Richard Weinberger richard.weinberger at gmail.com
Thu Oct 29 06:36:02 EDT 2020


Barak,

On Thu, Oct 29, 2020 at 5:54 AM Barak Adam <BAdam at adva.com> wrote:
> ubi_leb_read calls lower layer nand driver functions but finally returns with -EBADMSG error code indicating that the MTD driver has detected a data integrity problem (unrecoverable ECC checksum mismatch in case of NAND).

So, your driver is facing ECC errors while reading empty space?
This is something UBIFS does not expect.

If this is really the case, please double check, you can try to
backport the patches you've listed.
Or change the driver. In any case UBIFS does not want to see ECC
errors when reading eased pages.

-- 
Thanks,
//richard



More information about the linux-mtd mailing list