From c39dc80132fa008140f4aaaa446fcc753c4a5820 Mon Sep 17 00:00:00 2001 From: Arjun Raja Yogidas Date: Thu, 21 Nov 2024 18:35:37 +0000 Subject: [PATCH] docs: update disk mount docs Signed-off-by: Arjun Raja Yogidas --- docs/docs/managing-finch/macos/disk-management.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/docs/managing-finch/macos/disk-management.md b/docs/docs/managing-finch/macos/disk-management.md index 932fe38e..2e081e1f 100644 --- a/docs/docs/managing-finch/macos/disk-management.md +++ b/docs/docs/managing-finch/macos/disk-management.md @@ -39,7 +39,13 @@ can specify additional mounts in the Finch Configuration. additional_directories: - "/Volumes/test" ``` - + !!! note + + If your username doesn't match your home directory name, you may need to add `/Users/` to the additional_directories list. This can help avoid permission issues when building Docker images or accessing files within containers. + ``` + additional_directories: + - "/Users/" + ``` 2. Restart the virtual machine to pick up the changes in the mounts. ```