[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Copy boot block
Jim Popovitch wrote:
> David Corbin wrote:
>> Is this the right command to duplicate a boot block from drive to another?
>>
>> dd if=/dev/hda of=/dev/hdc count=1 bs=512
>
> Yes. That's what I use.
>
> If you use grub make sure you copy or hardlink /boot/grub/menu.lst to
> both drives. ;-) (I learned that the hard way).
A friend so kindly pointed out a problem above. Hardlinking won't work
across different file systems. Copying is the recommended way.
-Jim P.