From owner-freebsd-stable@FreeBSD.ORG Tue Mar 6 11:41:08 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2997F16A401 for ; Tue, 6 Mar 2007 11:41:08 +0000 (UTC) (envelope-from fbsd-stable@bzerk.org) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.freebsd.org (Postfix) with ESMTP id B3D0A13C4B9 for ; Tue, 6 Mar 2007 11:41:07 +0000 (UTC) (envelope-from fbsd-stable@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.13.8/8.13.8) with ESMTP id l26BA03H055713 for ; Tue, 6 Mar 2007 12:10:00 +0100 (CET) (envelope-from fbsd-stable@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.13.8/8.13.8/Submit) id l26BA0XE055708 for freebsd-stable@freebsd.org; Tue, 6 Mar 2007 12:10:00 +0100 (CET) (envelope-from fbsd-stable@bzerk.org) Date: Tue, 6 Mar 2007 12:10:00 +0100 From: Ruben de Groot To: freebsd-stable@freebsd.org Message-ID: <20070306111000.GA55026@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , freebsd-stable@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.1.7 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on ei.bzerk.org X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (ei.bzerk.org [127.0.0.1]); Tue, 06 Mar 2007 12:10:03 +0100 (CET) Subject: sunlabel trouble X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Mar 2007 11:41:08 -0000 Hi, This is on 6.2-STABLE, updated last week. I've added a new ~250 GB disc to my netra X1. It's working OK but somehow sunlabel is unwilling to install the bootstrap code on the disc because of some sizing issue with the c partition (whole disk). Even though sysinstall let me partition the disc just fine for some reason it has made the c partition way too small, causing the sunlabel -B command to error out. Any tips? ad1: 238475MB at ata3-master UDMA66 # sunlabel -nB ad1 sunlabel: partition f extends past end of disk sunlabel: invalid label # # sunlabel ad1 # /dev/ad1: text: FreeBSD233G cyl 25767 alt 2 hd 16 sec 63 bytes/sector: 512 sectors/cylinder: 1008 sectors/unit: 25973136 8 partitions: # # Size is in sectors. # Offset is in cylinders. # size offset # ---------- ---------- a: 1049328 0 b: 4195296 1041 c: 25973136 0 d: 4195296 5203 e: 1049328 9365 f: 16778160 10406 g: 461127744 27051 cheers, Ruben