From owner-freebsd-hackers@FreeBSD.ORG Wed Mar 18 18:41:22 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1AF831065708 for ; Wed, 18 Mar 2009 18:41:22 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mta2.srv.hcvlny.cv.net (mta2.srv.hcvlny.cv.net [167.206.4.197]) by mx1.freebsd.org (Postfix) with ESMTP id E487A8FC0A for ; Wed, 18 Mar 2009 18:41:21 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from flosoft.no-ip.biz (ool-435559b8.dyn.optonline.net [67.85.89.184]) by mta2.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0KGP009Q9T8PI5Q0@mta2.srv.hcvlny.cv.net> for freebsd-hackers@freebsd.org; Wed, 18 Mar 2009 14:41:13 -0400 (EDT) Received: from flosoft.no-ip.biz (localhost [127.0.0.1]) by flosoft.no-ip.biz (8.14.3/8.14.3) with ESMTP id n2IIfC27000277; Wed, 18 Mar 2009 14:41:12 -0400 Date: Wed, 18 Mar 2009 14:41:12 -0400 From: "Aryeh M. Friedman" To: freebsd-hackers@freebsd.org Message-id: <49C14048.5070409@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT User-Agent: Thunderbird 2.0.0.19 (X11/20090317) Subject: confusion X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Mar 2009 18:41:22 -0000 I just set up mirroring on my dual boot fb-7.1/vistaX32SP1 machine (the dual boot works fine) but I got this message when I attempted to mount vista via sysutils/fusefs-ntfs: Actual VCN (0x3369700000100) of index buffer is different from expected VCN (0x1). Failed to mount '/dev/mirror/gm0s1': Input/output error NTFS is either inconsistent, or there is a hardware fault, or it's a SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows then reboot into Windows twice. The usage of the /f parameter is very important! If the device is a SoftRAID/FakeRAID then first activate it and mount a different device under the /dev/mapper/ directory, (e.g. /dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation for more details. I don't have a clue what it means where do I look for more?