On Mon, Oct 15, 2007 at 09:55:28AM +0100, Christoph Hellwig wrote: > On Mon, Oct 15, 2007 at 10:53:43AM +0200, Karel Zak wrote: > > On Tue, Sep 25, 2007 at 12:00:01PM +0200, Matthias Koenig wrote: > > > I think this is something for the TODO. > > > It seems that the kernel has support for minix fs v3 > > > > Added to TODO. > > The kernel doesn't have any minix v3 support. Are you really really sure? ... see below. Karel From: Andries Brouwer <aeb@xxxxxx> Date: Mon, 12 Feb 2007 08:52:49 +0000 (-0800) Subject: [PATCH] Minix V3 support X-Git-Tag: v2.6.21-rc1~91^2~164 X-Git-Url: http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Ftorvalds%2Flinux-2.6.git;a=commitdiff_plain;h=939b00df0306bc4b5cd25c3c3c78e89b91e72fc8;hp=b587b13a4f670ebae79ae6259cf44328455e4e69 [PATCH] Minix V3 support This morning I needed to read a Minix V3 filesystem, but unfortunately my 2.6.19 did not support that, and neither did the downloaded 2.6.20rc4. Fortunately, google told me that Daniel Aragones had already done the work, patch found at http://www.terra.es/personal2/danarag/ Unfortunaly, looking at the patch was painful to my eyes, so I polished it a bit before applying. The resulting kernel boots, and reads the filesystem it needed to read. Signed-off-by: Daniel Aragones <danarag@xxxxxxxxx> Signed-off-by: Andries Brouwer <aeb@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> - To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html