From owner-freebsd-ports@FreeBSD.ORG Mon Oct 29 06:46:53 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2B10B9FC; Mon, 29 Oct 2012 06:46:53 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-ee0-f54.google.com (mail-ee0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 807908FC08; Mon, 29 Oct 2012 06:46:52 +0000 (UTC) Received: by mail-ee0-f54.google.com with SMTP id c50so2394399eek.13 for ; Sun, 28 Oct 2012 23:46:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=U6uUFPWw1R4mo3iOh6KzZ/ramh6q5GsFyRRcw23lJf0=; b=fM8v4z8g/9oajD9MOzUCtHHd0IWzRY+U2kUrgA4raVHifNbgHVS0nMhRLs8cWRZAYd Yflr/0I34fdU5XoiR5KfuUX1Mrcvd2+g1sjG78Di6LHe4oT4A39R2Oz/uD8gQdnK5ZO3 KNQ/Fm0UGsSsU7W01tPfpS/aQLzzKv9DbHzDqYRfpiqkU0xxvP16tXIyYsY6/j6d7iKb eb7yEfOQWYdwdjBApD9dZbM8j+vfbV+qJnm3/3UW0N4byPSj+yPjtLhr79SqNyH2qRa9 1+Vk/WP8GJT/T8JidAruwLvr2bAn6Z3LhgnYm2MaA1WU5M64JSjeb90M5vwwW30Qb1Gs M0kA== MIME-Version: 1.0 Received: by 10.14.203.65 with SMTP id e41mr58149762eeo.34.1351493211434; Sun, 28 Oct 2012 23:46:51 -0700 (PDT) Received: by 10.223.66.194 with HTTP; Sun, 28 Oct 2012 23:46:51 -0700 (PDT) Date: Sun, 28 Oct 2012 23:46:51 -0700 Message-ID: Subject: From: Kevin Oberman To: Florian Smeets Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD Ports ML X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Oct 2012 06:46:53 -0000 Florian, After updating fusefs-libs to 2.9.9 I fould serious problems with an NTFS file system. I am using the new fuse kernel code on 9-Stable on an amd64 system. I have had only limited time to look at the problem, but symptoms include all files in a directory having an mtime of when the FS was mounted and phantom directory entries. An 'ls' showed no such file, but typing the first character of the file followed by ^D showed the file with a appended. An attempt to create it gets "input/output error" and does an 'rm'. most, but not all files I copied to that file system today simply seem to have vanished, but a few have left those phantom entries. I have reverted to 2.9.1 for now, but it looks like I will need to boot Windows and run dskchk on it. -- R. Kevin Oberman, Network Engineer E-mail: kob6558@gmail.com