mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-02-05 10:10:44 +03:00
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.
parent
e4768cb146
commit
2d587c281b
@ -67,17 +67,3 @@ Reboot the computer for the changes to take effect:
|
|||||||
```
|
```
|
||||||
$ sudo reboot
|
$ 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!*
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user