On Mon, 9 Nov 2009 13:34:24 -0500 "STeve Andre'" <[email protected]> wrote:
> For simple large files, is there a faster way to move them rather > than using mv? I have a lot of large files (>10G) that need to be > rearranged on which disk they reside on. > > Thanks, STeve Andre' > I have not tried it, but maybe something like dd if=foobar of=/mnt/foobar bs=2M will speed things up by reading larger blocks ?!?

