From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Tue, 15 Jul 2014 11:57:50 -0600 Message-ID: From: andrey mirtchovski To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] simplest disk filesystem Topicbox-Message-UUID: 0339abf4-ead9-11e9-9d60-3106f5b1d025 /sys/src/cmd/ramfs.c? On Tue, Jul 15, 2014 at 11:53 AM, Yoann Padioleau wrote: > Hi, > > What is the simplest storage filesystem in terms of code size in plan9? > I=E2=80=99m looking for a very simple in-kernel filesystem. Maybe older v= ersion of plan9 > was including such a filesystem? On Linux for instance the minixfs was pr= obably > the simplest filesystem. The dos must also be simple but it=E2=80=99s cur= rently a fileserver > which makes it sligtly more complicated.