Cram FS on NAND - How to do this?
David Woodhouse
dwmw2 at infradead.org
Wed Jun 11 05:12:19 EDT 2003
On Wed, 2003-06-11 at 10:10, Russ Dill wrote:
> you could simplify this by making it so that writes can only occur
> starting at 0 sequentially onward (I think this is doable by not
> implementing seek)
Not the case for block devices. With the mtd_blkdevs helper stuff I
implemented a week or so ago, you just provide 'readsector()' and
'writesector()' routines.
--
dwmw2
More information about the linux-mtd
mailing list