Comment 12 for bug 190725

Revision history for this message
Savvas Radevic (medigeek) wrote : Re: Bzr can't init branch on ntfs-3g filesystem

Misha have you tried the last comment?
http://forum.ntfs-3g.org/viewtopic.php?p=3341#p3341

Quote:
A little late, but nonetheless...
I was able to overcome problems with preserving times:
Code:
cp: preserving times for 'foo': Operation not permitted

by adding 'uid=' option in /etc/fstab, like this:

Code:
# /dev/sda3
UUID=E486D32886D2FA2A /media/files ntfs-3g defaults,umask=007,gid=46,uid=1000 0 1