Unallocated
Right click on the "Disk 1" section (to the left of the partitions) and select properties. Go to the volumes tab and see if it uses MBR or GPT. If it's using MBR, you may need to convert it to GPT in order to use more than 2TB of the drive. Bear in mind that converting to GPT will erase the data (there are some ways to not lose data, but it's generally best practice to clear all partitions, then convert and rebuild from a backup if you have data you need to keep).
EDIT: Easiest way to convert to GPT is to delete all partitions on the drive so it is all unallocated space. Right click on "Disk 1" again and select convert to GPT. You can also do it through diskpart command line if you wish:
Open command prompt and type in DISKPART and press Enter
Then type in list disk (Note down the number of the disk that you want to convert to GPT)
Then type in select disk number of disk
Finally, type in convert gpt.

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 accountSign in
Already have an account? Sign in here.
Sign In Now