From owner-freebsd-questions@freebsd.org Mon Aug 27 10:22:06 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D831C10839F8 for ; Mon, 27 Aug 2018 10:22:06 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B1F888CD4 for ; Mon, 27 Aug 2018 10:22:06 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 33FDC217D0; Mon, 27 Aug 2018 06:22:00 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Mon, 27 Aug 2018 06:22:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zyxst.net; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm3; bh=KeclrI/SQ1Rx8QjlVzNa1w0gbMDfj yUUoaSm4szpR4Y=; b=aQymKHcFupjaDhrq0+D8XuJoHq/ZI0WLn+hchwTVp9VWf YPELHAiHmKRYaX8c2DuIiGsS4JjClNs7qUzViGKvPJKkYVOldf0UXXijZtqkOOx8 1NCS/2mCYvl7lFJcUVd7ojjzoseEnaZq0lF/FoBkCqrw5WbsE0do9rWtp2uObiqJ x3FOm/cgDOC9YmLO49vrTNNz8uC5HfK4QE5eW7lJlgRLObvVKU/B02jq2JqvIgVx lSXsjv0e9Zhm5ynl5ZC/jKbuXsTCXJtcS/XLrM2KTMq6fCM8G1odx/Acr1AxAMO4 vXQ43XvsVGaotZicgNoeJEKSnKhbGiIKeE4HskhjQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=KeclrI /SQ1Rx8QjlVzNa1w0gbMDfjyUUoaSm4szpR4Y=; b=kkmnBwH/ks4UjXoLMCKByy gynsJQn9WUfUkbswqN971tZfCO17ZqbN9JT3ioSUvHP0h/TgQFI19FymZIy/DIC9 tJpnL3Q+8SJzP/gWUz6tDCNJXpxeOn+N9gri94Fp212evRg+02yNJM57NOracicN kzh/nTSNj+7Ht19QpGx1XBOxah0jByZ+7wfquZVrmCD1Icv7MgbV/Ntk6rhP7YKI zjlb2w5UvJ7K4anelCVQHO1ZJfMl1SWUyUPyvTKNDpM9YSoZ1AHsX4xPg/1cNH9M TeZ/hcxyCcxshpQ+m+rJo831C/4+tvKtrpp53eN2VrdZYPS0op/kFJ5N3qi5EceA == X-ME-Proxy: X-ME-Sender: Received: from desktop.local (parsley.growveg.org [82.70.91.97]) by mail.messagingengine.com (Postfix) with ESMTPA id 5FAEA10289; Mon, 27 Aug 2018 06:21:59 -0400 (EDT) Subject: Re: disk or cable error? (CAM status: ATA Status Error) To: ixbug@riseup.net, FreeBSD Questions References: From: tech-lists Organization: none Message-ID: <2ec53017-df99-c860-9837-e75c71aa903a@zyxst.net> Date: Mon, 27 Aug 2018 11:21:58 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Aug 2018 10:22:07 -0000 Hello, On 26/08/2018 16:01, ixbug@riseup.net wrote: > since 3 days I get these errors on my FreeBSD 11.2 server > which has two (WDC WD1005FBYZ-01YCBB2) disks (ZFS mirror): Run smartctl -t long /dev/ada0 and smartctl -t long /dev/ada1 as root and then, after it's completed, look at smartctl -x /dev/ada0 and 1 and look for this section: SMART Extended Self-test Log Version: 1 (1 sectors) Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error and paste the output. -- J.