From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] is 1G enough? MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20010508172612.B63B3199D5@mail.cse.psu.edu> Date: Tue, 8 May 2001 13:26:07 -0400 Topicbox-Message-UUID: 9b18cc3a-eac9-11e9-9e20-41e7f4b1d025 One gigabyte is plenty for Plan 9. The ext2fs server is part of the package, but not officially supported. It's used in the install and is in /sys/lib/pcdist/cmd/ext2fs. I made a few minor tweaks to keep up with apparent changes to the EXT2 file system and to the Plan 9 disk interface since ext2fs was originally written (by someone in France for second edition). It does read-write, although since I haven't played with it much myself, the installation uses it in read-only mode. Russ