Hi Punky, Can I remove the following function from "/etc/init.d/voyage-sync" ? copy_ro_to_rw() { echo "Copying /ro to /rw." #tar -C /ro -cf - . | tar -C /lib/init/rw -xf - > /dev/null 2>&1 tar -C /ro -cf - . | tar -C /lib/init/rw -xf - } I ask because I cannot find "/ro" in my system. It's upgraded from 0.6.2 to 0.6.5. Rgds, Michael