sumtool
Jörn Engel
joern at wohnheim.fh-wedel.de
Fri Nov 4 08:57:42 EST 2005
On Fri, 4 November 2005 14:52:17 +0100, hinko.kocevar at cetrtapot.si wrote:
>
> mount /dev/mtd0
> ^^^^^^^^^^^^^^^^
>
> This last command hangs the system ---
> What am I doing wrong?
Correct variants:
1) mount /dev/mtdblock0 ...
2) mount mtd0 -t jffs2 ...
3) mount mtd:foo -t jffs2 ...
1) is using the block device only to derive the correct mtd from it,
2) is referring to the mtd directly by number, 3) is referring to it
by name ("foo").
Might be a candidate for the FAQ.
Jörn
--
Beware of bugs in the above code; I have only proved it correct, but
not tried it.
-- Donald Knuth
More information about the linux-mtd
mailing list