Jump to content

cloning help

Go to solution Solved by roberto++,

Cloning matches the previous partition table, changing this does not require another software to clone.

 

first make sure you are using GPT partition rather than MBR. MBR has a physical limit to 2TB per volume. Your software may have cloned your drive using MBR rather than GPT.

 

If you are using GPT partiion scheme, you can then expand the drive within disk manager. Right click My computer > manage > disk management> scroll down to your 4 TB drive, right click on 2TB partition then click extend partition.

 

To check if your drive is using GPT, use command prompt in administrator mode and type

 

diskpart

 

A new window will appear and type

List disk

then hit enter

 

as you can see from this example below both of these drives are MBR format

 

Microsoft DiskPart version 6.1.7601Copyright (C) 1999-2008 Microsoft Corporation.On computer: PCDISKPART> List Disk  Disk ###  Status         Size     Free     Dyn  Gpt  --------  -------------  -------  -------  ---  ---  Disk 0    Online          111 GB  1024 KB  Disk 1    Online         1117 GB  1024 KBDISKPART> 

 

i cloned my hdd which is 2tb to a 4tb drive but the software i used created a 2tb partition. how can i clone my drive to the 4tb drive but keep it all in the 4tb partition?

i cloned my hdd which is 2tb to a 4tb drive but the software i used created a 2tb partition. how can i clone my drive to the 4tb drive but keep it all in the 4tb partition?

if you are reading this you are wasting valuable time and should maybe rethink your life choices.

Link to comment
https://linustechtips.com/topic/125133-cloning-help/
Share on other sites

Link to post
Share on other sites

Just expand the partition to 4TB? If there's already stuff on the 4TB drive, put it on the 2TB partition and then expand it to 4TB.

how would i expand the partition? there is nothing on the drive

if you are reading this you are wasting valuable time and should maybe rethink your life choices.

Link to comment
https://linustechtips.com/topic/125133-cloning-help/#findComment-1664026
Share on other sites

Link to post
Share on other sites

Cloning matches the previous partition table, changing this does not require another software to clone.

 

first make sure you are using GPT partition rather than MBR. MBR has a physical limit to 2TB per volume. Your software may have cloned your drive using MBR rather than GPT.

 

If you are using GPT partiion scheme, you can then expand the drive within disk manager. Right click My computer > manage > disk management> scroll down to your 4 TB drive, right click on 2TB partition then click extend partition.

 

To check if your drive is using GPT, use command prompt in administrator mode and type

 

diskpart

 

A new window will appear and type

List disk

then hit enter

 

as you can see from this example below both of these drives are MBR format

 

Microsoft DiskPart version 6.1.7601Copyright (C) 1999-2008 Microsoft Corporation.On computer: PCDISKPART> List Disk  Disk ###  Status         Size     Free     Dyn  Gpt  --------  -------------  -------  -------  ---  ---  Disk 0    Online          111 GB  1024 KB  Disk 1    Online         1117 GB  1024 KBDISKPART> 

 

i cloned my hdd which is 2tb to a 4tb drive but the software i used created a 2tb partition. how can i clone my drive to the 4tb drive but keep it all in the 4tb partition?

Use the quote or multiquote, for faster responses \/ \/

Link to comment
https://linustechtips.com/topic/125133-cloning-help/#findComment-1664134
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×