Is realtime logging possible?

David Woodhouse dwmw2 at infradead.org
Sat Feb 9 15:46:02 EST 2002


On Sat, 9 Feb 2002, Derek Ross wrote:

> Is it possible for a filesystem to coexist with 
> low-level reading, writing and erasing?  Maybe by
> specifying in advance which sectors are forbidden
> to the filesystem.

Yes, you can partition the flash however you like. As I mentioned before, 
you need to check that the chip driver won't make the RT process wait for 
writes to happen in the filesystem partition, because it thinks the whole 
_chip_ is busy not just one sector.

-- 
dwmw2





More information about the linux-mtd mailing list