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?
-
mister_v
- Posts: 143
- Joined: Sat Jun 20, 2009 5:42 pm
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.
-
Chris
- Site Admin
- Posts: 132
- Joined: Mon Jul 21, 2008 9:45 am
- Location: Leuven, Belgium
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/sdcIt might be easier to first create a new bigger partition and then copy everything.
-
mister_v
- Posts: 143
- Joined: Sat Jun 20, 2009 5:42 pm