Originally posted by: j.gann
Hi all,
I need to move a large jfs2 filesystem with millions of small files from one vg to another.
short timeframe (app downtime).
I suspect cp -r/cpio/rsync to be very slow.
cplv copies 1 PP (64MB source in my case, target flexible) at a time, makes me more happy ;-) but my favourite would be
dd with a large (G?) blocksize of the underlying lv (fs unmounted of course). Is this even possible?
any caveats?
thanks for yr feedback
Joachim