From owner-freebsd-fs@FreeBSD.ORG Mon Oct 28 15:07:28 2013 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 230ABD3B for ; Mon, 28 Oct 2013 15:07:28 +0000 (UTC) (envelope-from cjpugmed@gmail.com) Received: from mail-ve0-x232.google.com (mail-ve0-x232.google.com [IPv6:2607:f8b0:400c:c01::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DA90F25C0 for ; Mon, 28 Oct 2013 15:07:27 +0000 (UTC) Received: by mail-ve0-f178.google.com with SMTP id jy13so6201277veb.9 for ; Mon, 28 Oct 2013 08:07:27 -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:content-type; bh=fqHCwoiQAP/FnD3O7btrxcXkToiIWtcB1EQcDpGD9tQ=; b=pBTRwWntO2P9n4hffrqNERB3XgV4I9KtPExYboY5BF7gvBLjwcqpgBUisqLjKHt/uw d4gvZ3POtfrREp93qC3Uf2MjDpM7zMS09Xf/s2FGwkyeAPNheLlJI9yABhqTz+mt7+9U w1qqDd6Dg35xSsdQi3WBJ+RO1XUIYJs0uAs/JJkzhP7bKiYkB5VvOgoe3vhAzIUAeePH BYGk28bpCT3Z6AiBDYZ5JkxEhipEsKvN/NkrIewcw2z3XapUmbIuFpar+/bJSuHtUqin l8EtFv/NAHOPya23J3+NE73RnEpLHYV4sn5G8a88lGnhVxNpp23cBzvLM5xjuHrbdK55 FwuA== MIME-Version: 1.0 X-Received: by 10.220.78.18 with SMTP id i18mr13543734vck.3.1382972846912; Mon, 28 Oct 2013 08:07:26 -0700 (PDT) Received: by 10.220.1.17 with HTTP; Mon, 28 Oct 2013 08:07:26 -0700 (PDT) Date: Mon, 28 Oct 2013 16:07:26 +0100 Message-ID: Subject: fusefs-ntfs crashes on FreeBSD 9.2 From: Carlos Jacobo Puga Medina To: freebsd-fs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Oct 2013 15:07:28 -0000 I can mount properly a external USB hard disk, but when I try to copy/move something the system crashes and it need a hard reset to recover. I just installed an updated version of sysutils/fusefs-kmod [1] and it doesn't solved the problem. I can not provide any information because after blocking all the system there is no trace of logs. Does someone know what happens? [1] http://lists.freebsd.org/pipermail/freebsd-hackers/2013-October/043519.html