From owner-freebsd-current@FreeBSD.ORG Mon Oct 6 23:22:46 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D49DC16A4B3 for ; Mon, 6 Oct 2003 23:22:46 -0700 (PDT) Received: from ecsd.com (wasabi.transbay.net [209.133.53.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AF4C43FF5 for ; Mon, 6 Oct 2003 23:22:46 -0700 (PDT) (envelope-from ecsd@ecsd.com) Received: from ecsd.com (ecsd.transbay.net [209.133.53.31]) by ecsd.com (8.11.6p2/8.11.1) with ESMTP id h976W1n98991 for ; Mon, 6 Oct 2003 23:32:01 -0700 (PDT) Message-ID: <3F825BED.8080002@ecsd.com> Date: Mon, 06 Oct 2003 23:23:41 -0700 From: ecsd User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20031003 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: cannot create partition entries for /dev/ad3 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 06:22:46 -0000 with MAKEDEV gone, the mystery is how to use devfs. In /dev I have ad3, but I cannot "disklabel -e /dev/ad3s1d", nor can I "disklabel -e /dev/ad3", and I can't determine what minor device numbers to assign for mknod to create the partition entries. So how does one use devfs to do what MAKEDEV used to do?