Vista's Fake Symlink Support


Recommended Posts

Symlinks haven't really been added to Windows Vista. It seems that the only calls to the symlink API Windows Vista occur during the creation of such files or when accessing them from Windows Explorer. What this means is, you can't access symlinks from another OS. To be fair, you probably didn't expect to be able to dual-boot into XP and suddenly have access to the symlinks you created on the Vista partition earlier that day. But then again, you probably expected to be able to access these symlinks through a network share/UNC path or as files on a webserver - But you can't!

Article: Vista Symlinks Revisited...

Article 2: Vista Get's Symlinks - Read it for info on what Symlinks are

Source: NeoSmart Technologies

Edited by Computer Guru
Link to comment
https://www.neowin.net/forum/topic/513824-vistas-fake-symlink-support/
Share on other sites

Symlinks

This isn't as complete an explanation as I'd like to give. I'll probably fix this as soon as final exams are over here at MIT (I'm an undergraduate).

A symlink is a UNIX thing. I think there's a similar concept on Macintoshes called an "alias". (Mac people, please fill me in on this, or correct me.) Basically, it's a filename that has associated with it a string rather than the contents of a file. This string is the name of another file to which the symlink points. If you try to read the symlink, you see the file-to-which-is-pointed-by-the-string. You can make symlinks to anything that is in a UNIX filesystem, including regular files and directories. I use them a lot to make links from one place in my home directory to others places, especially when people might look in more than one place to find a bit of information or a file they're trying to find.

You create symbolic links with the command

Gooooooogle is your friend :)

Lol guys, read the article.

In the first and second paragraphs alone there are 2 links to the original NeoSmart article discussing Symlinks in Windows Vista... hence the title "Revisited"

Here's the first article: http://neosmart.net/blog/archives/278

I'll update the original post.

Anyway, I for one am majorly PO'd that such an important feature was faked in Windows Vista.

Thats abit stupid (Well Done Microsoft)...This going to mean symlinks created in XP will not work within Vista? It kinda sounds like it.

Looks like they Droped something without publishing it (Keeping it a secret)

Not exactly. You never could create Symlinks in XP, so it was a big deal when Vista shipped with Symlink support. Then it turns out that Vista doesn't have real symlinks, as in they're not a part of the filesystem and it doesn't support "bridging" to symlinks so you can access them from a non-Vista workstation like you can with Linux.

It also means that Microsoft won't support symlinks in webservers too.. Great going! /sarcasm

isnt that just a short cut?

Sort of. But the shortcuts Windows puts in are recognized and processed only by Explorer (to my understanding - there may be one or two other things that recognize them). A third party app with a save/load dialog will not read them, and just see a ".lnk" file.

Thats abit stupid (Well Done Microsoft)...This going to mean symlinks created in XP will not work within Vista? It kinda sounds like it.

Looks like they Droped something without publishing it (Keeping it a secret)

Symlinks aren't even supported in XP. :p

Anyway, too bad this sounds more like a hack than anything else then. Things like no UNC path support is especially bad.

And yes, symbolic links are like shortcuts, just that instead of the shortcut, to the user it's supposed to be a real file system-level link to the destination, not a .lnk file with information inside it describing what it points to, with all the disadvantages that has. (a third party app may need to parse the information in the .lnk file if not having access to the Windows API)

Edited by Jugalator
I don't know, but it looks like you are the only one talking of this... even the Wiki say only your site... *Yawn*

Anything else?

Yeah, NeoSmart Technologies is always on top of things :D

Here're a couple more links if you really want to know:

MS: http://blogs.msdn.com/junfeng/archive/2006/04/15/576568.aspx

Computer Zen: http://www.hanselman.com/blog/MoreOnVistaReparsePoints.aspx

{I have no idea why he calls them reparse points though}

It's fully documented in our first post, and you can try it for yourself and see.

mklink on vista, then open up XP/2k/2k3 and see how it doesn't work.

I can use ln on my Fedora and access it via a UNC path from Vista, XP, Mac, ROS, and SkyOS just to name a few - and of course it works on the webserver as well. My entire website used to be (before I switched to Windows) run off a symlink'd directory.

I guess you'll just have to trust NeoSmart if you can't test it for yourself :D

i concur.

doesn't seem to be an issue to anyone including myself..

That's because you haven't tried to access symlinks from another OS (or haven't even used symlinks yet) and/or don't care about cross compatibility.

You probably aren't running a Longhorn-Powered webserver, nor do you have Linux, Mac, and Windows one hard drive on 3 different machines....

.lnk files are basically just serialized PIDLs - a Windows Shell structure.

Symlinks in Vista are "real" symlinks. Contrary to this post's claim - you can traverse into a symlink'd directory from the command console, or via a network share. They probably ACL'd them wrong or something.

I don't know how they look or work to other operating systems - but that's more an issue with the other OS's support of NTFS 6, and not Vista.

Edited by Brandon Live

XP doesn't know how to interpret symlinks. If you make a hard link (directory junction -- also available via the mklink command) it works just fine from XP. As the article says, XP doesn't know how to read symlinks, but Vista does. What you have here is not a problem with the technology, but a problem with the client being able to understand what's being presented to it.

Having said that, I fail to see what the real problem is. Unless you're really "walking" the file system of remote Vista/Longhorn systems, most symlink benefits are realized through the localized applications; IIS for example.

@Brandon:

Not so. UNC File Shares are not FS-specific. It's a standard - that's why non-NTFS supporting OSes like Unix can access XP NTFS drives via UNC paths. It's because XP on-the-fly translates files and paths into the standard Samba platform.

Also, if what you say is true, then you couldn't access Linux symlinks via UNC from XP/2k - but you can. Clearly, Vista is to blame here.

mram: True. But just like I said, it doesn't *have* to understand it, no one asked Vista to send out the info as a non-UNC-compliant symlink. MS should realize that not all networked PCs will be running Windows Vista, but since when has MS cared about compatibility?

A good example of a pretty widely-used symlink (for those who don't quite understand the idea) is the www folder on your Linux-based web server. It's actually a symlink to the public_html folder, although I'm not sure of this is ALWAYS the case (any web server I've seen has it though).

My question is, are the Linux symlinks you're browsing in XP off of a currently-running computer through a network? If so, then the symlink information is probably being sent from Linux itself, and not being truly read by XP. I could be completely off though, as I've got good but limited experience with *nix and its filesystems.

according to the sysinternals guy, Windows 2000 and up have supported symbolic links. http://www.microsoft.com/technet/sysintern...k/Junction.mspx

Win2000 and up supports directory symbolic links and hard links for files, but not symbolic links for files, until Vista.

Junctions and Hard Links are supported by 2K, XP, 2K3 and Vista but only Vista will recognize a smybolic link, cause it's new to Windows Vista.

Junctions = Directory (can exist on another partition)

Hard Link = File (Can only exist on the same partition)

Hard Links can be used in Windows to have a file appear in 5 different folders but only take up the hard drive space in one folder.

Junctions can be used exactly like unix server style public_html and the www folder. This is useful if you need a folder like Document and Settings to appear on the C drive but your running out of room so you can move the entire folder to another partition or drive.

Junctions created in XP will be recognize by other Windows version that support it.

The symlink support is hardly a hack or faked. The way CreateSymbolicLink works is to call FSCTL_SET_REPARSE_POINT, which is how existing juntion points are created. All redirection would be handled at the kernel level, in a transparent manner.

I would curious to know if junction points are broken when accessing them via Samba from Linux, since they would use the same code path as the new symlinks. If they are not broken, I wonder if the Samba Linux implementation has code to handle junction points.

Edited by Andareed

Our article made OSNews, read the excelllent learned comments made at http://www.osnews.com/story.php?news_id=16524 for an answer to your question, Andareed (ignoring the first BS reply, that guy has no idea what he's talking about as later replies prove).

@Brandon:

Not so. UNC File Shares are not FS-specific. It's a standard - that's why non-NTFS supporting OSes like Unix can access XP NTFS drives via UNC paths. It's because XP on-the-fly translates files and paths into the standard Samba platform.

I think you're confused. "Samba" is a Unix implementation of SMB - the Microsoft standard for network sharing. "Samba" is not perfect, and does not necessarily support all the features present in the Vista version of SMB.

Also, if what you say is true, then you couldn't access Linux symlinks via UNC from XP/2k - but you can. Clearly, Vista is to blame here.

That's probably something done by the Samba server running on the Linux system, not by Explorer.

mram: True. But just like I said, it doesn't *have* to understand it, no one asked Vista to send out the info as a non-UNC-compliant symlink. MS should realize that not all networked PCs will be running Windows Vista, but since when has MS cared about compatibility?

How can it be "non-UNC-compliant"? SMB is a Microsoft technology. It sounds like it's Samba that you should be blaming, no?

The answer to my question is that junctions are always resolved/redirected on the server side, whereas symlinks need to be configured to have this behaviour. The following info was copy/pasted from a comment at OSNews.

Q: So then, what is the difference between a shortcut and the links?

A: A shortcut is a file implemented by Shell32 via the IShellLink interface. These files tell shell to jump to a different location. A symbolic link is implemented under the filesystem API, so regular applications calling CreateFile get the benefit of links without needing to implement their own code, as they would with IShellLink.

Q: What is the difference between a junction point, and a directory symlink?

A: Junctions and directory symlinks have subtly different semantics. For example, symbolic links are always evaluated on the client in a network scenario, whereas junctions are evaluated on the server. Also, ACLs are handled differently too. However, they are broadly similar.

Q: Should I be able to access a symlinked folder via the network?

A: Yes, remember that the client and the server needs to be Vista. By default only local to local links are turned on. You would need to enable the Local to Remote symlinks through the policy editor.

https://blogs.technet.com/filecab/articles/457811.aspx

Checking the Group Policy Editor in Vista (gpedit.msc) as advised above yields the following option under Computer Configuration | Administrative Templates | System | NTFS File System:

Selectively allow the evaluation of a symbolic link

o Not Configured (Default)

o Enabled

o Disabled

[] Local Link to Local Target

[] Local Link to a Remote Target

[] Remote Link to a Remote Target

[] Remote Link to a Local Target

Explaination:

Symbolic links can introduce vulnerabilities in certain applications. To mitigate this issue, you can selectively enable or disable the evaluation of these types of symbolic links:

Local Link to a Local Target

Local Link to a Remote Target

Remote Link to Remote Target

Remote Link to Local Target

For further information please refer to the Windows Help section

NOTE: If this policy is Disabled or Not Configured, local administrators may select the types of symbolic links to be evaluated.

mram: True. But just like I said, it doesn't *have* to understand it, no one asked Vista to send out the info as a non-UNC-compliant symlink. MS should realize that not all networked PCs will be running Windows Vista, but since when has MS cared about compatibility?

UNC covers how to name things and has nothing to do with symlinks. A "UNC compliant" application would just mean that it understands and supports paths of the form \\computername\sharedfolder\resource.

I think you're confused. "Samba" is a Unix implementation of SMB - the Microsoft standard for network sharing. "Samba" is not perfect, and does not necessarily support all the features present in the Vista version of SMB.

That's probably something done by the Samba server running on the Linux system, not by Explorer.

How can it be "non-UNC-compliant"? SMB is a Microsoft technology. It sounds like it's Samba that you should be blaming, no?

My bad. I meant SMB.

Not at all though, the proof being that Vista symlinks aren't accessible even from Windows XP via UNC/Network shares.

However, Vista/XP can both access Symlink'd files and folders in SMB-compliant *nix network shares.

The SMB standard as published by Microsoft themselves requires that the operating system itself intercept and translate calls to non-physical (softlink) paths - something that Vista doesn't comply with, and the reason why this is a fake.

;)

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Can you still click his nose in the about box?
    • In that case this product has no value to me. I'd rather use older Creative SB that were better in my opinion or onboard audio chip.
    • FxSound 1.2.9.0 / 1.2.10.0 Beta by Razvan Serea FxSound (formerly DFX Audio Enhancer / FxSound Enhancer) is now free, making high-quality audio enhancement accessible to everyone. Designed for all PC sound systems, from average setups to audiophile-grade equipment, it offers automatic or fully customizable processing. As automatic or customizable as you want, it utilizes the highest-grade processing to deliver more volume, better equalization, and a wider, deeper sound. For the serious audiophiles, FxSound gives you the tools to adjust the FxSound Effects and EQ to your exact preferences. Turn FxSound on and immediately hear the difference in sound quality. FxSound is ideal for budget audiophiles, music lovers, gamers, transcriptionists, Netflix enthusiasts, and more. It’s particularly beneficial for those relying on quiet laptop speakers or low-quality audio hardware. As a free tool, FxSound excels in boosting volume, enhancing bass, and improving sound quality. No other free EQ for Windows matches its ease of use. FxSound Is Now Completely Free and Unrestricted FxSound Pro is now free for everyone, not just those who can afford it. Get free and unrestricted access to better sound today. FxSound is now entirely supported by users. Click here to donate to help fund continued development and improvements to FxSound. FxSound 1.2.9.0 changelog: Auto save preset when Equalizer or Effects settings are changed Reset to factory defaults can reset the unsaved preset changes Settings dialog UI improvements for Audio and Equalizer sections Output device list is now displayed in the device preference order Preset is selected immediately when the preset for an active output device changes from settings Fixes and improvements in preferred output device selection Fixed crash issue #487 Fixed preset not getting applied and EQ flat after update (#403 and #472) Fixed system audio device not being restored on reboot (#483) Fixed preset export and import dialogs not shown when always on top is enabled Fixed audio not being restored on exit after the preset save dialog Fixed FxSound on/off handling on Windows session changes FxSound 1.2.10.0 Beta changelog: Command line options can now be applied to an already running instance of FxSound Command line option added to launch FxSound minimized to the system tray Fixed output device not being changed through hotkeys when FxSound is off (#524) Individual hotkeys can now be disabled with Delete key (#515) Fixed the but to prevent invalid hotkeys from being registered (#523) Bluetooth devices removed from device settings are removed from device preference list Fixed device detection failures Fixed application hang when retrieving the audio mix format fails Fixed presets import dialog file name combo box text alignment Fixed output device not being applied through command line Fixed a delay blocking application load when minimizing to the system tray Fixed EQ band sliders not refreshing when switching number of bands (#521) Fixed user-set mute being overridden by FxSound Fixed icon visibility in ARM64 version Finnish language support added Corrected Persian translations Download: FxSound 1.2.9.0 | ARM64 | ~70.0 MB (Open Source) Download: FxSound 1.2.10.0 Beta | ARM64 View: FxSound Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • mIRC 7.84 Final by Razvan Serea mIRC is a full featured Internet Relay Chat client for Windows that can be used to communicate, share, play or work with others on IRC networks around the world, either in multi-user group conferences or in one-to-one private discussions. It has a clean, practical interface that is highly configurable and supports features such as buddy lists, file transfers, multi-server connections, SSL encryption, proxy support, UTF-8 display, customizable sounds, spoken messages, tray notifications, message logging, and more. mIRC also has a powerful scripting language that can be used both to automate mIRC and to create applications that perform a wide range of functions from network communications to playing games. mIRC has been in development for over a decade and is constantly being improved and updated with new technologies. mIRC 7.84 changelog: Added custom dialog editbox option 'optional' for grayed out optional text. Fixed DirectShow temporary wave file not being deleted on exit. Changed $urlget() to retry a connection without compression in the event of an error. Updated code signing certificate to use Azure Artifact Signing. Fixed menubar display bug when in dark mode. Fixed /server -a not preserving existing entry's codepage. Fixed Address Book nick colors "idle time" display bug. Changed installer to no longer require administrator access on startup. Added support for displaying an MDI window's System menu when right-clicking its titlebar. Updated libararies to OpenSSL v3.5.7, TagLib v2.2.1, Zlib v1.3.2, and ADA v0.5.5. Updated CA root certificates cacert.pem file. For a full list of recent changes, please see the versions.txt file. Download: mIRC 7.84 | 4.3 MB (Shareware) View: mIRC Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • You might be right... Look at his name, hiding in plain sight: hAmId.
  • Recent Achievements

    • One Month Later
      timbobit earned a badge
      One Month Later
    • One Month Later
      nates earned a badge
      One Month Later
    • Week One Done
      Almohandis earned a badge
      Week One Done
    • Rookie
      dorf went up a rank
      Rookie
    • First Post
      mike_rumble earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      470
    2. 2
      +Edouard
      165
    3. 3
      PsYcHoKiLLa
      106
    4. 4
      Michael Scrip
      87
    5. 5
      Steven P.
      69
  • Tell a friend

    Love Neowin? Tell a friend!