From owner-freebsd-questions@FreeBSD.ORG Mon Jun 16 15:06:51 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A07271065674 for ; Mon, 16 Jun 2008 15:06:51 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id 4A9678FC18 for ; Mon, 16 Jun 2008 15:06:51 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: by py-out-1112.google.com with SMTP id p76so2027384pyb.10 for ; Mon, 16 Jun 2008 08:06:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=xyN2Hxb7DA5GgfLj1Ka/yiEytBV25xbnZdI9ry3TDOg=; b=q1OuLpB7zGR8KE1BGjWopirBS7N9TtA5AXgZk4nR1PSCGxGL6vqDZWLoPuclM5B3XV XF+oAsKuhl7p/HsYKvH3Ug1YklNom4SPNz3d14h69gcf2KkO9uKujW9/iXD9Z1Q0hPou 47/Ax83h2UZYH1RUZjH4Iy7mnuFDv0XO5XqiY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=vwkVbCtlFDaMqTl4DjzC7ATEDqKQRWn5Us2XDyoIJLLB7wGMQUcNH/nZ+CeAepaYwu XGsN5pQGOkJjRLLbCE/RJAa26ofJm4YWuKCVQj0ShMQpLnqVFiuNr0pj/j4Y+fmVoVa2 SWt43/h865ZhOORlrpJl1LSl3t6yOOKDgpNiU= Received: by 10.114.66.2 with SMTP id o2mr6325532waa.83.1213628810080; Mon, 16 Jun 2008 08:06:50 -0700 (PDT) Received: from atlantis.dyndns.org ( [85.73.137.180]) by mx.google.com with ESMTPS id m55sm194171rnd.3.2008.06.16.08.06.45 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 16 Jun 2008 08:06:48 -0700 (PDT) Message-ID: <48568181.5000501@gmail.com> Date: Mon, 16 Jun 2008 18:06:41 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.14 (X11/20080607) MIME-Version: 1.0 To: z.szalbot@lc-words.com References: <48565E7A.50807@lc-words.com> <20080616085534.ca7524f8.wmoran@potentialtech.com> <48567664.2070005@lc-words.com> <48567B84.4020307@gmail.com> <48567E81.4050007@lc-words.com> <48567FA5.2060701@gmail.com> <485680A9.1080108@lc-words.com> In-Reply-To: <485680A9.1080108@lc-words.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: RAID 1 / disk error / Offline uncorrectable sectors X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2008 15:06:51 -0000 Zbigniew Szalbot wrote: > Hi Manolis, > > >> Yes, it is ata6 >> Give it a try, if the problem is serious enough, it will probably not >> even finish rebuild :( > > Detaching and ataching went well but when I issued > atacontrol addspare ar0 ad12 > it said > atacontrol: ioctl(IOCATARAIDADDSPARE): Device busy > > I am not sure if that means I should wait or rather that it is mission > impossible? > > Thanks! > > Zbigniew Szalbot Try atacontrol status ar0 Since you haven't actually removed/replaced ad12 you may simply have to continue with: atacontrol rebuild ar0 but see what status says first.