Hi, I noticed something peculiar when data is being copy forward and backward between /ro and /rw.
mountall.sh: ------------ tar -C /ro -cf - . | tar -C /rw -xf - > /dev/null 2>&1 voyage-util: ------------ cp -Rp $DIR/* /ro$DIR/ Why is tar piped to tar in one case and a plain copy in the other case? Regards, Pascal de Bruijn -- http://blog.pcode.nl/ http://del.icio.us/pmjdebruijn/ http://www.flickr.com/photos/pmjdebruijn/ _______________________________________________ Voyage-linux mailing list [email protected] http://list.voyage.hk/mailman/listinfo/voyage-linux
