@ice-master your command line is wrong, this, mount /dev/<device name> /mnt/ ; tar -C /overlay -cvf - . | tar -C /mnt/ -xf - ; umount /mnt/ notice forward slash on each side of mnt.../mnt/ you missed it three times.