3TB disk showing as 2TB

Page 1 of 2 12 LastLast

  1. Posts : 79
    Windows 1-0
       #1

    3TB disk showing as 1TB


    Hi, I've just installed a 3TB Toshiba hdwd130 and it's only showing as 1TB?

    I've used 2TB disks before, but this is the first 3TB disk I've tried to use.

    The disk controller on the MB is an RS880P.

    I've checked and the drivers all appear to be the latest. Any ideas please?

    Thanks
    Last edited by winchesterstoke; 16 Feb 2016 at 07:26.
      My Computer


  2. Posts : 2,799
    Linux Mint 20.1 Win10Prox64
       #2

    For disk > 2TB. You must initialize it as GPT disk.
      My Computer


  3. Posts : 79
    Windows 1-0
    Thread Starter
       #3

    topgundcp said:
    For disk > 2TB. You must initialize it as GPT disk.
    Many thanks. I've converted it to a GPT disk but it's still showing as 1TB?
      My Computer


  4. Posts : 151
    Windows 10
       #4

    There might be an unallocated space that Windows 10 did not recognized.

    You can try various tool to maximize the volume and convert it into GPT e.g. Windows DiskPart:

    1. Win+X, choose Command Prompt (Admin)
    2. diskpart - to initialize DiskPart
    3. list disk - to see all the connected hard drives
    4. select disk # - replace the # with the 3TB disk we are focusing at e.g. select disk 3
    5. clean - this will delete all partitions or volumes on the selected disk including the hidden etc.
    6. convert gpt - convert to GPT


    Other tool like GParted also good to try. Burn it into CD or USB, boot the disk tool, select the 3TB disk and see if GParted recognize the whole volume. If it does, just use the Grow/Shrink options to expand the whole 3TB.
      My Computer


  5. Posts : 18,424
    Windows 11 Pro
       #5

    MiniTool Partition Wizard is another excellent free utility that installs right in Windows so no need to burn a disk to boot from:
    Best Free Partition Manager for Windows | MiniTool Partition Free

    You can also use just plain old disk management built into Windows - but that has the limitation of only moving/expanding partitions to the right on a disk - it won't handle anything if you want to move/expand partitions to the left. Also, MiniTool will show you partitions/hidden spaces that Windows disk management won't.
      My Computer


  6. Posts : 79
    Windows 1-0
    Thread Starter
       #6

    NavyLCDR said:
    MiniTool Partition Wizard is another excellent free utility that installs right in Windows so no need to burn a disk to boot from:
    Best Free Partition Manager for Windows | MiniTool Partition Free

    You can also use just plain old disk management built into Windows - but that has the limitation of only moving/expanding partitions to the right on a disk - it won't handle anything if you want to move/expand partitions to the left. Also, MiniTool will show you partitions/hidden spaces that Windows disk management won't.
    Many thanks to all of you....

    This is very strange...

    I've used diskpart from the command prompt and that tell me it a 1TB disk...

    So I've tried Partition Manager - thanks for the recommendation NavyLCDR - and that also indicates it's a 1 TB disk.

    Looking at some videos on Youtube they all show that when something like this happens that you can see the unallocated space - but need to do things to allocate it. I just see a 1TB disk with no additional unallocated space?

    I even gone so far as checking that disk does say 3TB - it does, and I bought it directly from Amazon - so it should be legitimate.

    Ahhhh - I just want my extra disk space!
      My Computer


  7. Posts : 11,247
    Windows / Linux : Arch Linux
       #7

    winchesterstoke said:
    Many thanks to all of you....

    This is very strange...

    I've used diskpart from the command prompt and that tell me it a 1TB disk...

    So I've tried Partition Manager - thanks for the recommendation NavyLCDR - and that also indicates it's a 1 TB disk.

    Looking at some videos on Youtube they all show that when something like this happens that you can see the unallocated space - but need to do things to allocate it. I just see a 1TB disk with no additional unallocated space?

    I even gone so far as checking that disk does say 3TB - it does, and I bought it directly from Amazon - so it should be legitimate.

    Ahhhh - I just want my extra disk space!
    Hi there.

    Are you trying to use this as a BOOT disk. If you are then you will need to change the BIOS to boot in into UEFI mode. If you have an old BIOS machine (no UEFI) then you'll have to add another Non GPT drive --say a 110 / 250 GB SSD for booting -- these are very cheap these days. (MBR HDD's have a Max partition size of 2TB I think).

    If your BIOS allows boot into UEFI mode then it's simple - convert the HDD to GPT and then restore your data.

    Otherwise you are going to be limited to around 2 TB on your HDD with a lot wasted.

    The trouble with a lot of You Tube videos is that they just show you what to do when stuff works --I'm of the Old School --give me a decent Manual any day rather than Videos. Then I can read at my leisure and look at all sorts of scenarios of what to do when it DOESN'T work !!!!.

    I really dread it when I want to get some info and it's all on You Tube --sometimes the old fashioned way still works best. !!!


    Cheers
    jimbo
      My Computer


  8. Posts : 79
    Windows 1-0
    Thread Starter
       #8

    jimbo45 said:
    Hi there.

    Are you trying to use this as a BOOT disk. If you are then you will need to change the BIOS to boot in UEFI mode. If you have an old BIOS machine (no UEFI) then you'll have to add another Non GPT drive --say a 110 / 250 GB SSD for booting -- these are very cheap these days.

    Otherwise you are going to be limited to around 2 TB on your HDD with a lot wasted.

    Cheers
    jimbo
    Thanks jimbo - no, not trying to use this disk as a boot disk (have a hybrid drive for that). I thought it could be the 2TB limit - but I'm only seeing 1TB on the disk at the moment (sorry, the thread title is wrong )?

    I'm sure I've used 2TB disks in it before without problems.
      My Computer


  9. Posts : 11,247
    Windows / Linux : Arch Linux
       #9

    Hi there

    start up windows.
    then do

    CMD mode in admin mode

    DISKPART

    LIST DISK

    SELECT DISK nn where nn is your 3 TB HDD.

    CLEAN

    CONVERT GPT

    EXIT.

    Now use control panel -->administrative tools - storage manager

    You should see your HDD as a RAW HDD - create your partition

    2TB HDD's are OK for MBR. 3TB and larger HDD's need GPT to use whole HDD.

    Job done.

    Cheers
    jimbo
      My Computer


  10. Posts : 79
    Windows 1-0
    Thread Starter
       #10

    jimbo45 said:
    Hi there

    start up windows.
    then do

    CMD mode in admin mode

    DISKPART

    LIST DISK

    SELECT DISK nn where nn is your 3 TB HDD.

    CLEAN

    CONVERT GPT

    EXIT.

    Now use control panel -->administrative tools - storage manager

    You should see your HDD as a RAW HDD - create your partition

    2TB HDD's are OK for MBR. 3TB and larger HDD's need GPT to use whole HDD.

    Job done.

    Cheers
    jimbo
    Thanks. Still no luck though

    3TB disk showing as 2TB-disk-1.png

    And when I look in Windows Disk Management - disk 3 is still showing as 931GB:
    3TB disk showing as 2TB-disk-2.png

    Any ideas please?
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 17:52.
Find Us




Windows 10 Forums