FAQ entry for loopback mounting
David Woodhouse
dwmw2 at infradead.org
Wed Apr 5 12:27:48 EDT 2006
On Wed, 2006-04-05 at 12:00 -0400, Ralph Siemsen wrote:
> Here the "128ki" is the erase block size. Only "ki" is accepted, due to
> bugs in the parsing code. The code understands "M" and "G" but will
> barf on subsequent arguments. You cannot add the logical-seeming "B",
> for example, "128kiB" is not accepted. If you use no letters, then the
> value is interpreted in BYTES (unlike the mtdram which assumes kiB).
You probably wouldn't want 'M' or 'G' on their own, because those would
be multiples of ten, and unlikely to be useful in this context. Making
it accept (and ignore) 'B' would perhaps be useful -- patches welcome.
--
dwmw2
More information about the linux-mtd
mailing list