Saturday, August 8, 2015

Cloning smaller flash drive to a larger flash drive


Short Version:


How can you clone a smaller flash drive (8Gb) to a larger flash drive (16Gb) without losing the empty space on the drive?


More Details:


I have a 8Gb flash drive with files on it that are not transferred by copying to another flash drive. I am trying to make a 16Gb an exact copy of the 8Gb drive, but with more space on it. I have already attempted to copy, as well as have a friend clone it for me, but the clone did not allow the extra space to be used.


Is there a way for my 8Gb flash drive to be cloned (an almost exact copy) to the 16Gb flash drive, but allowing me to use the empty space on the 16Gb drive, on the same partition?


Answer



The easiest way to move a smaller partition to a larger drive, is to clone the drive as you have already done, then open the drive in a partition management utility and resize the partition to use the full 16 GB.


If you are using windows, Disk Manager can do this
If you are running Mac, Disk Utility can do this
If you are running Linux, use GParted


No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...