From owner-freebsd-questions@FreeBSD.ORG Sat Feb 26 05:15:02 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 2BC8E16A4CE for ; Sat, 26 Feb 2005 05:15:02 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id B759E43D31 for ; Sat, 26 Feb 2005 05:15:01 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.1) id j1Q5EwJ4034629; Fri, 25 Feb 2005 23:14:58 -0600 (CST) (envelope-from dan) Date: Fri, 25 Feb 2005 23:14:58 -0600 From: Dan Nelson To: Tim Traver Message-ID: <20050226051458.GA8778@dan.emsphone.com> References: <421FC9BD.5080704@simplenet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <421FC9BD.5080704@simplenet.com> X-OS: FreeBSD 5.3-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.8i cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 5.3 dev nodes 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: Sat, 26 Feb 2005 05:15:02 -0000 In the last episode (Feb 25), Tim Traver said: > I have just started using the 5.X branch of FreeBSD, and needed to > mount a hot swap drive in a second drive bay. In the past, I've > simply run MAKEDEV, and it made the device files for me, and then I > was able to mount the drive and I was on my way... > > It appears that this has been replaced by devfs, and I must say that > this is an extremely difficult process to understand (must mean its > very powerful ;). > > All I want to do is create the da1 devices for my second scsi disk, > and I honestly have no idea how to do that with devfs... You don't have to do anything; just pop your disk in, run "camcontrol rescan all", and use the /dev/da1 that magically appears. -- Dan Nelson dnelson@allantgroup.com