summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.