Hi,
Can I use dd,
to copy a drive to a bigger drive?
And most importantly will it still run?
Thanks
Solved: Can I use dd to copy a drive to a bigger drive?
Solved: Can I use dd to copy a drive to a bigger drive?
Last edited by mister_v on Mon May 21, 2012 3:10 pm, edited 1 time in total.
Re: Can I use dd to copy a drive to a bigger drive?
The short answer is: Yes.
But, the size of you partitions won't change.
You copy a everything from a 40GB drive to a 60GB drive.
There will be a partition of 40GB and 20GB of free unused space.
You'll probably want to change the partition size with Parted Magic, or some other partition manager.
It might be easier to first create a new bigger partition and then copy everything.
But, the size of you partitions won't change.
You copy a everything from a 40GB drive to a 60GB drive.
There will be a partition of 40GB and 20GB of free unused space.
Code: Select all
sudo dd if=/dev/sdb of=/dev/sdc
It might be easier to first create a new bigger partition and then copy everything.