▲ | chasil 3 hours ago | ||||||||||||||||
This seems odd, as there was a POSIX layer in Windows from the beginning, and I can't see how it could do without symbolic links. | |||||||||||||||||
▲ | jborean93 3 hours ago | parent [-] | ||||||||||||||||
No idea if the POSIX subsystem used NTFS or some other filesystem but if it was NTFS it probably just used the same reparse data buffer. It's just that Windows only added a symlink buffer structure in Vista/2008. You can manually use the same data buffer in older Windows versions it just won't know what to do with them just like all the other reparse data structures. | |||||||||||||||||
|