From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Viro To: 9fans@cse.psu.edu Subject: Re: [9fans] ufs support In-Reply-To: <20010318134700.6826E1998A@mail.cse.psu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Date: Sun, 18 Mar 2001 10:01:02 -0500 Topicbox-Message-UUID: 713cdab4-eac9-11e9-9e20-41e7f4b1d025 On Sun, 18 Mar 2001, William Staniewicz wrote: > Any way I can mount a FreeBSD or Linux partition? It would be handy > not having to reboot over. Or maybe I should just increase my Plan9 > space and move files over (Is there a FAQ somewhere telling how to do > this?). Search around for ext2srv. Changes needed to teach it dealing with UFS shouldn't be that large - the worst part is fragment reallocation on write, the rest can be lifted almost as-is from ext2 variant.