From 818034161971f7a26440fe6f4bc8083e0564c0d1 Mon Sep 17 00:00:00 2001 From: Alex811 <811alex@gmail.com> Date: Wed, 29 Sep 2021 00:52:04 +0300 Subject: [PATCH] Make sure compatdata exists, to reduce headaches. --- Using-a-NTFS-disk-with-Linux-and-Windows.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Using-a-NTFS-disk-with-Linux-and-Windows.md b/Using-a-NTFS-disk-with-Linux-and-Windows.md index 025adbd..cbbe436 100644 --- a/Using-a-NTFS-disk-with-Linux-and-Windows.md +++ b/Using-a-NTFS-disk-with-Linux-and-Windows.md @@ -84,6 +84,7 @@ Fixing this is pretty simple. Create a symlink from the `/compatdata` folder on Creating the symlink: ``` +$ mkdir -p ~/.steam/steam/steamapps/compatdata $ ln -s ~/.steam/steam/steamapps/compatdata /media/gamedisk/Steam/steamapps/ ```