public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* jffs on non-MTD device?
@ 2001-05-24 22:52 Pavel Machek
  2001-05-25  8:44 ` David Woodhouse
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Pavel Machek @ 2001-05-24 22:52 UTC (permalink / raw)
  To: kernel list, jffs-dev

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

-- 
I'm pavel@ucw.cz. "In my country we have almost anarchy and I don't care."
Panos Katsaloulis describing me w.r.t. patents at discuss@linmodems.org

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-06-11 12:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-24 22:52 jffs on non-MTD device? Pavel Machek
2001-05-25  8:44 ` David Woodhouse
2001-06-11 11:45 ` Padraig Brady
2001-06-11 12:41 ` David Woodhouse

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox