From owner-freebsd-questions@FreeBSD.ORG Fri Oct 20 17:15:00 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 6A1D316A40F for ; Fri, 20 Oct 2006 17:15:00 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id D02B043D49 for ; Fri, 20 Oct 2006 17:14:59 +0000 (GMT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id k9KHCMGI066112; Fri, 20 Oct 2006 13:12:22 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id k9KHCM2o066111; Fri, 20 Oct 2006 13:12:22 -0400 (EDT) (envelope-from jerrymc) Date: Fri, 20 Oct 2006 13:12:22 -0400 From: Jerry McAllister To: James Villa Message-ID: <20061020171221.GB65879@gizmo.acns.msu.edu> References: <1e0cbd180610200933y52e4c972vcf6b9ee55525e88d@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1e0cbd180610200933y52e4c972vcf6b9ee55525e88d@mail.gmail.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: disklabel 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, 20 Oct 2006 17:15:00 -0000 On Sat, Oct 21, 2006 at 12:33:17AM +0800, James Villa wrote: > # /dev/ad6s1: > 8 partitions: > # size offset fstype [fsize bsize bps/cpg] > a: 1228800 0 4.2BSD 2048 16384 11272 > b: 2097152 1228800 swap > c: 102398247 0 unused 0 0 # "raw" part, don't > edi > t > d: 1228800 3325952 4.2BSD 2048 16384 11272 > e: 1228800 4554752 4.2BSD 2048 16384 11272 > f: 40960000 5783552 4.2BSD 2048 16384 28552 > g: 55654695 46743552 4.2BSD 2048 16384 28552 > > > as single user i run: disklabel -e /dev/ad6s1 and i add: > > h: 53903178 0 4.2BSD 2048 16384 28552 > is this correct? Wouldn't this overlap/wipe out partitions 1, b, d, e, f and part of g? What are you trying to do here? It looks like your disk slice is all used up. There is no room to add an 'h' partition without deleting some of the existing stuff. ////jerry > from sysinstall: > unuse > size(ST): 53903178 > end: 156301487 > _______________________________________________ > 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"