At 03:50 PM 9.30.2002 -0500, Pranav A. Desai wrote:
>
>Hi all!
>
>       Can I use something like
>
>dd if=/dev/ad0 of=/dev/ad1
>
>to copy every thing from first drive to the second and be able to boot
>from the second drive? Do I need to specify block size ? The second drive
>doesnt have anything on it (filesystem or slices).
>
>Thanks
>
>-Pranav
>

You would use this for IDE HDs:
# dd if=/dev/ad0 of=/dev/ad1 bs=8192 #Change the "bs" switch to something
that works best for you.

Of importance is that ad1 be equal to or larger than ad0. If larger, then
that larger portion will be unusable.

Best regards,
Jack L. Stone,
Administrator

SageOne Net
http://www.sage-one.net
[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to