According to Alvin Starr:
>
>if the drives are identical then just doing a "dd if=/dev/hda of=/dev/hdb"
>will work.
But will be slow, do yourself a favour and block the transfer rather
than doing it character by character. To transfer in 80k chunks:
dd if=/dev/hda of=/dev/hdb bs=81920
-- =============================================================================== Brett Lymn, Computer Systems Administrator, BAE SYSTEMS ===============================================================================Received on Wed Mar 15 2000 - 16:14:54 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:52:16 MST