Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

How to clone an old hard drive to a new one by using Linux Terminal commands ?

observe that the new hard drive is unallocated ( without any partitions )

user-image
Question added by Deleted user
Date Posted: 2014/02/16
Abdulrahim Mohamad Shoueib Alyafi
by Abdulrahim Mohamad Shoueib Alyafi , Information Technology Manager , Faii Alriyadh Establishment for Contracting

I think in same device

#  cp  /olddevice  /newdevice

if another device

#  scp  /olddevice  /newdevice

I hope use SSH channel to be more secure

 

bsm alah alrahman alrahim

 

sudo dd if=/dev/X   of=/dev/Y  bs=512  conv=notrunk,noerror

 

where X is source hard disk  and Y is destination 

More Questions Like This

Do you need help in adding the right keywords to your CV? Let our CV writing experts help you.