ExFAT doesn't support symbolic links on linux. My git repositories are getting corrupted if I use them on exfat removable media between linux and macOS. Is there any work going on to support APFS on linux?
- Until then, UDF might be a good solution for a filesystem that does support symlinks on Unix OSes and that works on Linux, OS X and even Windows. Have a look hereDrYak– DrYak2017-08-08 14:41:06 +00:00Commented Aug 8, 2017 at 14:41
- Yet another solution would be to experiment with ZFS, but that is going to require 3rd party extra software on all your OSes. Whereas UDF can be read natively by all OSes, as long as you keep using the "partition table" trick in the above-mentioned tool.DrYak– DrYak2017-08-08 14:42:48 +00:00Commented Aug 8, 2017 at 14:42
- 5Last but not least : git is distributed. You can use multiple repositories (and you can easily sync remotely over SSH to another computer) It could be a good idea to revise your workflow in such a way that you keep a separate copy on each computer, and sync over git+ssh between them (or to/from the computer that you consider "reference").DrYak– DrYak2017-08-08 14:44:30 +00:00Commented Aug 8, 2017 at 14:44
- I shall try out UDF soon.Necktwi– Necktwi2017-08-08 17:26:34 +00:00Commented Aug 8, 2017 at 17:26
- @DrYak your comments should really be a three-part answer! This way I can upvote you! :-)cstork– cstork2017-11-25 15:49:31 +00:00Commented Nov 25, 2017 at 15:49
| Show 1 more comment