[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <AANLkTi=-0Hdp2dfK_RB=w-W8Qm8O42dDM0ybEcRtEMdn@mail.gmail.com>
Date: Sat, 24 Jul 2010 17:38:49 -0400
From: Greg Freemyer <greg.freemyer@...il.com>
To: Yuhong Bao <yuhongbao_386@...mail.com>
Cc: tj@...nel.org, jeff@...zik.org, ben.collins@...ntu.com,
linux-ide@...r.kernel.org, linux-kernel@...r.kernel.org,
hmh@...ian.org
Subject: Re: support for drives larger than 2TiB
On Sat, Jul 24, 2010 at 2:40 PM, Yuhong Bao <yuhongbao_386@...mail.com> wrote:
>
>> However, 2TiB limit is
>> inherent in the BIOS programming interface and currently the only way
>> to overcome it is using a completely different BIOS interface (EFI,
>> that is).
> Nope, look at the Int13 extensions, it already support 64-bit LBA.
>
> Yuhong Bao
64-bit LBA? I assume you meant 48-bit LBA from ATA-7. It will
address up to PBs I believe. (KB, MB, GB, TB, PB, ....)
But I've seen lots of "48-bit LBA" supporting controllers that hit
limits at 500GB, 1TB, etc. and needed new firmware updates.
Secondly, if you look at the table on the right of
http://en.wikipedia.org/wiki/Master_boot_record#Disk_partitioning you
see that the starting sector of a partition is defined with a 32-bit
value.
ie. 2TB with 512 byte sectors.
The normal solution is to move to a GPT which requires EFI if you want
to boot from it.
Greg
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists