Help with copy.

2002-01-13 Thread Mikael Mossberg
I hope someone can help me : I want to copy the whole content of aharddisk to a new empty disk. Now I boot from the sourcedisk and want the target disk to be an exact copy of the source including bootsector. Thanks Mikael

Re: Help with copy.

2002-01-13 Thread Dale Kosan
I think the dd comand is what you want, something like dd if=/dev/hda of=/dev/hdb bs=1024 This would make an exact copy of /dev/hda on /dev/hdb with a block size of 1024. Some one will correct me if I am mistaken. -- ICQ# 55846749 Registered Linux user #191829 A Cherokee Prayer:

Re: Help with copy.

2002-01-13 Thread Lewi
On Sun, Jan 13, 2002 at 02:06:19PM +0100, Mikael Mossberg wrote: I hope someone can help me : I want to copy the whole content of a harddisk to a new empty disk. Now I boot from the sourcedisk and want the target disk to be an exact copy of the source including bootsector. Thanks Mikael