Does or will exFAT support symlinks?

10

2

I've just acquired a brand new laptop. Did split my ssd in 3 partitions, one for win7, one for macOSX and one shared data partition. I chose exFAT for this partition, but i did not find how to create symlinks on it.

With win7 mklink won't work. Any suggestions/ideas?

Should i have picked NFTS for this shared partition ?

Olivier

Posted 2011-01-12T14:12:24.600

Reputation: 1 179

Answers

7

Symbolic links are nowhere referenced in the exFAT feature list. Additionally I remember that NTFS symbolic links only work if source and destination are NTFS partitions.

May be it is sufficient to mount the shared exFAT data partitions as a sub-directory somewehere on the NTFS partition?

Robert

Posted 2011-01-12T14:12:24.600

Reputation: 4 857

Unfortunately mounting as a subfolder does not allow to create a symlink using mklink.exe – Olivier – 2011-01-12T21:58:38.280

9

No

Soft links:

  • NTFS Yes
  • exFAT No
  • UDF Yes
  • FAT32 No

Reference: File System Functionality Comparison

Evan Plaice

Posted 2011-01-12T14:12:24.600

Reputation: 1 387

UDF does support symbolic links (soft links). See the UDF rev2.01 specification: http://www.osta.org/specs/pdf/udf201.pdf and another reference: http://www.diskinternals.com/glossary/udf.html

– leden – 2016-06-07T20:37:10.567

1@leden Updated the answer to reflect the change – Evan Plaice – 2016-06-08T00:01:45.813