From owner-freebsd-questions@FreeBSD.ORG Fri Jan 27 14:58:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 47A8916A420 for ; Fri, 27 Jan 2006 14:58:56 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD13143EAA for ; Fri, 27 Jan 2006 14:58:55 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2) with ESMTP id k0REwtiU020519; Fri, 27 Jan 2006 09:58:55 -0500 (EST) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2/Submit) id k0REwpUj020518; Fri, 27 Jan 2006 09:58:51 -0500 (EST) From: Jerry McAllister Message-Id: <200601271458.k0REwpUj020518@clunix.cl.msu.edu> To: johnfhoover@gmail.com (John Hoover) Date: Fri, 27 Jan 2006 09:58:51 -0500 (EST) In-Reply-To: <573015470601261641s2211b1e8y8b2bafcbe24f0741@mail.gmail.com> X-Mailer: ELM [version 2.5 PL7] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: FreeBSD Mailing List Subject: Re: Odd Partition/Newfs Question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jan 2006 14:58:56 -0000 > > I don't think I've done any harm, but I wanted another opinion or two. > > Added an additional hard drive to an existing setup. > Then gave the following commands: > > bsdlabel -w /dev/ad2 > newfs -U -O 2 /dev/ad2 > mount /dev/ad2 /mnt/ad2 > > then went about the business of moving and rearranging for having the new disk. > After the machine was back in production, I saw the odd mount point. > > My question is, have I just ended up ignoring the bsdlabel command and I'm > using the entire disk as a "raw disk" or is there some set of reasons I should > re-bsdlabel and newfs /dev/ad2a this time. What do you mean 'odd mount point'. You don't give any information that would make it seem odd. What does doing 'bsdlabel ad2' show you? Does it seem happy? Does newfs seem happy? What you have done is create a "dangerously" dedicated disk, but that shouldn't be a problem. Usually, I would do an fdisk and create slices and a partition within the first slice so my addressing would look more like /dev/ad2s1a. But, I don't think that should cause a problem if you only use the whole disk for FreeBSD. ////jerry > > John. > -- > ------------------------------------- > John F Hoover > johnfhoover@gmail.com > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > >