From owner-freebsd-questions@FreeBSD.ORG Thu Aug 9 10:50:02 2012 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 21A2D106564A for ; Thu, 9 Aug 2012 10:50:02 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from mx1.bjare.net (mx1.bjare.net [212.31.160.3]) by mx1.freebsd.org (Postfix) with ESMTP id C36488FC0C for ; Thu, 9 Aug 2012 10:50:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mx1.bjare.net (Postfix) with ESMTP id 415035E3BF for ; Thu, 9 Aug 2012 12:37:43 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mx1.bjare.net X-Spam-Flag: NO X-Spam-Score: -2.061 X-Spam-Level: X-Spam-Status: No, score=-2.061 tagged_above=-999 required=5 tests=[AWL=-0.158, BAYES_00=-2.599, RDNS_NONE=0.1, SPF_SOFTFAIL=0.596] Received: from mx1.bjare.net ([127.0.0.1]) by localhost (mx1.bjare.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id sdgSaWSpaBbU for ; Thu, 9 Aug 2012 12:37:41 +0200 (CEST) X-BN-MX1: ja X-BN-MailInfo: BjareNet Received: from bljbsd01.no-ip.org (unknown [195.216.54.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.bjare.net (Postfix) with ESMTPS id BC8395E3BE for ; Thu, 9 Aug 2012 12:37:41 +0200 (CEST) Message-ID: <502392FE.5030903@eskk.nu> Date: Thu, 09 Aug 2012 12:37:50 +0200 From: Leslie Jensen User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:14.0) Gecko/20120728 Thunderbird/14.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Can't write to NTFS file system 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: Thu, 09 Aug 2012 10:50:02 -0000 Hi List. I'm using fusefs_enable="YES" in /etc/rc.conf And /dev/ad4s2 /home/mnt/windows ntfs rw,noauto 0 0 in /etc/fstab I can read the NTFS file system and copy from it but I can't copy to it. When I try copying I get "No such file or directory" Is that default behaviour? Thanks /Leslie