From owner-freebsd-questions@FreeBSD.ORG Wed Apr 4 05:53:44 2012 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 3A61C106564A for ; Wed, 4 Apr 2012 05:53:44 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id BB6118FC0C for ; Wed, 4 Apr 2012 05:53:43 +0000 (UTC) Received: by wgbds12 with SMTP id ds12so385572wgb.31 for ; Tue, 03 Apr 2012 22:53:42 -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; bh=i+QkImw5MtPswnElIFDShRp/a/sIrDbOxWlBfeoVazI=; b=I64Z7Y20SSKtsuz7JVdfDyXuVsyFA3hdpx7iL2t9JlbBfsHtXrUnrA+vfI1L+ViPJh pQXMMGbwxreCOJgB7QKJr+E5I7XWSs0TWJ07UeHcl5xMdTztrEPW8dASh7sI/uRWIoPW uAXRFpyhJ8hTxFD3N/5sVweR3bGi+n4Vohfvtif/8lHcLVTXkwqRaLDWKJ0+bSQWT811 mSXHRUn0cu5Y6RwVnnE1Ec4U2bVCQ4YCc+webL+KNDPDvJcizp6oOzllYefFKveDOTsY WL/ckoJbJP2Zpf8GNa4x7IbeEqYlYEE7DsKHIoH9M0PPZGdY120zvSQuEHHnLmznh2tZ vbWg== MIME-Version: 1.0 Received: by 10.216.137.97 with SMTP id x75mr610980wei.25.1333518822580; Tue, 03 Apr 2012 22:53:42 -0700 (PDT) Received: by 10.223.94.73 with HTTP; Tue, 3 Apr 2012 22:53:42 -0700 (PDT) In-Reply-To: <20120404052514.GA2840@tinyCurrent> References: <20120404052514.GA2840@tinyCurrent> Date: Wed, 4 Apr 2012 00:53:42 -0500 Message-ID: From: Adam Vande More To: Matthias Apitz Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: microSD && ext3 file system 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: Wed, 04 Apr 2012 05:53:44 -0000 On Wed, Apr 4, 2012 at 12:25 AM, Matthias Apitz wrote: > I have some trouble with a microSD card (or with the controler) in my > Linux based cellphone (Openmoko Freerunner). One of the hints I got is > to check the microSD card with a Linux tool badblocks(8) > http://linux.die.net/man/8/badblocks > Not exactly what you are asking for but something like this: recoverdisk /dev/da0 /dev/da0 -- Adam Vande More