From owner-cvs-all Mon Jan 29 11: 2: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (earth-nat-cw.backplane.com [208.161.114.67]) by hub.freebsd.org (Postfix) with ESMTP id 8F27637B400; Mon, 29 Jan 2001 11:01:38 -0800 (PST) Received: (from dillon@localhost) by earth.backplane.com (8.11.1/8.9.3) id f0TJ15P69657; Mon, 29 Jan 2001 11:01:05 -0800 (PST) (envelope-from dillon) Date: Mon, 29 Jan 2001 11:01:05 -0800 (PST) From: Matt Dillon Message-Id: <200101291901.f0TJ15P69657@earth.backplane.com> To: Matthew Jacob Cc: Poul-Henning Kamp , John Baldwin , cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, Mikhail Teterin Subject: Re: workaround for broken mfs using vn. (was Re: cvs commit: src/sys/i386/conf GENERIC ) References: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Try it without devfs. :> vnconfig -c -s labels,reserve -S 256m /dev/vn0 :> disklabel -r -w vn0c auto : :farrago.feral.com > root vnconfig -c -s labels,reserve -S 256m /dev/vn0 :farrago.feral.com > root disklabel -r -w vn0c auto :disklabel: /dev/vn0c: No such file or directory : :> newfs /dev/vn0c : :farrago.feral.com > root vnconfig -c -s labels,reserve -S 256m /dev/vn0 :farrago.feral.com > root disklabel -r -w vn0 auto :farrago.feral.com > root newfs /dev/vn0 :newfs: /dev/vn0: `0' partition is unavailable Try /dev/vn0c here. If VN disklabel'd properly then vn0c should exist. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message