Y
Y
Yakov Kravtsov2019-07-04 14:40:30
Windows
Yakov Kravtsov, 2019-07-04 14:40:30

Is it possible to provide support for symbolic links-files in OS Windows?

Symbolic links as files that are successfully supported on Linux and other similar systems (such as macOS).
These are files that contain a string with a symbolic link assignment path, for example, a file called "bitrix", which has only one line "../../static/bitrix/" and that's it.
Maybe there is some kind of driver or something similar?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
Saboteur, 2019-07-04
@saboteur_kiev

These links are not supported on other operating systems, but on specific FILE systems.
Most file systems in Linux support the POSIX standard, but NTFS does not, it has its own entities and its own links and junction points. They work differently and require different commands to create them.

A
Artem @Jump, 2019-07-04
curated by the

The symbolic link is supported at the file system level.
If it does, symbolic links work.
They work great on NTFS, if you mount another FS with symlink support on Windows, they will work too.

T
TyzhSysAdmin, 2019-07-04
@POS_troi

in windows "mklink" is used for this. As you might guess, it works a little differently :)
https://www.howtogeek.com/howto/16226/complete-gui...

P
pfg21, 2019-07-04
@pfg21

NTFS has both softlinks and hardlinks.
but support for *links in Windows applications is practically absent. not that user.
for example, there is a spotlight from the very beginning. in total through the plugin. in the explorer is not even planned. etc.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question