From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Mp9Pq-0002hz-2G for garchives@archives.gentoo.org; Sat, 19 Sep 2009 23:32:30 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07FAFE09B0; Sat, 19 Sep 2009 23:32:29 +0000 (UTC) Received: from mail-fx0-f215.google.com (mail-fx0-f215.google.com [209.85.220.215]) by pigeon.gentoo.org (Postfix) with ESMTP id BF328E09B0 for ; Sat, 19 Sep 2009 23:32:28 +0000 (UTC) Received: by fxm11 with SMTP id 11so1513806fxm.15 for ; Sat, 19 Sep 2009 16:32:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=SfZs6fW3GAtH4T1GU9QiDEqFf7nKxL5r9tMIMXqAvi0=; b=H8MkCtqNO/s9P8rQUOba52JWC1peqFOqq6+xflrG1+uUUqO3DgwpI07ZC3pBFJBt1A Q3DIfxzNOUHoMWP+pYdk+ok9tQyojkHHtjtzCjsj65J1P2jMofxThgM5Ucnzmt/3rT3y bfiM8twHAvC1wuXeAE19U77JGVWuXMCsOvGQA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:message-id; b=ehfPxe7sRuLdHOMxzeDGqL/QhFdlQL0xcVqnl9J0AOdIgvJnjj4eYYD9LP1yFpF9z9 zZ7SDv5EvMQ40xRBeyQaAsyJcEV5cwEUOgSff5Q2ctCvEtkqac3hZVu26MPNemq2u5zW V3+q0bpllYMthuupWTrW4Y5vWczE59rGKggvQ= Received: by 10.86.234.9 with SMTP id g9mr2629220fgh.39.1253403148235; Sat, 19 Sep 2009 16:32:28 -0700 (PDT) Received: from energy.localnet (energy.heim10.tu-clausthal.de [139.174.197.94]) by mx.google.com with ESMTPS id d6sm3514166fga.1.2009.09.19.16.32.27 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 19 Sep 2009 16:32:27 -0700 (PDT) From: Volker Armin Hemmann To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: USB drive dead? (Commands to check?) Date: Sun, 20 Sep 2009 01:32:23 +0200 User-Agent: KMail/1.12.1 (Linux/2.6.31r4; KDE/4.3.1; x86_64; ; ) References: <5bdc1c8b0909191521j72388919w35e54b577b55ae60@mail.gmail.com> <5bdc1c8b0909191538h2ebf7697s742f2ee90bb9752a@mail.gmail.com> In-Reply-To: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <200909200132.23598.volkerarmin@googlemail.com> X-Archives-Salt: e82d0ff1-36d5-4c5f-b019-6a41be01c966 X-Archives-Hash: c4d5b5d0ce4ef88b91ba54b2b10292ac On Sonntag 20 September 2009, walt wrote: > On 09/19/2009 03:38 PM, Mark Knecht wrote: > > On Sat, Sep 19, 2009 at 3:21 PM, Mark Knecht wrote: > >> Hi, > >> I seem to have lost an external USB drive I've been using on my > >> MythTV backend server for video storage. What commands can I try to > >> get it to wake up or at least show me what's working and what isn't? > >> The drive shows under fdisk /dev/sda... > > I hate to be the party poop, but I suspect disk hardware failure. > > Can you use dd to read the raw disk? e.g. > # dd if=/dev/sda of=/tmp/ddout bs=512 count=1024(or whatever) > he has block errors - dd won't help him much. ddrescue is a better choice in such circumstances.