From owner-freebsd-current Mon Aug 4 13:20:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA24726 for current-outgoing; Mon, 4 Aug 1997 13:20:39 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.50]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id NAA24721 for ; Mon, 4 Aug 1997 13:20:31 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id NAA04714; Mon, 4 Aug 1997 13:19:03 -0700 From: Terry Lambert Message-Id: <199708042019.NAA04714@phaeton.artisoft.com> Subject: Re: Some thoughts and ideas, and quirks To: garbanzo@hooked.net (Alex) Date: Mon, 4 Aug 1997 13:19:03 -0700 (MST) Cc: terry@lambert.org, current@FreeBSD.ORG In-Reply-To: from "Alex" at Aug 4, 97 12:06:34 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Well bugs, typos or whatever, they still prevent them from being made into > lkms. However I still don't see an ext2fs lkm or mount_ext2fs program > (unless it's hiding from me), and mount -t ext2fs did need the kernel > directive so afaic that's not really a typo. The list is there whether the FS is compiled in or not (see mount.h), so having the enumerated value on the other side of the mount call isn't really an issue; there's a number of other places where it's screwed up, though. There's also a mount_ext2fs in /usr/src/sbin/mount_ext2fs. 8-). Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.