5

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?

6
  • 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 here Commented 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. Commented Aug 8, 2017 at 14:42
  • 5
    Last 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"). Commented Aug 8, 2017 at 14:44
  • I shall try out UDF soon. Commented Aug 8, 2017 at 17:26
  • @DrYak your comments should really be a three-part answer! This way I can upvote you! :-) Commented Nov 25, 2017 at 15:49

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.