From owner-freebsd-sparc64@FreeBSD.ORG Mon Mar 5 15:11:07 2007 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6D4D316A402 for ; Mon, 5 Mar 2007 15:11:07 +0000 (UTC) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.freebsd.org (Postfix) with ESMTP id 0588513C461 for ; Mon, 5 Mar 2007 15:11:06 +0000 (UTC) (envelope-from mail25@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 l25EYMAS049786 for ; Mon, 5 Mar 2007 15:34:22 +0100 (CET) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.13.8/8.13.8/Submit) id l25EYMlU049785 for freebsd-sparc64@freebsd.org; Mon, 5 Mar 2007 15:34:22 +0100 (CET) (envelope-from mail25@bzerk.org) Date: Mon, 5 Mar 2007 15:34:22 +0100 From: Ruben de Groot To: freebsd-sparc64@freebsd.org Message-ID: <20070305143422.GA49737@ei.bzerk.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]); Mon, 05 Mar 2007 15:34:28 +0100 (CET) Subject: sunlabel troubles X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Mar 2007 15:11:07 -0000 Hi, I've added a new 250 GB 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). How should I tackle this? 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