Al Boldi wrote: > > Isn't everything really just temporary? > > Would something like an mmap'd tmpfs be possible? >
No. tmpfs relies on being able to leave data structures in the running kernel. In particular, it has no metadata store at all. The needs for a persistent filesystem are very different, regardless of what the underlying medium is. -hpa - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/