From owner-freebsd-current@FreeBSD.ORG Mon Jul 7 10:14:41 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 F1F1437B401 for ; Mon, 7 Jul 2003 10:14:40 -0700 (PDT) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBC8A43FBD for ; Mon, 7 Jul 2003 10:14:39 -0700 (PDT) (envelope-from wa1ter@myrealbox.com) Received: from myrealbox.com wa1ter@smtp-send.myrealbox.com [66.126.110.234] $ on Novell NetWare via secured & encrypted transport (TLS); Mon, 07 Jul 2003 10:14:40 -0700 Message-ID: <3F09AAAF.8000508@myrealbox.com> Date: Mon, 07 Jul 2003 10:15:27 -0700 From: walt Organization: none User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030702 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Karel J. Bosschaart" , freebsd-current@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: how to create device nodes when devfs doesn't do it? 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: Mon, 07 Jul 2003 17:14:41 -0000 Karel J. Bosschaart wrote: > Hi, > > After googling and searching in the mailing list archive I still can't > figure out how to make device nodes in -current when devfs doesn't do this > automatically. I have an external USB-drive (external 3.5" case with leftover > 1.6 GB HD) from which I want to mount /dev/da0s4h. It works fine in -stable, > after MAKEDEV'ing the node, but on -current I only get da0s4. Have you tried mounting da0s4h? It may show up in /dev after mounting it. > Using disklabel on the external USB drive shows some warnings: > > phys9911# disklabel da0s4 > # /dev/da0s4: > 8 partitions: > # size offset fstype [fsize bsize bps/cpg] > a: 72513 63 4.2BSD 1024 8192 16 > b: 269892 72576 swap > c: 3324825 63 unused 0 0 # "raw" part, don't edit > d: 131544 342468 4.2BSD 1024 8192 16 > e: 49896 474012 4.2BSD 1024 8192 16 > g: 716688 523908 4.2BSD 1024 8192 16 > h: 2084292 1240596 4.2BSD 1024 8192 16 > disklabel: partition c doesn't start at 0! > disklabel: partition c doesn't cover the whole unit! > disklabel: An incorrect partition c may cause problems for standard system utilities My experience is that these warnings can be ignored as long as the drive will mount.