| Author |
Message |
msantos *nix forums beginner
Joined: 03 Feb 2005
Posts: 1
|
Posted: Thu Feb 03, 2005 11:12 am Post subject:
How Clone a hard disk on a Ultra10 (IDE disks ) ?
|
|
|
|
How Clone a hard disk on a Ultra10 (IDE disks ) ? |
|
| Back to top |
|
 |
Oscar del Rio *nix forums Guru
Joined: 24 Feb 2005
Posts: 385
|
Posted: Thu Feb 03, 2005 11:43 am Post subject:
Re: How Clone a hard disk on a Ultra10 (IDE disks ) ?
|
|
|
| Quote: | How Clone a hard disk on a Ultra10 (IDE disks ) ?
|
if the HDs are identical you can use "dd" otherwise
devfsadm (to recognize the new HD)
format -> partition -> label (define partition you want to clone)
mount; ufsdump | ufsrestore (for every partition)
installboot (to make disk bootable)
See man pages for details |
|
| Back to top |
|
 |
Oscar del Rio *nix forums Guru
Joined: 24 Feb 2005
Posts: 385
|
Posted: Fri Feb 04, 2005 11:38 am Post subject:
Re: How Clone a hard disk on a Ultra10 (IDE disks ) ?
|
|
|
Oscar del Rio wrote:
| Quote: | format -> partition -> label (define partition you want to clone)
|
missed one important step below
| Quote: | mount; ufsdump | ufsrestore (for every partition)
|
^ newfs before mount
> installboot (to make disk bootable) |
|
| Back to top |
|
 |
Google
|
|
| Back to top |
|
 |
|