Revert e36e1f6e812f2a919fd2be855761f9eda48a3612...2d587c281b9dbb482032238b1fde4e6d5a96832e on Using a NTFS disk with Linux and Windows

Anthony Vadala 2019-06-07 14:54:14 -04:00
parent 705964f629
commit e468ced5cb

@ -67,3 +67,17 @@ 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!*