[Bug 663069] Re: "non-accessable symlink" errors when using aufs-shaddowed read-only root filesystem
Remi REROLLE
663069 at bugs.launchpad.net
Fri Oct 22 15:17:04 UTC 2010
Can be easily reproduced with the following steps:
mkdir ro rw aufs
touch ro/foo
sudo mount -t aufs -o br:rw:ro none aufs
mv aufs/{foo,bar}
Gives the following output:
mv: cannot move `aufs/foo' to `aufs/bar': Operation not permitted
And:
dmesg | tail -1
[179473.298795] non-accessible hardlink creation was attempted by: mv (fsuid 1000)
I confirm the kernel.yama.protected_nonaccess_hardlinks=0 workaround
--
"non-accessable symlink" errors when using aufs-shaddowed read-only root filesystem
https://bugs.launchpad.net/bugs/663069
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to linux in ubuntu.
More information about the kernel-bugs
mailing list