From owner-freebsd-questions@FreeBSD.ORG Thu Mar 4 23:59:03 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53E3C1065673 for ; Thu, 4 Mar 2010 23:59:03 +0000 (UTC) (envelope-from fbsd1@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id 0EF838FC16 for ; Thu, 4 Mar 2010 23:59:02 +0000 (UTC) Received: from [10.0.10.3] ([202.69.174.43]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 4 Mar 2010 15:59:03 -0800 Message-ID: <4B90493E.2050507@a1poweruser.com> Date: Fri, 05 Mar 2010 07:58:54 +0800 From: Fbsd1 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: FreeBSD Questions References: <4B8FBA2B.8060001@a1poweruser.com> <20100304141459.GH57934@catflap.slightlystrange.org> In-Reply-To: <20100304141459.GH57934@catflap.slightlystrange.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 04 Mar 2010 23:59:03.0321 (UTC) FILETIME=[AAABB890:01CABBF6] X-Sender: fbsd1@a1poweruser.com Subject: Re: Loader.conf mfs statements X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Mar 2010 23:59:03 -0000 Daniel Bye wrote: > On Thu, Mar 04, 2010 at 09:48:27PM +0800, Fbsd1 wrote: >> Tyring to understand what mfsbsd is doing. >> In its loader.conf file i see these statements >> geom_uzip_load="YES" >> mfs_load="YES" >> mfs_type="mfs_root" >> mfs_name-"/mfsroot" >> tmpfs_laod="YES" >> vfs.root.mountfrom="ufs:/dev/mdo >> >> Where do I find documentation on the meaning of these statements? > > loader.conf(5) and /boot/defaults/loader.conf > All ready checked those sources before posting with no joy. IE: your are wrong. Those sources have no info on the mfs* statements.