Cloning Hard drive to smaller SSD [duplicate]
up vote
1
down vote
favorite
This question already has an answer here:
Can you clone a larger drive onto a smaller drive (used space fits on the smaller)
9 answers
I have a 146GB HDD in one of my servers that I want to replace with a 120GB SSD. Can I just clone the drive with dd and have it boot just fine? Are there any repurcussions to cloning to a smaller drive? (The drive is nowhere near full so there shouldn't be much at the end of the disk). The server itself only had whatever partitions Proxmox sets up when it installs.
dd
marked as duplicate by Ramhound, fixer1234, bertieb, K7AAY, music2myear Nov 27 at 22:25
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
up vote
1
down vote
favorite
This question already has an answer here:
Can you clone a larger drive onto a smaller drive (used space fits on the smaller)
9 answers
I have a 146GB HDD in one of my servers that I want to replace with a 120GB SSD. Can I just clone the drive with dd and have it boot just fine? Are there any repurcussions to cloning to a smaller drive? (The drive is nowhere near full so there shouldn't be much at the end of the disk). The server itself only had whatever partitions Proxmox sets up when it installs.
dd
marked as duplicate by Ramhound, fixer1234, bertieb, K7AAY, music2myear Nov 27 at 22:25
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
Most cloning tools handle this just fine. Have you tried it?
– music2myear
Nov 24 at 4:12
@music2myear not yet because the hard drive hasn't come in yet.
– cclloyd
Nov 24 at 4:27
3
Possible duplicate of Can you clone a larger drive onto a smaller drive (used space fits on the smaller). Additional solutions on this question (closed because it explicitly asked for product recommendations: superuser.com/questions/99211/free-way-to-clone-hdd-to-ssd
– fixer1234
Nov 25 at 1:25
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
This question already has an answer here:
Can you clone a larger drive onto a smaller drive (used space fits on the smaller)
9 answers
I have a 146GB HDD in one of my servers that I want to replace with a 120GB SSD. Can I just clone the drive with dd and have it boot just fine? Are there any repurcussions to cloning to a smaller drive? (The drive is nowhere near full so there shouldn't be much at the end of the disk). The server itself only had whatever partitions Proxmox sets up when it installs.
dd
This question already has an answer here:
Can you clone a larger drive onto a smaller drive (used space fits on the smaller)
9 answers
I have a 146GB HDD in one of my servers that I want to replace with a 120GB SSD. Can I just clone the drive with dd and have it boot just fine? Are there any repurcussions to cloning to a smaller drive? (The drive is nowhere near full so there shouldn't be much at the end of the disk). The server itself only had whatever partitions Proxmox sets up when it installs.
This question already has an answer here:
Can you clone a larger drive onto a smaller drive (used space fits on the smaller)
9 answers
dd
dd
asked Nov 24 at 3:43
cclloyd
968
968
marked as duplicate by Ramhound, fixer1234, bertieb, K7AAY, music2myear Nov 27 at 22:25
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by Ramhound, fixer1234, bertieb, K7AAY, music2myear Nov 27 at 22:25
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
Most cloning tools handle this just fine. Have you tried it?
– music2myear
Nov 24 at 4:12
@music2myear not yet because the hard drive hasn't come in yet.
– cclloyd
Nov 24 at 4:27
3
Possible duplicate of Can you clone a larger drive onto a smaller drive (used space fits on the smaller). Additional solutions on this question (closed because it explicitly asked for product recommendations: superuser.com/questions/99211/free-way-to-clone-hdd-to-ssd
– fixer1234
Nov 25 at 1:25
add a comment |
Most cloning tools handle this just fine. Have you tried it?
– music2myear
Nov 24 at 4:12
@music2myear not yet because the hard drive hasn't come in yet.
– cclloyd
Nov 24 at 4:27
3
Possible duplicate of Can you clone a larger drive onto a smaller drive (used space fits on the smaller). Additional solutions on this question (closed because it explicitly asked for product recommendations: superuser.com/questions/99211/free-way-to-clone-hdd-to-ssd
– fixer1234
Nov 25 at 1:25
Most cloning tools handle this just fine. Have you tried it?
– music2myear
Nov 24 at 4:12
Most cloning tools handle this just fine. Have you tried it?
– music2myear
Nov 24 at 4:12
@music2myear not yet because the hard drive hasn't come in yet.
– cclloyd
Nov 24 at 4:27
@music2myear not yet because the hard drive hasn't come in yet.
– cclloyd
Nov 24 at 4:27
3
3
Possible duplicate of Can you clone a larger drive onto a smaller drive (used space fits on the smaller). Additional solutions on this question (closed because it explicitly asked for product recommendations: superuser.com/questions/99211/free-way-to-clone-hdd-to-ssd
– fixer1234
Nov 25 at 1:25
Possible duplicate of Can you clone a larger drive onto a smaller drive (used space fits on the smaller). Additional solutions on this question (closed because it explicitly asked for product recommendations: superuser.com/questions/99211/free-way-to-clone-hdd-to-ssd
– fixer1234
Nov 25 at 1:25
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
So you should be able to resize the current drive that you have and that way the clone can be successful. Then you can use clonezilla copy the image to an external and then copy the image to the new disk.If you are not using the space anyways the partition can be resized to match the new hard drive. Here is an example using clonezilla and gparted but you should be able to do the same thing with windows using their disk management utility.
https://www.geekyprojects.com/storage/how-to-clone-hard-drive-to-smaller-drive/
did my answer suffice?
– GoldenWest
Nov 26 at 17:49
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
So you should be able to resize the current drive that you have and that way the clone can be successful. Then you can use clonezilla copy the image to an external and then copy the image to the new disk.If you are not using the space anyways the partition can be resized to match the new hard drive. Here is an example using clonezilla and gparted but you should be able to do the same thing with windows using their disk management utility.
https://www.geekyprojects.com/storage/how-to-clone-hard-drive-to-smaller-drive/
did my answer suffice?
– GoldenWest
Nov 26 at 17:49
add a comment |
up vote
0
down vote
So you should be able to resize the current drive that you have and that way the clone can be successful. Then you can use clonezilla copy the image to an external and then copy the image to the new disk.If you are not using the space anyways the partition can be resized to match the new hard drive. Here is an example using clonezilla and gparted but you should be able to do the same thing with windows using their disk management utility.
https://www.geekyprojects.com/storage/how-to-clone-hard-drive-to-smaller-drive/
did my answer suffice?
– GoldenWest
Nov 26 at 17:49
add a comment |
up vote
0
down vote
up vote
0
down vote
So you should be able to resize the current drive that you have and that way the clone can be successful. Then you can use clonezilla copy the image to an external and then copy the image to the new disk.If you are not using the space anyways the partition can be resized to match the new hard drive. Here is an example using clonezilla and gparted but you should be able to do the same thing with windows using their disk management utility.
https://www.geekyprojects.com/storage/how-to-clone-hard-drive-to-smaller-drive/
So you should be able to resize the current drive that you have and that way the clone can be successful. Then you can use clonezilla copy the image to an external and then copy the image to the new disk.If you are not using the space anyways the partition can be resized to match the new hard drive. Here is an example using clonezilla and gparted but you should be able to do the same thing with windows using their disk management utility.
https://www.geekyprojects.com/storage/how-to-clone-hard-drive-to-smaller-drive/
answered Nov 24 at 7:20
GoldenWest
30126
30126
did my answer suffice?
– GoldenWest
Nov 26 at 17:49
add a comment |
did my answer suffice?
– GoldenWest
Nov 26 at 17:49
did my answer suffice?
– GoldenWest
Nov 26 at 17:49
did my answer suffice?
– GoldenWest
Nov 26 at 17:49
add a comment |
Most cloning tools handle this just fine. Have you tried it?
– music2myear
Nov 24 at 4:12
@music2myear not yet because the hard drive hasn't come in yet.
– cclloyd
Nov 24 at 4:27
3
Possible duplicate of Can you clone a larger drive onto a smaller drive (used space fits on the smaller). Additional solutions on this question (closed because it explicitly asked for product recommendations: superuser.com/questions/99211/free-way-to-clone-hdd-to-ssd
– fixer1234
Nov 25 at 1:25