From owner-freebsd-questions@FreeBSD.ORG Sat Mar 11 10:33:26 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 25F9C16A41F for ; Sat, 11 Mar 2006 10:33:26 +0000 (GMT) (envelope-from illoai@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id B07FC43D48 for ; Sat, 11 Mar 2006 10:33:25 +0000 (GMT) (envelope-from illoai@gmail.com) Received: by xproxy.gmail.com with SMTP id i26so581541wxd for ; Sat, 11 Mar 2006 02:33:25 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=e0aHDtoCWT0IePxm/ew2H5UZ6lC62x5QXjMpQyVCWlctxlNaYcKWIV3TswNrDxMsFIze35xnC1No6Dn0U9fNX3OkwZJx/L3SdcFI44UeIJ9h3wSoG0qKf9/bgBOrj2+SCGnOyfmJJsXwpvaAnwz4TCiV6YyovJ5xL+RSxdxVhbY= Received: by 10.70.15.3 with SMTP id 3mr2576410wxo; Sat, 11 Mar 2006 02:33:25 -0800 (PST) Received: by 10.70.57.13 with HTTP; Sat, 11 Mar 2006 02:33:25 -0800 (PST) Message-ID: Date: Sat, 11 Mar 2006 04:33:25 -0600 From: "illoai@gmail.com" To: "Steve P." In-Reply-To: <20060310134418.6AE63101D9@ws1-3.us4.outblaze.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060310134418.6AE63101D9@ws1-3.us4.outblaze.com> Cc: freebsd-questions@freebsd.org Subject: Re: disklabel messup. 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: Sat, 11 Mar 2006 10:33:26 -0000 On 3/10/06, Steve P. wrote: > I was using sysinstall's disklabel facility to poke around. I > accidentally did "Undo" on my installed 6.0 working slice. Are you sure you actually did anything? If /etc/fstab shows them correctly still and running 'df' shows them still as they should be, I'm pretty sure that running sysinstall again will show the slices and partitions correctly. I would advise that 'bsdlabel /dev/ad0' will show you your label just as effectively, and that df(1) is probably the correct method of gazing in rapture at your mounted partitions. Other commands to read up on might be fdisk and diskinfo. Good luck. -- --