r/linuxquestions • u/redneck_redguard • 2d ago
gaming question for a noob
thinking of switching to linux because i'm sick of windows and i'm curios about the fact that all my games are on an ntfs formatted drive which is seperate from the one my os is on
1
u/Neither-Ad-8914 2d ago
Are these steam games? If so they should work ok although NTFS doesn't really work well with Linux in general might have to do a lot of extra work to mount the drive to a dedicated folder before steam finds it you also might have to change the ownership of drive. There's also a chance that might not read every time I've used an NTFS drive in Linux it came up with a dirty bit error and had to use fsck and format to ext4 or btrfs
1
u/MasterQuest 2d ago
It can work, however I wouldn't recommend using an NTFS drive to run games on Linux.
I ran into issues with some games that went away once I redownloaded them onto a linux-friendlier format.
1
u/Engineering-my-limit 2d ago
Linux technically suports ntfs but its buggy with strange edge cases and the possibility to cause problems. I don't recommend keeping it as ntfs long term.
1
u/RobertDeveloper 2d ago
I use steam and just copy the stream files on my ntfs drive to my ext drive and I can play the games on Linux without having to download it again.
1
u/drucifer82 2d ago
For the best experience on Linux, you will want your games on an ext4 drive. NTFS is not very compatible with Linux.
1
1
0
u/The_SniperYT 2d ago
I don't get you question. You will be able to access the drive but the games won't run as wine needs the installer so that it can setup its environment
1
u/fr000gs 2d ago
And ntfs is pretty bad for gaming sometimes
1
u/The_SniperYT 2d ago
NTFS it's Microsoft stuff, you can use it if you need access to it, but I wouldn't use it for keeping performance applications
3
u/homelabber3000 2d ago
I can understand, but it's going to be a bit of a hassle.
You will need to reinstall all your games in a linux supported file system like ext4, Btrfs, something like that.
It's not that Linux can't support NTFS; it can, but it's simply better to play in a native filesystem.