From owner-freebsd-usb@FreeBSD.ORG Sun Jun 24 08:56:48 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F2B01065677 for ; Sun, 24 Jun 2012 08:56:48 +0000 (UTC) (envelope-from muxx.mailinglists@gmail.com) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id 83EF08FC12 for ; Sun, 24 Jun 2012 08:56:47 +0000 (UTC) Received: by lbon10 with SMTP id n10so6435045lbo.13 for ; Sun, 24 Jun 2012 01:56:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=NvuXgSkEDnABteE0ayV2Dm5xz+v/RFwtmLT9sLsMN/g=; b=rlua1yZMei7mqmCSDyZiUa8Z6vKow97+N6ve+BnwdMNLKfKB5aGrksVWHRG1O7v4wX A0vTyCytDqw5QwBIzUmR625PFaT3ueQPojSQ/asAvPIJe1yVawGyJrfvBDeOCx9dslit TxoUwa9kjf8XgOX7b20BgxefmiWRLo7FZn9QYMIbMQezg14XTT/U/Cz7YswROmnJYz1Q xUJ8N2JvhIgW9voBb+uZlYJX60hy96nhXUE7xH84RMfYaeXCwr5HW/gaf70GlxFT+2l0 NoZbLpPm6u8TlEO241cl1gHTBG0XhClpAlrclk2H3MRs2oLgIJ5M+FGMQnoXEU4Um+fb i+mA== MIME-Version: 1.0 Received: by 10.152.102.137 with SMTP id fo9mr8010297lab.35.1340528206507; Sun, 24 Jun 2012 01:56:46 -0700 (PDT) Received: by 10.112.26.163 with HTTP; Sun, 24 Jun 2012 01:56:46 -0700 (PDT) In-Reply-To: References: Date: Sun, 24 Jun 2012 09:56:46 +0100 Message-ID: From: maxim naumov To: Warren Block Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-usb@freebsd.org Subject: Re: Seagate FreeAgent GoFlex 1.5TB external HDD problems X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jun 2012 08:56:48 -0000 On Sat, Jun 23, 2012 at 7:51 PM, Warren Block wrote: > So it's worth trying to disable power saving on that drive. sysutils/atai= dle > can do it, and can run from rc.conf: > =A0ataidle_enable=3D"YES" > =A0ataidle_devices=3D"da0" > =A0ataidle_da0=3D"-P 0" thanks Warren. I can't see how it would go to sleep mid-transfer. I can see from iostat transfers going continuously and at great speeds and then the error happens. the backup software is not stalling at the source or anything. I will try your suggestion later. currently every test means hanging and rebooting a working server and is a bit of a pain. 8( /max