Hi guys, I learned this the hard way. I went and bought a NAS and few 3TB WD Green hard drives. After testing them I realized green hard drives often go into sleep mode when idle, so i went and bought real NAS drives instead. I've tried to use the green hard drives on Windows 7, but Win7 only see 750GB and the other 2TB was missing. I tried GParted and Fdisk on it, but in the Disk Management still shows 750GB. However, when I put them back into the NAS I can see 3TB. Any ideas what I should do next? --- TinyZz
admin prompt Code: diskpart list disk select disk 1 (or whatever matches the disk(s) of your description) clean convert gpt create partition primary format fs=ntfs quick label="some label here" assign exit
Yes use Murphy's diskpart commands on your disks. If you are using these 3TB as Data drives then your Windows does NOT need to be in UEFI mode - Only if your installing your OS...
So if I understand correctly - when the UEFI mode is not enabled, the only limitation of 3TB disks is that it cannot be a system disk?
No. It can still be a system disk but due is MBR formatted then only 2TB are seen, the rest disk capacity remains unseen. The 2-TB barrier is the result of this 32-bit limitation. Because the maximum number that can be represented by using 32-bits is 4,294,967,295, this translates to 2.199 TB of capacity by using 512-byte sectors (approximately 2.2 TB). Therefore, a capacity beyond 2.2 TB is not addressable by using the MBR partitioning scheme.