tb said:
How can I find out the maximum HD size supported by the BIOS installed
on this motherboard?
Bios version is C096510J.86A.5493.2006.1102.1728.
Rough rules of thumb.
1) Anything introduced after 2003, the IDE ports
support 48 bit LBA. That allows large drive support.
The largest IDE was 750GB, so you're in no danger
of tripping any other bugs.
.. The next practical limit, is the MBR limit of
2**32 sectors a.k.a 2.2TB limit. That's an issue
when the BIOS goes to boot.
2) SATA ports should be OK. They're probably all
designed to ATA/ATAPI 6 or later spec. No size limit
like with IDE. There would be a 2.2TB limit for MBR
based booting. If you use a 3TB or 4TB drive, visit the
disk manufacturer's web page for the product, to read
about workarounds, boot issues and so on. (I just
checked the WD and Seagate sites, and I couldn't find
the good info I used to be able to find, so this won't
be as easy today.)
The one exception, is motherboards with Silicon Image
3112 (add-on SATA controller chip), which has a
"1TB freezing bug". This was fixed with an add-in ROM
code update, but the update was delivered so late in
the development cycle, that many boards did not have an
opportunity to incorporate the change in time. My A7N8X-E,
I got a BIOS for that one, with the SIL3112 bug fixed.
Some other boards, the BIOS updates stopped, before
that code came along. For those systems, if you connect
a 1TB hard drive to the SIL3112 SATA port, the motherboard
freezes and the board won't finish POST (until the drive
is disconnected).
So for your 2006 motherboard, I'd say "no more than the
usual problems". Just do your homework before connecting
a 3TB or 4TB hard drive. Or that new Hitachi drive which is
helium filled (it is not in real volume production yet).
There are two disk partitioning methods, MBR and GPT.
GPT is for big drives and very recent OSes.
http://en.wikipedia.org/wiki/Master_boot_record
MBR limits the maximum addressable storage space of a
disk to 2.2 TB (2^32 x 512 bytes)
The OS support table for this one, is half way down.
GPT boots with a UEFI BIOS, which you don't have.
(I don't have one either.)
http://en.wikipedia.org/wiki/GUID_Partition_Table
http://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface
I have a 3TB drive, and currently use the bottom 2.2TB part of it.
That's partially because I'm using WinXP, and partially because
I have some Acronis driver in my OS that needs to be removed,
to make more of the disk available. I can't boot from that
drive in any case, and boot from a smaller drive. The 3TB
one is for backups n' stuff.
HTH,
Paul