From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Mon, 14 Jan 2008 07:42:32 -0600 From: "Eric Van Hensbergen" To: alltom@gmail.com, "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] Easiest way to make a filesystem In-Reply-To: <326364c20801140111v1bf9b574p80ea0305edf09c14@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <326364c20801140111v1bf9b574p80ea0305edf09c14@mail.gmail.com> Cc: Topicbox-Message-UUID: 2e0ac580-ead3-11e9-9d60-3106f5b1d025 On Jan 14, 2008 3:11 AM, Tom Lieber wrote: > > Is the easiest way to make a filesystem to make one in C in the way > described in Francisco's book? Are there any wrapping libraries for > the simplest filesystems? Or filesystems like these to base my work > on? > Take a look at the man page for p9file(2) - its a starting point for writing simple file systems. I don't think there is something which explicitly helps with stackable/layered file systems -- might be nice if you created one out of your efforts ;) -eric