From owner-freebsd-questions@FreeBSD.ORG Thu Feb 26 07:57:43 2004 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 7DC0D16A4CE for ; Thu, 26 Feb 2004 07:57:43 -0800 (PST) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3F1F43D1F for ; Thu, 26 Feb 2004 07:57:42 -0800 (PST) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id i1QFvdH08659; Thu, 26 Feb 2004 10:57:40 -0500 (EST) From: Jerry McAllister Message-Id: <200402261557.i1QFvdH08659@clunix.cl.msu.edu> To: johncsl82@yahoo.com (Chan Seng Loong) Date: Thu, 26 Feb 2004 10:57:39 -0500 (EST) In-Reply-To: <20040226154940.13570.qmail@web60306.mail.yahoo.com> from "Chan Seng Loong" at Feb 26, 2004 07:49:40 AM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Error on create new slice 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: Thu, 26 Feb 2004 15:57:43 -0000 > > hi.... > > I having an error on create a new slice..... > > well, I trying to install freebsd 5.1 on my > primary(master) hard drive, which already contain 2 os > which are Linux RH 9.0 and windows 2000 pro.... > > I try to create a new slice on the unused partion and > the partion name should be ad0h or ad0 something.... > but it turn out to be "x" this give me an error > message of "unable to find device node for dev/x from > dev/ ......." First, what were you running to do this - sysinstall, fdisk, ?? What steps did you take with them? Second, move up to FreeBSD 5.2 or 5.2.1 for your install. It is more bug free. Third, please take some time and read some documentation. If you are creating a slice, it would not (could not) be ad0h. It might be something like ad0s3 or maybe even ad0s4. If it was ad0 without the 's3' or 's4' then you would be attempting to wipe out the slices with Linux and W2K or probably more likely just doing something wrong. Finally, you may be having a problem with dynamic device creation. I haven't started pushing 5.xx beyond just minimal stuff yet. So, someone else will have to comment on that. ////jerry > > Thanks >