From owner-freebsd-sparc Tue Apr 16 21:24:12 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 8733437B404 for ; Tue, 16 Apr 2002 21:24:09 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.2/8.12.2) with ESMTP id g3H4O6Ym035871; Tue, 16 Apr 2002 21:24:06 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.2/8.12.2/Submit) id g3H4MphG035764; Tue, 16 Apr 2002 21:22:51 -0700 (PDT) Date: Tue, 16 Apr 2002 21:22:51 -0700 From: "David O'Brien" To: Adam Crosby Cc: freebsd-sparc@freebsd.org Subject: Re: devfs and disklabeling Message-ID: <20020416212251.A35403@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from acrosby@nps.k12.va.us on Tue, Apr 16, 2002 at 02:50:13PM -0400 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, Apr 16, 2002 at 02:50:13PM -0400, Adam Crosby wrote: > Now, how do I use the 'newfs'? I had thought it would be something > like 'newfs /dev/ad0a' ....but the only partition showing in /dev is > the /dev/ad0c (and of course /dev/ad0). At this point, my first > thought was 'sh MAKEDEV' - but alas, it's not there! :) So, did I do > something wrong? Or is my system just messed up? First off, please wrap your email lines properly. With devfs a device will "appear" when it is opened. Thus doing newfs /dev/ad0a will open the device and devfs will create it in /dev for you at that time. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message