Oh, my recipe wasn't quite right - when you sudo sed -i 's@/var/lib/lxc@/data/lxc@' /var/lib/lxc/r2/config that also changes the path to r2's fstab. So either you have to tweak the sed command, or sudo mv /var/lib/lxc/r2/fstab /data/lxc/r2/ With that, it works for me. -serge