aufs user permissions
- by user56395
Anyone know why this doesn't work? Is this user error, AUFS feature or bug maybe:
rac@tecraS1:~/tmp$ mkdir orig tmp au
rac@tecraS1:~/tmp$ sudo mount -t tmpfs none tmp
rac@tecraS1:~/tmp$ sudo chown -R rac tmp
rac@tecraS1:~/tmp$ echo hello > orig/hello
rac@tecraS1:~/tmp$ sudo mount -t aufs -o br=tmp:orig none au
rac@tecraS1:~/tmp$ ls -al au
total…