summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2026-03-10 14:44:19 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2026-03-10 14:44:19 +0100
commit69801a2618b381b6cffa371b9429ea772929b214 (patch)
tree60918dbc52fbf75b23558dbac6d4ea3d8f3df18d
parent364d2fea468d429dd3f08a9acc7c1dc5ad34da25 (diff)
typo
-rw-r--r--faq/2_gib_partition_limit.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/faq/2_gib_partition_limit.mdwn b/faq/2_gib_partition_limit.mdwn
index aece70b4..4d942753 100644
--- a/faq/2_gib_partition_limit.mdwn
+++ b/faq/2_gib_partition_limit.mdwn
@@ -19,6 +19,6 @@ IDE disk drivers (`hd*`) however currently do not support more than 2^28 sectors
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]]
+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.