From owner-freebsd-geom@FreeBSD.ORG Sun May 21 20:50:26 2006 Return-Path: X-Original-To: freebsd-geom@FreeBSD.org Delivered-To: freebsd-geom@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0107A16A438; Sun, 21 May 2006 20:50:26 +0000 (UTC) (envelope-from nonsolosoft@diff.org) Received: from maya.ngi.it (maya.ngi.it [88.149.128.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69B2443D77; Sun, 21 May 2006 20:50:19 +0000 (GMT) (envelope-from nonsolosoft@diff.org) Received: from k7.diff.org (81-174-26-135.f5.ngi.it [81.174.26.135]) by maya.ngi.it (8.13.6/8.13.5) with ESMTP id k4LKoHEc030763; Sun, 21 May 2006 22:50:17 +0200 Received: from [127.0.0.1] (localhost [127.0.0.1]) by k7.diff.org (8.13.6/8.13.4) with ESMTP id k4LKpSoK025614; Sun, 21 May 2006 22:51:28 +0200 (CEST) (envelope-from nonsolosoft@diff.org) Message-ID: <4470D2D0.4070809@diff.org> Date: Sun, 21 May 2006 22:51:28 +0200 From: Ferruccio Zamuner Organization: NonSoLoSoft - Italy - http://www.nonsolosoft.com/ User-Agent: Thunderbird 1.5 (X11/20060114) MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <44706F33.4030200@diff.org> <20060521140238.GA12368@garage.freebsd.pl> In-Reply-To: <20060521140238.GA12368@garage.freebsd.pl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-geom@FreeBSD.org Subject: Re: A gstripe problem. X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 May 2006 20:50:27 -0000 Pawel Jakub Dawidek wrote: > +> What does "wtfs: 65536 bytes at sector 160: Operation not permitted" mean? > > I'm guessing your 'd' partition starts at offset 0. > Could you send the output of: > > # apply "bsdlabel %1" /dev/ad[56]s2d > > ad[56]s1a start at offset 0. root@k7# apply "bsdlabel %1" /dev/ad[56]s2d # /dev/ad5s2d: 8 partitions: # size offset fstype [fsize bsize bps/cpg] c: 70268310 85979880 unused 0 0 # "raw" part, don't edit d: 20971520 85979880 4.2BSD 0 0 0 e: 20971520 106951400 4.2BSD 0 0 0 f: 28325270 127922920 4.2BSD 0 0 0 partition c: offset past end of unit partition c: partition extends past end of unit bsdlabel: partition c doesn't start at 0! bsdlabel: partition c doesn't cover the whole unit! bsdlabel: An incorrect partition c may cause problems for standard system utilities partition d: offset past end of unit partition d: partition extends past end of unit partition e: offset past end of unit partition e: partition extends past end of unit partition f: offset past end of unit partition f: partition extends past end of unit # /dev/ad6s2d: 8 partitions: # size offset fstype [fsize bsize bps/cpg] c: 74091780 85979880 unused 0 0 # "raw" part, don't edit d: 20971520 85979880 4.2BSD 0 0 0 e: 20971520 106951400 4.2BSD 0 0 0 f: 32148740 127922920 4.2BSD 0 0 0 partition c: offset past end of unit partition c: partition extends past end of unit bsdlabel: partition c doesn't start at 0! bsdlabel: partition c doesn't cover the whole unit! bsdlabel: An incorrect partition c may cause problems for standard system utilities partition d: offset past end of unit partition d: partition extends past end of unit partition e: offset past end of unit partition e: partition extends past end of unit partition f: offset past end of unit partition f: partition extends past end of unit