From owner-freebsd-questions@FreeBSD.ORG Wed Jul 7 19:24:01 2010 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 A34D11065678 for ; Wed, 7 Jul 2010 19:24:01 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 35F6D8FC17 for ; Wed, 7 Jul 2010 19:24:00 +0000 (UTC) Received: by wyb34 with SMTP id 34so4892944wyb.13 for ; Wed, 07 Jul 2010 12:23:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=6KQD1OsFjHArk7f/M8br4OCiL5M15zKBdZnR9KXVuc8=; b=FSL0gfWrm3oSRNLYzDwY/HTlPNHI92FLA/F6OkDXcl0vYfT+Xkg23kYrfopBikb3Kz u2sC1QvSaX0bF3RQ9Kr3UiHbJaYPhscnK2ODvbIRdg+ro1/2Gp5EhyjK/oXNpWgKgpZL dmFnZnvaNiGTXtZyiktXIQmymigo43hVBK6GM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=dbFrheJwwgS5VknYyFyL78QGLLW75X9F+NPqnriIApEBa3RSu90Fp0LfrOjzzS80vG 1Fc4rx6HRoEKkqNNLv+sMqP36M2WeLaU8Sv08YLhu5T6PxjRj7IGH/VrYpEb3YtjOKkb 9l03OPbi7z0XsPS2bTdPXd6ANRV//m1BnBDpA= Received: by 10.227.152.80 with SMTP id f16mr5380280wbw.205.1278530635960; Wed, 07 Jul 2010 12:23:55 -0700 (PDT) Received: from localhost (server51262.uk2net.com [83.170.92.9]) by mx.google.com with ESMTPS id i25sm45009260wbi.10.2010.07.07.12.23.54 (version=SSLv3 cipher=RC4-MD5); Wed, 07 Jul 2010 12:23:55 -0700 (PDT) From: Anonymous To: Dmitry Lunts References: Date: Wed, 07 Jul 2010 23:23:50 +0400 In-Reply-To: (Dmitry Lunts's message of "Wed, 7 Jul 2010 18:16:47 +0000") Message-ID: <86fwzv3xkp.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: debugfs&FreeBSD 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, 07 Jul 2010 19:24:01 -0000 Dmitry Lunts writes: > Hello,All! > There is debugfs program dealing with ext2/ext3/ext4 filesystems. > Is there some tool in FreeBSD with functionality analogous to debugfs > which can operate on UFS2? Not sure but fsdb(8) may help. > Could anyone give me a hint? > The thing is that recently I found out (thru smartctl) > several bad blocks on UFS2 partition. > The problem is how to discover which file(s) they belong to. > TIA