From owner-freebsd-questions@FreeBSD.ORG Wed Aug 31 03:11:25 2011 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 E2061106567C for ; Wed, 31 Aug 2011 03:11:25 +0000 (UTC) (envelope-from basarevych@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id A52888FC17 for ; Wed, 31 Aug 2011 03:11:25 +0000 (UTC) Received: by qwc9 with SMTP id 9so202963qwc.13 for ; Tue, 30 Aug 2011 20:11:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=RN8FejtflXsl3p5a71bXDytIc8bvpp4baHE2QTuCqsI=; b=jKmRDn7BybUnZgfoXHafy/Xn0N9B7FLY+99i7hKvgNmH3X5ZP9hbYttiyUswh+0eCg H7jV2lNnW6XbuNugQLUohY8lMj+Bu0OdUTfUoe6Xowm/gmuogIBI4TTER9EQz+WFFw5y n4A6FZKY0CazKzBNiCNipuTufhcR3FmPSb9+w= MIME-Version: 1.0 Received: by 10.229.19.193 with SMTP id c1mr7533400qcb.118.1314760284926; Tue, 30 Aug 2011 20:11:24 -0700 (PDT) Received: by 10.229.233.144 with HTTP; Tue, 30 Aug 2011 20:11:24 -0700 (PDT) Date: Wed, 31 Aug 2011 06:11:24 +0300 Message-ID: From: Ross To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Is there way to get filename for specific LBA? 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, 31 Aug 2011 03:11:26 -0000 Aug 31 05:13:24 da kernel: ad6: WARNING - READ_DMA UDMA ICRC error (retrying request) LBA=3D107491647 # dd if=3D/dev/ad6 of=3D/dev/null bs=3D1m seek=3D107491647 count=3D1 dd: /dev/null: Inappropriate ioctl for device Another question: why does it fail? # dd if=3D/dev/ad6 of=3D/var/tmp/xxxx bs=3D1m seek=3D107491647 count=3D1 1+0 records in 1+0 records out 1048576 bytes transferred in 0.026658 secs (39334650 bytes/sec) So no errors. I looked at bsdlabel =E2=80=94 it's partition f, /home. But w= hat is the file name?