From owner-cvs-all Sun Jan 28 10:49:12 2001 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 469FB37B404; Sun, 28 Jan 2001 10:48:52 -0800 (PST) Received: from beppo (beppo [192.67.166.79]) by feral.com (8.9.3/8.9.3) with ESMTP id KAA02160; Sun, 28 Jan 2001 10:48:38 -0800 Date: Sun, 28 Jan 2001 10:48:39 -0800 (PST) From: Matthew Jacob Reply-To: mjacob@feral.com To: Poul-Henning Kamp Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 28 Jan 2001, Matthew Jacob wrote: > > > >> One should use md(4) and mdconfig(8) rather than MFS nowadays anyways, which > > >> does work with DEVFS. > > > > > >Uh, I don't think so. MFS should be fixed. With MFS you should be able to take > > >advantage of VM. I don't think the same applies to md. > > > > Try it, and come back with numbers if you think it is worse... > > Can't really compare right now, now can I, if MFS is broken ... :-)... > > But seriously, I'll be using md a lot from now on and I'll let you know if it > seems broken.... Like I said in other mail (paraphrasing) "Seems like this > ought to be a VFS, but I don't really care" First comparisons are awkward....but looks good so far.... In order to make it work on alpha, the example in the man page had to be changes... How about: Index: mdconfig.8 =================================================================== RCS file: /home/ncvs/src/sbin/mdconfig/mdconfig.8,v retrieving revision 1.3 diff -u -r1.3 mdconfig.8 --- mdconfig.8 2001/01/10 14:53:46 1.3 +++ mdconfig.8 2001/01/28 18:47:52 @@ -170,7 +170,7 @@ .Bd -literal -offset indent mdconfig -a -t swap -s 128M -u 10 disklabel -r -w md10 auto -newfs -f 4096 /dev/md10c +newfs -f `sysctl -n hw.pagesize` /dev/md10c tunefs -n enable /dev/md10c mount /dev/md10c /tmp .Ed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message