Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2014 12:22:44 +0100
From:      Mathias Picker <Mathias.Picker@virtual-earth.de>
To:        freebsd-questions@freebsd.org
Subject:   Cannot create files on exfat card / 10-stable
Message-ID:  <1392636164.2305.3.camel@marcopolo.fritz.box>

next in thread | raw e-mail | index | archive | help
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






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1392636164.2305.3.camel>