Re: Idea about a disc backed ram filesystem

From: Matheus Izvekov
Date: Thu Jun 08 2006 - 21:00:31 EST


On 6/8/06, Måns Rullgård <mru@xxxxxxxxxxxxx> wrote:
"Matheus Izvekov" <mizvekov@xxxxxxxxx> writes:

> My idea consisted of adding the capability to specify a device for
> tmpfs mounting. if you dont specify any device, tmpfs continues to
> behave the way it currently is. But if you do, once data doesnt fit on
> ram (or some other limit) anymore, it will flush things to this
> device. my intention was to reuse swap code for this, so you mount a
> tmpfs passing the dev node of some unused swap device, and it works
> just like tmpfs with a dedicated swap partition.

I don't see what advantage this would have over normal tmpfs.

--

The difference is that the swap device is exclusive for the tmpfs mount.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/