- Aug 25, 2001
- 56,570
- 10,203
- 126
Without EUFI boot, an MBR 2TB volume is the max you can use for the OS.
With 512B sectors, you can use a drive up to 128PB in size, though, as a non-OS drive. That size support has existed since ATA 100 was implemented, so that should be the lowest limit for any SATA controller (I'm not sure if a newer controller is needed for 4K sectors, which would mean 1EB at 48-bit).
Perfect excuse for an OS SSD drive, right?![]()
yes...
as long as ur not booting up from it.
windows should see the 3TB drive as a GPT.
Your not going to be able to see it as a MBR tho, unless u have a board which supports bootup at greater then 3TB.
True, and even then you will sometimes run into problems. With a UEFI bios you are supposed to be able to boot from a GPT partition - I have all the requirements, x64, UEFI, etc. and I could not get it to work - no matter what. I spent quite a bit of time trying, reading up, trying again - I just could not get Win7x64 to install on a GPT partition. Really made me mad.
FWIW it is possible to boot GPT with pure legacy board (no EFI), well via a separate MBR disk.
Microsoft documentation said:
System volume
The system volume refers to the disk volume that contains the hardware-specific files that are needed to start Windows, such as Ntldr, Boot.ini, and Ntdetect.com.
On computers that are running the Intel x86 line of CPU processors and later versions, the system volume must be a primary volume that is marked as active. This requirement can be fulfilled on any drive on the computer that the system BIOS searches when the operating system starts.
The system volume can be the same volume as the boot volume. However, this configuration is not required.
Boot volume
The boot volume refers to the disk volume that contains the Windows operating system files and the supporting files. By default, the Windows operating system files are in the WINDOWS folder, and the supporting files are in the WINDOWS\System32 folder.
The boot volume can be the same volume as the system volume. However, this configuration is not required.
There is only one system volume. However, there is one boot volume for each operating system in a multiboot system.