I don't know anything about ramfs but maybe you can modify it to read all disk from storage then write back when done? Sounds really inefficient though. Maybe if it was done with system files it'd be more practical. AFAIK, but a bit off topic, DamnSmallLinux can do this. Maybe you'd like to check that out.
On Tue, Jul 15, 2014 at 2:05 PM, Yoann Padioleau <p...@fb.com> wrote: > But I would like something that actually can persist … a real but simple > storage > persistent filesystem. > > On Jul 15, 2014, at 10:57 AM, andrey mirtchovski <mirtchov...@gmail.com> > wrote: > >> /sys/src/cmd/ramfs.c? >> >> On Tue, Jul 15, 2014 at 11:53 AM, Yoann Padioleau <p...@fb.com> wrote: >>> Hi, >>> >>> What is the simplest storage filesystem in terms of code size in plan9? >>> I’m looking for a very simple in-kernel filesystem. Maybe older version of >>> plan9 >>> was including such a filesystem? On Linux for instance the minixfs was >>> probably >>> the simplest filesystem. The dos must also be simple but it’s currently a >>> fileserver >>> which makes it sligtly more complicated. >> > >