Hello Andreas,

Andreas Bsching:
> following configuration:
> =2D mount -v -t aufs -o br:/branch_rw=3Drw:/branch_ro=3Dro none /union
> =2D kernel 2.6.24 + aufs-20080129
> =2D Using a Windows Client via Samba to access /union
        :::
> example:=20
> mkdir -p /branch_ro/dir1/dir2
> touch /branch_ro/dir1/dir2/file1
> touch /branch_ro/dir1/dir2/file2
> touch /branch_ro/dir1/dir2/file3
> 
> If I try to rename the directory dir2 to dir2.new I get an error 'permissio=
> n=20
> denied' (The directory and files were created by the same user)

Will you show me the output of these commands?
$ find /union/dir1 /branch_ro/dir1 /branch_rw/dir1 -ls
$ cd /union/dir1
$ strace mv dir2 dir2.new


Junjiro Okajima

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone

Reply via email to