[Nottingham] File copying filesystem -> filesystem
Martin
martin at ml1.co.uk
Mon Sep 7 22:59:16 UTC 2009
Mike Cardwell wrote:
> Jim Moore wrote:
>
>> my usual method is to run an ex-platform sector copying program, such
>> as that found as part of Acronis Trueimage. This copies the partition
>> sector-by-sector - which means you end up with the data and allocation
>> tables/journals/etc written to the destination drive in the same
>> sector order as the original. Fastest way I know of doing things,
There is also "dd", or "nc" if you're going over a network. You might
also gain a speedup if you use "double buffering" by doing such as:
dd if=/dev/sdX | dd bs=1M | dd bs=1M | dd of=/dev/sdY
> That would copy the file system. He's trying to move files from one file
> system to a different one.
Indeed so.
Cheers,
Martin
--
----------------
Martin Lomas
martin at ml1.co.uk
----------------
More information about the Nottingham
mailing list