> Anyway here is a temporary patch for the second approach. > If you can, please try. > At lease, I could succeeded "git clone > git://git.code.sf.net/p/aufs/aufs3-standalone". > > But still > > I don't know the answer. > > I am still thinking...
I've tried more testing on writable ntfs-3g branch. I am afraid it is NOT still usable for me and aufs. For example, $ mkdir d_src $ > f_src $ strace a.out ::: open("d_src/f_src", O_RDONLY) = 3 stat("d_src", {st_mode=S_IFDIR|0555, st_size=440, ...}) = 0 chmod("d_src", 040444) = 0 fstat(3, 0x7fff7d1d8820) = -1 EACCES (Permission denied) ::: The last fstat(2) should be succeeded, but ntfs-3g returns an error. I think I should not include my previous patch into aufs release. J. R. Okajima ------------------------------------------------------------------------------