From owner-freebsd-questions@FreeBSD.ORG Fri Apr 18 00:09:14 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C2AC065B for ; Fri, 18 Apr 2014 00:09:14 +0000 (UTC) Received: from mail-la0-x241.google.com (mail-la0-x241.google.com [IPv6:2a00:1450:4010:c03::241]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DBAD13D7 for ; Fri, 18 Apr 2014 00:09:14 +0000 (UTC) Received: by mail-la0-f65.google.com with SMTP id hr17so286830lab.8 for ; Thu, 17 Apr 2014 17:09:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=J+7XSNKJ3iijMt4zaKQyGPIVJqV/Dli7kGG+qHJNWaQ=; b=SoEEUUx5Dd4Hg94dYG+GLF4P/gHcMApB9JQ8gYcco9uYsrU8n/fx1fchcxCa67ORms ITQXn8+P/UEomoIpXB4DJhqSJbYou6f08igaWWJp4puVbNfthjMAQ3p2oJ7p5A+fboDR ToY6sYHXn5OdVlF2xGx3NxneIqJ2QLckbbnttd3ri04/ME4q/Ly5R8FoE/bu2kBe4e7A 4ZT/Yv8wwEGunpRw/q0UoK2pod0o/XKJmMLwX+8b2jR7jli3di6jbe0LqqFOf0LyQwlI nD3LiuHQz06QJTd/6Y91gt+3sZhzMu3MfVW63qmYmGWLx8vVc2hyU8heds8mc4N7/DJn y8Ig== MIME-Version: 1.0 X-Received: by 10.112.150.233 with SMTP id ul9mr8793847lbb.2.1397779752210; Thu, 17 Apr 2014 17:09:12 -0700 (PDT) Received: by 10.112.146.66 with HTTP; Thu, 17 Apr 2014 17:09:12 -0700 (PDT) Date: Fri, 18 Apr 2014 04:09:12 +0400 Message-ID: Subject: Probe failed with Crucial SSD - what does it mean? From: Mario Zorin To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2014 00:09:14 -0000 Hi, I've installed FreeBSD 10.0-RELEASE/amd64 on my new SSD: # camcontrol devlist at scbus0 target 0 lun 0 (ada0,pass0) However, I found this in the log: (aprobe0:ahcich0:0:0:0): SETFEATURES ENABLE SATA FEATURE. ACB: ef 10 00 00 00 40 00 00 00 00 05 00 (aprobe0:ahcich0:0:0:0): CAM status: ATA Status Error (aprobe0:ahcich0:0:0:0): ATA status: 51 (DRDY SERV ERR), error: 04 (ABRT ) (aprobe0:ahcich0:0:0:0): RES: 51 04 00 00 00 40 00 00 00 05 00 (aprobe0:ahcich0:0:0:0): Retrying command (aprobe0:ahcich0:0:0:0): SETFEATURES ENABLE SATA FEATURE. ACB: ef 10 00 00 00 40 00 00 00 00 05 00 (aprobe0:ahcich0:0:0:0): CAM status: ATA Status Error (aprobe0:ahcich0:0:0:0): ATA status: 51 (DRDY SERV ERR), error: 04 (ABRT ) (aprobe0:ahcich0:0:0:0): RES: 51 04 00 00 00 40 00 00 00 05 00 (aprobe0:ahcich0:0:0:0): Error 5, Retries exhausted ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 ada0: ATA-9 SATA 3.x device ada0: Serial Number xxxxxxxxxxxxxxx ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada0: Command Queueing enabled ada0: 228936MB (468862128 512 byte sectors: 16H 63S/T 16383C) ada0: Previously was known as ad4 The SSD is working perfectly for several days, I can't see any problem. What is this message about? Something to worry about? M.Zorin