My desktop PC holds 3 hard disks. 1 with Linux Mint installed, 1 with Windows 10 installed and another disk for sharing files between Windows and Linux.
The biggest part of these files are my programming projects which are versioned with git. I want these files to be readable and usable from both Windows and Linux. However I have no idea which file system for this is best to use.
These file systems I have already tried:
- NTFS -> Gives permission changes on all files in git-repositories
- FAT32 + ExFAT -> Can't use symlinks which is barely useable (Especially with Symfony Projects)
- EXT4 -> Using Ext2Fsd on Windows / Repositories not readable in my git-gui on Windows (GitKraken).
What do you think is the best option?