Hacker News new | ask | show | jobs
by mbreese 6047 days ago
NTFS supports symlinks... it's just that Windows doesn't (or didn't, I don't know about now) include an easy interface for setting them.
1 comments

I use NTFSLink (http://sourceforge.net/projects/ntfslinkext/) which makes it very easy. Right-click in a folder and select New... and then you can choose NTFS Hardlink or NTFS Junction point.

Great app and combined with DropBox, I can sync data folders without having to move them.

Hardlinks and junction points are -not- symbolic links, and have lots of esoteric restrictions and consequences of use.

NTFS does support symbolic links as of Vista.