> Two more things I would like to know :
> - which cpu are you using (32 or 64 bits) ?
64 bit cpu and system, amd64.
> - what were your ./configure options for compiling
> ntfs-3g ? At least, what is the output of "ntfs-3g -help"
No options were used. The build environment is current debian sid.
I guess the question is, whether the internal or external fuse version
was used. In the failing case it was internal:
------------------------------------------------------------------------
$ ./src/ntfs-3g -help
ntfs-3g 2014.2.15 integrated FUSE 27 - Third Generation NTFS Driver
Configuration type 1, XATTRS are on, POSIX ACLS are off
[snipped help options]
------------------------------------------------------------------------
So I have also tried building with external fuse (2.9.3-15 on my system),
and in this case everything worked fine and the initial problem disappeared:
------------------------------------------------------------------------
$ ./src/ntfs-3g -help
ntfs-3g 2014.2.15 external FUSE 29 - Third Generation NTFS Driver
Configuration type 1, XATTRS are on, POSIX ACLS are off
[...]
$ ls /mnt
$
------------------------------------------------------------------------
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]