mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-28 22:48:18 +03:00
Tested on Ubuntu 19.04 and added note about ntfs-3g
parent
057df71083
commit
2c80ab84e6
@ -2,7 +2,10 @@
|
|||||||
|
|
||||||
These instructions cover configuring a NTFS disk containing Steam games, that was previously used in a Windows environment, to work with Proton on Linux. This allows a user to use the same files to play games on both Windows and Linux without needing to reinstall games for each operating system.
|
These instructions cover configuring a NTFS disk containing Steam games, that was previously used in a Windows environment, to work with Proton on Linux. This allows a user to use the same files to play games on both Windows and Linux without needing to reinstall games for each operating system.
|
||||||
|
|
||||||
Tested on Ubuntu 18.10
|
# Tested On
|
||||||
|
|
||||||
|
- Ubuntu 18.10
|
||||||
|
- Ubuntu 19.04
|
||||||
|
|
||||||
# Configuring and Automounting the NTFS Partition
|
# Configuring and Automounting the NTFS Partition
|
||||||
|
|
||||||
@ -43,6 +46,7 @@ At the bottom of the file, add the following line (changing sda2, uid, and gid t
|
|||||||
```
|
```
|
||||||
/dev/sda2 /media/gamedisk ntfs uid=1000,gid=1000,rw,user,exec,umask=000 0 0
|
/dev/sda2 /media/gamedisk ntfs uid=1000,gid=1000,rw,user,exec,umask=000 0 0
|
||||||
```
|
```
|
||||||
|
*On Ubuntu, as long as `ntfs-3g` is installed using `ntfs` as the filesystem type will work*
|
||||||
|
|
||||||
Reboot the computer for the changes to take effect:
|
Reboot the computer for the changes to take effect:
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user