From owner-freebsd-current@FreeBSD.ORG Thu Apr 26 16:43:24 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5E66C16A406 for ; Thu, 26 Apr 2007 16:43:24 +0000 (UTC) (envelope-from jazzhills@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.246]) by mx1.freebsd.org (Postfix) with ESMTP id 19A2D13C455 for ; Thu, 26 Apr 2007 16:43:23 +0000 (UTC) (envelope-from jazzhills@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so313754ana for ; Thu, 26 Apr 2007 09:43:23 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=czGgGgRoISpdDtKsRXD1rUFtoKGUAVoioeBc/95oaaPzml7eVGpM6IJjzQRdMxPt8xHSLvATqHQxQ+OBzxCVjUNDUnEwFCSloFKf85QIKjqndwfGLYZNamywxmMck7wuJO2MnaZCPIVCWdA8xLLe6mfgyHc4FXVHx4MR6ZVHUGU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GOzU5Wt+9wlr53c5/6m/IdrZblhGPV0xVzdXfM7XjmYZ25LKURpTm7ngRJ4op6yPkqMH8R3O24VZv90CsPi/LChSJBaPHPD1EFe7KROKIMDNoL6tXRWbM4wd+iWwKyffc3wFqM1X85JonfWYFgb45ZEfq1eb5pPx70dle2EuzbU= Received: by 10.100.194.7 with SMTP id r7mr1279601anf.1177605803158; Thu, 26 Apr 2007 09:43:23 -0700 (PDT) Received: by 10.100.94.12 with HTTP; Thu, 26 Apr 2007 09:43:23 -0700 (PDT) Message-ID: <33910a2c0704260943v3da6ee58x431e5e37d99116c8@mail.gmail.com> Date: Thu, 26 Apr 2007 13:43:23 -0300 From: "Jason Hills" To: "Ivan Voras" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <33910a2c0704260533l5afcb1actacd3bf1980b46cfc@mail.gmail.com> <33910a2c0704260824y64691d87xc1e3488d43b8d81f@mail.gmail.com> Cc: freebsd-current@freebsd.org Subject: Re: GVirstor Label problem on -CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Apr 2007 16:43:24 -0000 On 4/26/07, Ivan Voras wrote: > Jason Hills wrote: > > > So I tried to make a smaller virtual storage, 40G: > > > > # ./gvirstor label -v -s 400000 mystor ad3s1d > > Resizing virtual size to fit virstor structures > > New virtual size: 400128 MB (32 new chunks) > > Total virtual chunks: 100032 (4 MB each), 400128 MB total virtual size. > > Clearing metadata on ad3s1d. > > Writing allocation table to ad3s1d... (0 MB, 1 chunks) > > Tried to write 800256, written 4294967295 (Operation not permitted) > > Error writing out allocation map! > > Ok. > Can you verify that dd works on that partition? For example, use > > # dd if=/dev/zero of=/dev/ad3s1d bs=512 count=1563 > > And tell me if this works or fails. > > (1563=800256/512) Ok, worked fine aparently: # dd if=/dev/zero of=/dev/ad3s1d bs=512 count=1563 1563+0 records in 1563+0 records out 800256 bytes transferred in 0.013476 secs (59384256 bytes/sec) -- Jazzie Hills