<%@ include file="/includes/doctype.jsp" %> <%@ include file="/includes/google-authorship.jsp" %> <%@ include file="/includes/stylesheets.jsp" %> <%@ include file="/includes/favicon.jsp" %> <%@ include file="/includes/googleanalytics.jsp" %> <%@ include file="/includes/cookie-banner.jsp" %>
<%@ include file="/includes/menu.jsp" %> <%@ include file="/includes/motherboardheader-small.jsp" %> <%@ include file="/includes/biosagentpurchase.jsp" %> <%@ page import = "be.barefeetmedia.breadcrumb.*" %> <%@ page import = "java.util.*" %> <% BreadcrumbLink home = new BreadcrumbLink("Home", "/"); BreadcrumbLink faq = new BreadcrumbLink("BIOS FAQ", "/faq.jsp"); List breadcrumbLinksList = new ArrayList(); breadcrumbLinksList.add(home); breadcrumbLinksList.add(faq); request.setAttribute("breadcrumbLinks", breadcrumbLinksList); %>
<%@ include file="/ad/googleresponsive.jsp" %> <%@ include file="/includes/subscribeemaillist-sendy.jsp" %> <%@ include file="/includes/fastsecurestable-webhosting.jsp" %>
<%@ include file="/ad/googlebigrectangle.jsp" %>

Proper "large" IDE HDD support is two-piece:

  1. Detection
  2. Runtime support

Detection means that BIOS reports the correct size of the HDD. AWARD BIOS older than 6/1999 screw up with >32GB drives.

Runtime support means that the BIOS must offer additional runtime services to access what's behind the 8 GB border (1024x63x255x512 bytes, to be exact). That's usually called "Int13 extensions", and by far not every BIOS that detects any drive size has these.

That's why you see 20 GB in BIOS and only 8GB in your operating system.

Required reading:

You have three options in this case:

  1. Get a BIOS upgrade.  Might not help, especially in older systems. You can get help in our hard disk forum.
  2. Purchase an add-on EIDE controller card.
  3. Use Drive Overlay software like EZBios or Ontrack.  You can download this from the HDD manufacturer's home page.

Go back to our BIOS FAQ.

<%@ include file="/includes/googlesearch.jsp" %>
<%@ include file="/includes/footer.jsp" %>
<%@ include file="/includes/javascript.jsp" %>