From owner-freebsd-questions@FreeBSD.ORG Mon Feb 17 11:22:57 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 88681A8D for ; Mon, 17 Feb 2014 11:22:57 +0000 (UTC) Received: from www94.your-server.de (www94.your-server.de [213.133.104.94]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4725914BF for ; Mon, 17 Feb 2014 11:22:57 +0000 (UTC) Received: from [92.230.240.70] (helo=[192.168.178.40]) by www94.your-server.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.74) (envelope-from ) id 1WFMHg-0003HX-PI for freebsd-questions@freebsd.org; Mon, 17 Feb 2014 12:22:48 +0100 Subject: Cannot create files on exfat card / 10-stable From: Mathias Picker To: freebsd-questions@freebsd.org Content-Type: text/plain; charset="UTF-8" Organization: virtual earth GmbH Date: Mon, 17 Feb 2014 12:22:44 +0100 Message-ID: <1392636164.2305.3.camel@marcopolo.fritz.box> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Authenticated-Sender: Mathias.Picker@virtual-earth.de X-Virus-Scanned: Clear (ClamAV 0.97.8/18484/Mon Feb 17 09:38:29 2014) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Feb 2014 11:22:57 -0000 Hi all, I just got my first exfat formatted sdxc card. If I mount it with (as root) mount.exfat /dev/da2s1 /mnt I can read the content, create *directories*, but *not files*??? root@marcopolo:/mnt # touch test1 touch: test1: Invalid argument root@marcopolo:/mnt # mkdir test1 root@marcopolo:/mnt # touch test1/test touch: test1/test: Invalid argument root@marcopolo:/mnt # ll -d test1 drwxr-xr-x 1 root wheel 131072 16 Feb 19:46 test1/ root@marcopolo:/mnt # ll test1 total 0 Shouldn't this work? I rebuilt fusefs-lib and fusefs-exfat with gcc48, same result... This is on a recent stable: marcopolo% uname -a FreeBSD marcopolo 10.0-STABLE FreeBSD 10.0-STABLE #14 r261827: Thu Feb 13 13:13:01 CET 2014 mathiasp@marcopolo:/usr/obj/usr/src/sys/GENERIC amd64 The card is a Sandisk Extreme MicroSDXC 64Gb. Works fine in my phone. Any tips, hints, experiences? Thanks, Mathias