I recommend NEVER RUN IT BY THIS WAY. If you make a mistake in /new name, then you damage the whole OLD disk.
Always run it as (am noot sure, what are sp options, I never used them): (cd /OLD && tar cf -) | (cd /NEW && tar xspf -) if you make mistake here it wll not start. ================================== cd /old tar cf - . | ( cd /new ; tar xspf - ) _______________________________________________ Ocfs2-users mailing list [email protected] http://oss.oracle.com/mailman/listinfo/ocfs2-users
