Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

copying from one hot swap drive to another using dd

Status
Not open for further replies.

H0pper

Technical User
May 2, 2003
2
GB
The unix question that I have relates to copying from one hot swap drive to another on a compac proliant 850R server running SCOUNIX. I used the dd command to copy the contents of one drive to another. However after swapping the drives the computer wouldn't boot up onto the new drive. Having answered various questions on the screen to deal with the corruption and copied files from another server the missing files and the drive became usable. Is the dd command the correct command to use and should I expect a corruption free copy?

The full command used was:

dd if=/dev/rhd00 of=/dev/rhd10 bs=64k

Please can you shed some light??
 
Provided the two disk have the same geometry you must use the
Code:
/dev/rhd0a
and the
Code:
/dev/rhd1a
device files.

Hope This Help
PH.
 
Provided the two disk have the same geometry you must use the
Code:
/dev/rhd0a
and the
Code:
/dev/rhd1a
device files.

Hope This Help
PH.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top