From owner-freebsd-questions@FreeBSD.ORG Thu Mar 4 13:48:37 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 4F6EA106566C for ; Thu, 4 Mar 2010 13:48:37 +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 3F1A08FC28 for ; Thu, 4 Mar 2010 13:48:37 +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 05:48:36 -0800 Message-ID: <4B8FBA2B.8060001@a1poweruser.com> Date: Thu, 04 Mar 2010 21:48:27 +0800 From: Fbsd1 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 04 Mar 2010 13:48:37.0016 (UTC) FILETIME=[63B11980:01CABBA1] X-Sender: fbsd1@a1poweruser.com Subject: 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 13:48:37 -0000 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?