From owner-freebsd-geom@FreeBSD.ORG Tue May 29 14:22:48 2007 Return-Path: X-Original-To: freebsd-geom@freebsd.org Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4B02C16A400 for ; Tue, 29 May 2007 14:22:48 +0000 (UTC) (envelope-from gianrubio@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.240]) by mx1.freebsd.org (Postfix) with ESMTP id F37B213C45A for ; Tue, 29 May 2007 14:22:45 +0000 (UTC) (envelope-from gianrubio@gmail.com) Received: by an-out-0708.google.com with SMTP id d23so543247and for ; Tue, 29 May 2007 07:22:41 -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:mime-version:content-type; b=lMXVubojM6NqbvTx57XnLV8ZpBTjEpXDk6ElFy69jDmPmqx4mapuUjO71BP8GFHutOcDVaJCzQtqxXoqngZKdUiNOOxCTvLnqKrciNVrJFZZITfGepSh5Xd7IWh7ra9IgxzfmGxwAD3F/VLGtSntjeeU/WbrA/udQXuMr+xpaIg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=CMFurzHxR/FcIKf62KNpjWdm1wAQXwkpfJf0OafrdjL6KbxlWszJftaHXcPkjvY9Pnv7NUQsxPb0vWAzWhmlRjp/7qjYvLnfDa1cq/YT3MBS0xUDfU01jYaoCGiBUx/IxA77wzALEnIVoShcRoWZRxHcq2OMJ+kX4AiedT/NZio= Received: by 10.142.110.3 with SMTP id i3mr214072wfc.1180446962835; Tue, 29 May 2007 06:56:02 -0700 (PDT) Received: by 10.143.16.12 with HTTP; Tue, 29 May 2007 06:56:02 -0700 (PDT) Message-ID: Date: Tue, 29 May 2007 10:56:02 -0300 From: "Giancarlo Rubio" To: freebsd-geom@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Problem with gstripe 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: Tue, 29 May 2007 14:22:48 -0000 Hi all: I'm using gstripe to create a raid 0, freebsd 6.2, and have a problem. My disk's ad1: DMA limited to UDMA33, controller found non-ATA66 cable ad1: 190782MB at ata0-slave UDMA33 ad4: 381554MB at ata2-master SATA150 ad6: 381553MB at ata3-master SATA150 My strip gstripe list gs Geom name: gs State: UP Status: Total=3, Online=3 Type: MANUAL Stripesize: 4096 ID: 1880939807 Providers: 1. Name: stripe/gs Mediasize: 600148942848 (559G) Sectorsize: 512 Mode: r1w1e1 Consumers: 1. Name: ad1 Mediasize: 200049647616 (186G) Sectorsize: 512 Mode: r1w1e2 Number: 0 2. Name: ad6 Mediasize: 400087375360 (373G) Sectorsize: 512 Mode: r1w1e2 Number: 1 3. Name: ad4s1g Mediasize: 392643118080 (366G) Sectorsize: 512 Mode: r1w1e2 Number: 2 If you look the strip show 559G. 559G is only ad1 and ad6 not ad4s1g. this disk are up an functional on strip gstripe status -s stripe/gs UP ad1 stripe/gs UP ad6 stripe/gs UP ad4s1g Are a problem on gstripe or a mismatch in my concepts? -- Giancarlo Rubio "Linux is for people who hate Windows, BSD is for people who love UNIX" Freebsd-BR User #88