diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-07-05 13:53:29 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-07-05 13:53:29 +0200 |
commit | cd90b3f98d538331834fbf398ec52ba7c771a17c (patch) | |
tree | bf2306273f62a6482735f27fdf01e8e22fbcf0fb /faq | |
parent | c63f1d2151b551faeb437839a7e7903dde503dcd (diff) |
explicit that it's the partition place which is the concern
Diffstat (limited to 'faq')
-rw-r--r-- | faq/2_gib_partition_limit.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/faq/2_gib_partition_limit.mdwn b/faq/2_gib_partition_limit.mdwn index 210d8afb..68325cff 100644 --- a/faq/2_gib_partition_limit.mdwn +++ b/faq/2_gib_partition_limit.mdwn @@ -18,3 +18,5 @@ The 2 GiB limit has been removed. IDE disk drivers however currently do not support more than 2^28 sectors, i.e. 128GiB. The AHCI disk driver supports up to 2^32 sectors, i.e. 2TiB. + +You can have a bigger disk, you just should not put disk partitions beyond these limits for the drivers to be able to read from them. |