diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2026-03-10 14:41:29 +0100 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2026-03-10 14:42:09 +0100 |
| commit | 364d2fea468d429dd3f08a9acc7c1dc5ad34da25 (patch) | |
| tree | 2f39e7b95d128832362c6cdf83d4fc6a1b65b94d /faq | |
| parent | 058e2dcc2031afba35524d89a89aa157463b113e (diff) | |
make disk limitation link to using rumpdisk page
Diffstat (limited to 'faq')
| -rw-r--r-- | faq/2_gib_partition_limit.mdwn | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/faq/2_gib_partition_limit.mdwn b/faq/2_gib_partition_limit.mdwn index 654379a3..aece70b4 100644 --- a/faq/2_gib_partition_limit.mdwn +++ b/faq/2_gib_partition_limit.mdwn @@ -11,12 +11,14 @@ License|/fdl]]."]]"""]] [[!tag faq/support]] -[[!meta title="Is there still a 2 GiB ext2fs disk partition limit?"]] +[[!meta title="Is there still a 2 GiB / 128GiB ext2fs disk partition limit?"]] -The 2 GiB ext2fs limit has been removed. +The 2 GiB ext2fs limit has been removed since long. IDE disk drivers (`hd*`) however currently do not support more than 2^28 sectors, i.e. 128GiB. The gnumach AHCI disk driver (`sd*`) and rumpkernel drivers (`wd*`) support up to 2^48 sectors, i.e. 128PiB, but the device interface supports only 2^32 sectors, i.e. 2TiB. +To use disks bigger than 128GiB you can either switch your disk to AHCI (BIOS or virtualization) configuration, or switch to [[using the rumpkernel driver|/hurd/rump/rumpdisk]] + 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. |
