From 9fe592672ada4689d833c0856a43422fc139de12 Mon Sep 17 00:00:00 2001 From: tnielsen2 Date: Tue, 11 Jul 2023 11:55:23 -0400 Subject: [PATCH] Update disk error troubleshooting step --- docs/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index e52a2e1..da2f090 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -14,7 +14,7 @@ Once your Flatpak refresh is complete, everything should work correctly and your ![img.png](../images/disk_write_error.png) 1) Stop the container -2) Verify your mounted /mnt/games volume is owned by UID/GID 1000:1000, and 777 permissions are set. +2) Verify your mounted /mnt/games volume is owned by the executing UID/GID, and 777 permissions are set. 3) Verify the `steamapps` directory exists within the library location. > __Note__