17

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 ?

2 Answers 2

15

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?

1
  • Unfortunately mounting as a subfolder does not allow to create a symlink using mklink.exe
    – Olivier
    Commented Jan 12, 2011 at 21:58
13

No

Soft links:

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

Reference: File System Functionality Comparison

2

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .