A few issues

2010-08-23 Thread Audrius Šaikūnas
Hello, after using aufs for a while, I've ran into two extremely annoying issues/bugs: 1. There is a folder which I seem can't rename into a specific name: $ mv 4.0 XXX - OK $ mv XXX 5.0 - OK $ mv 5.0 6.0 - BAD mv: cannot move `4.0/schemes/Tux.ksf' to `6.0/schemes/Tux.ksf': Input/output

Disable Copy-on-Write on writable branches

2010-08-22 Thread Audrius Šaikūnas
Hello, I'd like to ask if there is a way to disable Copy-On-Write on writable branches? For example, I have 3 branches: A, B and C: A/file0.txt B/file1.txt C/file2.txt mounted as: mount -t aufs -o br=A=rw:B=rw:C=rw aufs D And when I modify D/file1.txt or D/file2.txt, both files get moved to