From 2c80ab84e67f58cf88a3b19f18f79d030260d553 Mon Sep 17 00:00:00 2001 From: Anthony Vadala Date: Wed, 15 May 2019 08:44:06 -0400 Subject: [PATCH] Tested on Ubuntu 19.04 and added note about ntfs-3g --- Using-a-NTFS-disk-with-Linux-and-Windows.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Using-a-NTFS-disk-with-Linux-and-Windows.md b/Using-a-NTFS-disk-with-Linux-and-Windows.md index b8c07cd..16facf0 100644 --- a/Using-a-NTFS-disk-with-Linux-and-Windows.md +++ b/Using-a-NTFS-disk-with-Linux-and-Windows.md @@ -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. -Tested on Ubuntu 18.10 +# Tested On + +- Ubuntu 18.10 +- Ubuntu 19.04 # 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 ``` +*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: ```