Creating a link on the NTFS drive to the ext4 compatdata folder may result in catastrophic data loss; I have experienced this and I do not recommend doing this.

NickZ 2019-06-03 00:01:43 -07:00
parent e4768cb146
commit 2d587c281b

@ -67,17 +67,3 @@ Reboot the computer for the changes to take effect:
```
$ sudo reboot
```
## Preventing NTFS Read Errors
Due to the nature of NTFS, creating files/folders with characters Windows cannot read will cause disk errors (leading to games that don't launch), the most common issue is a `;` character in filenames that Proton creates on the NTFS disk.
Fixing this is pretty simple. Create a symlink from the `/compatdata` folder on Linux to the mounted NTFS disk.
Creating the symlink:
```
$ ln -s ~/.steam/steam/steamapps/compatdata /media/gamedisk/Steam/steamapps/
```
*If the `/compatdata` folder already exists on the mounted disk BEFORE the syslink, DELETE IT!*