|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
When I was in college back in 1993 our then UNIX operating system had a mature support for filesystem linking. It took windows 20 years and still NTFS lacks a consistent support for links. Sure, ever since windows vista we have nominal support for all varieties (including symbolic links) but the system is full of crippling exceptions instead of uniform behavior — the price you pay for incremental 'organic' addition of features over the years.
Symbolic links are created in xplorer² (like all other links) using Edit > Paste special menu commands. There is also the console tool MKLINK if you are well'ard. The first obstacle with symlinks is that UAC blocks them, so to create one you must run elevated (Window > Administrator menu command in xplorer²). Moreover symbolic links are broken for executable files. Although you can see a symbolic link to a file in the above picture, if you click on it nothing happens but an error message "the specified path does not exist". They seem to work ok for document files though. Another limitation of windows advanced links in general is that the shortcut and the target must be on the same computer. No direct network paths are supported; if you want to create a folder junction from your local hard disk pointing to some UNC network path (\\remotePC\share\folder) first you must create a network mapping to a drive letter. According to the manual, the advantage of the new symbolic links is that they can link to do direct network targets, which is useful. The verdict on NTFS linking is bleak. Plain LNK shortcuts are in trouble when the target file is moved. Hard links are easily destroyed when saved, and folder junctions cannot do networks. Overall the only useful function is using folder junctions to redirect local folders to local partitions when disk space is low. It is hard to admit but for filesystem links it is Linux:1 - Microsoft:0. Perhaps in another 20 years windows will catch up?
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
© 2002—2011 Nikos Bozinis, all rights reserved |