From d3b355f6511288e70f22d73cb88473a1a8e65716 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Wed, 3 Sep 2025 15:31:29 +0200 Subject: [PATCH] Add /nfs/home to fox documentation Reviewed-by: Aleix Roca Nonell --- web/content/fox/_index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/content/fox/_index.md b/web/content/fox/_index.md index e713c2cf..b465b209 100644 --- a/web/content/fox/_index.md +++ b/web/content/fox/_index.md @@ -100,5 +100,8 @@ Then just run `nix develop` from the same directory: The machine has several file systems available. +- `/nfs/home`: The `/home` from apex via NFS, which is also shared with other + xeon machines. It has about 2 ms of latency, so not suitable for quick random + access. - `/nvme{0,1}/$USER`: The two local NVME disks, very fast and large capacity. - `/tmp`: tmpfs, fast but not backed by a disk. Will be erased on reboot.