From owner-freebsd-questions@FreeBSD.ORG Fri Aug 20 22:36:45 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 B39C11065672; Fri, 20 Aug 2010 22:36:45 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.freebsd.org (Postfix) with ESMTP id 95AD28FC0C; Fri, 20 Aug 2010 22:36:45 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.4/8.14.4) with ESMTP id o7KMajqq058213; Fri, 20 Aug 2010 15:36:45 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.4/8.14.4/Submit) id o7KMajQ5058212; Fri, 20 Aug 2010 15:36:45 -0700 (PDT) (envelope-from sgk) Date: Fri, 20 Aug 2010 15:36:45 -0700 From: Steve Kargl To: gahn Message-ID: <20100820223645.GA58189@troutmask.apl.washington.edu> References: <781712.60498.qm@web52302.mail.re2.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <781712.60498.qm@web52302.mail.re2.yahoo.com> User-Agent: Mutt/1.4.2.3i Cc: free bsd , freebsd general questions Subject: Re: meory file system 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: Fri, 20 Aug 2010 22:36:45 -0000 On Fri, Aug 20, 2010 at 03:08:30PM -0700, gahn wrote: > Hi, All: > > I am running 8.1. under /dev, I don't see /dev/md0, so i am trying to add following lines in kernel file and got error messages: > > options MFS #Memory Filesystem > > /usr/src/sys/i386/conf/bn39_1: unknown option "MFS" > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > any gurus here know what is happeny here? > There isn't a MFS option. Try 'man mdconfig'. PS: Your message should have been sent for freebsd-questions@freebsd.org. -- Steve