Re: ufs problem in 2.0 and 2.1

Stefan Traby (stefan@sime.com)
Mon, 21 Sep 1998 04:47:15 +0200


Hi !

> When I include support for ufs and BSD disklabels I cannot mount the ufs

I really see no reason why I _must_ compile UFS in on some systems only
if I only require BSD-disklabel.

Linus, could you apply this; it makes the kernel-tree smaller ;-}

--- linux/fs/Config.in~ Wed Sep 16 00:22:16 1998
+++ linux/fs/Config.in Mon Sep 21 06:30:55 1998
@@ -77,8 +77,6 @@
fi
fi
tristate 'UFS filesystem support (read only)' CONFIG_UFS_FS
-if [ "$CONFIG_UFS_FS" != "n" ]; then
- bool 'BSD disklabel (FreeBSD partition tables) support' CONFIG_BSD_DISKLABEL
- bool 'SMD disklabel (Sun partition tables) support' CONFIG_SMD_DISKLABEL
-fi
+bool 'BSD disklabel (FreeBSD partition tables) support' CONFIG_BSD_DISKLABEL
+bool 'SMD disklabel (Sun partition tables) support' CONFIG_SMD_DISKLABEL
endmenu

Reason: Many alpha machines (without DU) run SRM (on some
there is no alternative) and so they need BSD disklabels but
not UFS for running Linux. So there are IMHO many (at least
6 here) systems out there using SRM+BSD Disklabel+ext2+swap
but no UFS at all.

-- 
  ciao - 
    Stefan

Stefan Traby phone: +43-3133-6107-2 Mitterlasznitzstr. 13 fax: +43-3133-6107-9 8302 Nestelbach mailto://stefan@sime.com Austria

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/