Is there a way to execute software from EXT4 partitions on Windows 10?

1

Right, my scenario is that I have a Linux system set up and I was thinking about maybe setting up a Windows 10 dual boot, for reasons.

The problem is that I like gaming, and I have a hard drive formatted to ext4 I've been using on Linux to play games, most of these games are in fact Windows native games being run through Wine or Proton.

I know Windows 10 can read ext4 with third party software (like ext2fsd), but can I get Windows to execute these games, for example by having a steam library on the ext4 partition and running games off of it?

Cestarian

Posted 2019-04-20T14:31:50.710

Reputation: 1 418

Answers

3

If it's an *.exe file stored on the ext4 partition then of course Windows can run it, unless the file is not meant for that architecture. But it'll be better to store on a Windows native file system

If it's a Linux ELF file then you can run it under WSL only in case it's a CLI executable, or a light GUI app (after installing an X server on Windows)

phuclv

Posted 2019-04-20T14:31:50.710

Reputation: 14 930

This sounds like the answer I needed, I want to test it before I accept it though to be sure. – Cestarian – 2019-04-21T02:54:44.437

I have an update on this, I have not found any reasonable software that can read/write ext4 partitions for windows 10. ext2fsd got the job done on windows 7 but it does not seem to work as intended on the 10. I wonder if WSL can fill in this gap... – Cestarian – 2019-06-12T12:03:50.270

How to read ext4 partitions on Windows? – phuclv – 2019-06-12T15:23:18.923

indeed I tried just about everything recommended in there. – Cestarian – 2019-06-12T15:51:31.163

I believe it should work fine. But if there are any issues you need to ask a different question – phuclv – 2019-06-12T16:06:08.183

It would only be a duplicate of that already existing question. – Cestarian – 2019-06-12T17:50:40.140

then put some bounty specifying why new answers are needed, or ask another question explaining why the old doesn't help you. That's perfectly fine – phuclv – 2019-06-13T01:41:37.180

0

What works/worked for me with the various games (QuakeWorld thru Quake3, Return to CW, the Unreal series, etc) is to install native binaries on both OSes and then on the Linux side symlink the Windows side user-directories into the Linux user-directory location(s). Binaries native in each OS, config and downloaded maps, etc. shared without pain.

Same technique can work for sharing things like Firefox and Thunderbird profiles on a dual boot system.

ivanivan

Posted 2019-04-20T14:31:50.710

Reputation: 2 634

Yeah that is the ideal approach, however I already have my disk formatted to ext4 and it's full, formatting it to ntfs so I can use it normally with windows again is too much of a pain.

I wasn't intending on using windows again, but I'm experiencing an annoying (and serious) issue that I'm wondering if it would go away when I'm on windows instead. – Cestarian – 2019-04-21T02:56:32.783