From owner-freebsd-questions@FreeBSD.ORG Wed Apr 6 09:15:34 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 540CF16A4CE for ; Wed, 6 Apr 2005 09:15:34 +0000 (GMT) Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 6E49D43D60 for ; Wed, 6 Apr 2005 09:15:33 +0000 (GMT) (envelope-from m@MHoerich.de) Received: (qmail invoked by alias); 06 Apr 2005 09:15:31 -0000 Received: from pD953CD25.dip.t-dialin.net (EHLO localhost) [217.83.205.37] by mail.gmx.net (mp009) with SMTP; 06 Apr 2005 11:15:31 +0200 X-Authenticated: #5114400 Date: Wed, 6 Apr 2005 11:15:27 +0200 From: Mario Hoerich To: Tetsuji Maverick Rai Message-ID: <20050406091526.GA48905@Pandora.MHoerich.de> References: <4253747B.9010808@vfemail.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4253747B.9010808@vfemail.net> User-Agent: Mutt/1.4.2.1i X-Y-GMX-Trusted: 0 cc: freebsd-questions@freebsd.org Subject: Re: make nodes for new disk with devfs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Apr 2005 09:15:34 -0000 # Tetsuji Maverick Rai: > > Hi, I'm having a problem with devfs in 6-current. I used to use > FreeBSD about 7-8 years ago, but since then I've been using Linux, and > got back to freebsd these days, and found MAKEDEV has gone!! Jup. > My question is simple: how to make nodes in /dev for ad1 > slice/partitions? Well, that's the neat thing about devfs: you don't. Once you slice your disks, the respective nodes are created automagically. :) Cheers, Mario