Mauricio Faria de Oliveira: > So, could you please run it through your internal test suite?
I've fixed the missing path.mnt problem, slightly tested with RW ntfs-3g branch, and seen many issues as much as I have to stop the test. The fundamental problem around RW fuse branch didn't change. Some systemcalls such as chmod(2) and link(2) handle the kernel internal inode object. They are expected modifying the existing inode, but FUSE creates another inode object and pretending those two inodes are identical. It is a big problem for aufs, and I gave up handling it. The decision was made on Apr 2014. See this (below) and its thread. Ths situaion is unchanged. FUSE is unusable for me and aufs. Title: NTFS branches lead to ESTALE and other strange behaviour URL: https://www.mail-archive.com/aufs-users@lists.sourceforge.net/msg04551.html I will fix the original bug (path.mnt) and release it next Monday. It will be slightly different from your patch, but I believe that I should keep your name as the original authour. Thank you J. R. Okajima