view the rest of the comments
Linux
Welcome to c/linux!
Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!
Rules:
-
Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.
-
Be respectful: Treat fellow community members with respect and courtesy.
-
Quality over quantity: Share informative and thought-provoking content.
-
No spam or self-promotion: Avoid excessive self-promotion or spamming.
-
No NSFW adult content
-
Follow general lemmy guidelines.
I see, you're probably right...I remember trying mounting ext4 drive on Windows and couldn't get it to work. I'll probably experiment a little with NTFS, maybe the devs have worked it out? But I'll keep your warning in mind. Thanks for the input!
you could try using BTRFS, there is a driver for windows. NTFS support can be flakey from Linux and is in general not recommended. If you are using steam for your games library, there is a support article from valve that helps setup dual boot accessable game library. I have set that up in my dual boot system (windows 10 / Endeavour OS). It works, and also the steam sync feature works nice so game progress is shared across both OSses.
See also: https://github.com/ValveSoftware/Proton/wiki/Using-a-NTFS-disk-with-Linux-and-Windows
So the article from valve is to support those who use NTFS anyway, but if I'm formatting the lib drive as BTRFS, it should be buttery smooth? (Probably not that smooth but gotta make the pun)
Thanks for the recommendation, will definitely look into this!
Yes, NTFS indeed. That is the setup I am using right now as well, because the games drive already was NTFS. For steam this works nicely.
However, for other use cases I was creating symlinks to directories on another NtFS drive in my system, and this borked some files. So that is how I found the BTRFS option. Have not tried it myself though…