From owner-freebsd-current@FreeBSD.ORG Fri Feb 6 19:08:58 2004 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 5F86716A4CE for ; Fri, 6 Feb 2004 19:08:58 -0800 (PST) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96FEE43D3F for ; Fri, 6 Feb 2004 19:08:57 -0800 (PST) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 8BD9C72DBF; Fri, 6 Feb 2004 19:08:57 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 872A572DB5; Fri, 6 Feb 2004 19:08:57 -0800 (PST) Date: Fri, 6 Feb 2004 19:08:57 -0800 (PST) From: Doug White To: sfd In-Reply-To: <003901c3ebf9$989cc1e0$6700a8c0@Eric> Message-ID: <20040206190751.O20313@carver.gumbysoft.com> References: <003901c3ebf9$989cc1e0$6700a8c0@Eric> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: Creating device files in /dev 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: Sat, 07 Feb 2004 03:08:58 -0000 On Thu, 5 Feb 2004, sfd wrote: > I'm running Freebsd 5.1and I'm unable to create a device file or pipe > file in the /dev directory. > > /dev is a devfs file system which seems to be the problem. > > Is there any way around this? Either by adding an entry to a > kernel config file or using the devfs command to create them? > > I have a backup program that needs to create a device file and pipe > file that reside in /dev This is a must for my backups and recovery. What program is this, so we can avoid it? :) It might be possible using the devfs config bits to create a symlink that points elsewhere. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org