From owner-freebsd-hackers@FreeBSD.ORG Wed Apr 9 11:56:01 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9800E37B401 for ; Wed, 9 Apr 2003 11:56:01 -0700 (PDT) Received: from wall.polstra.com (wall-gw.polstra.com [206.213.73.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF46443F85 for ; Wed, 9 Apr 2003 11:56:00 -0700 (PDT) (envelope-from jdp@polstra.com) Received: from strings.polstra.com (strings.polstra.com [206.213.73.20]) by wall.polstra.com (8.12.3p2/8.12.3) with ESMTP id h39Itxdt070497 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 9 Apr 2003 11:55:59 -0700 (PDT) (envelope-from jdp@strings.polstra.com) Received: (from jdp@localhost) by strings.polstra.com (8.12.6/8.12.6/Submit) id h39ItxBg063906; Wed, 9 Apr 2003 11:55:59 -0700 (PDT) (envelope-from jdp) Date: Wed, 9 Apr 2003 11:55:59 -0700 (PDT) Message-Id: <200304091855.h39ItxBg063906@strings.polstra.com> To: hackers@freebsd.org From: John Polstra In-Reply-To: References: Organization: Polstra & Co., Seattle, WA Subject: Re: memory disk in FreeBSD4.5 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2003 18:56:01 -0000 In article , Eric Murphy wrote: > When using md driver, can I create 2nd md mount with md1 in FreeBSD 4.5? I > only being able to create md0 and mount it on /tmp. However, I also need > something to be mounted on/var/run? Nope, it was broken in 4.5. The first -stable release containing the fix was 4.7. John