Re: jffs on non-MTD device?

Padraig Brady (Padraig@AnteFacto.com)
Mon, 11 Jun 2001 12:45:42 +0100


Some (most?) CF disks have hareware wareleveling.
I use ext2 with e2compr patch.

Padraig.

Pavel Machek wrote:

>Hi!
>
>I'm trying to run jffs on my ATA-flash disk (running ext2 could kill
>some flash cells too soon, right?) but it refuses:
>
> if (MAJOR(dev) != MTD_BLOCK_MAJOR) {
> printk(KERN_WARNING "JFFS: Trying to mount a "
> "non-mtd device.\n");
> return 0;
> }
>
>What are reasons for this check?
>
> Pavel
>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/