Dictionary
Reparse points are actually file system objects with special
attributes that allow using the extended functionality of data storage
subsystem. Any file or directory can contain a reparse point. It means that
several kinds of extended functionality are available at once when accessing
the resource at the same path.
See also:
MSDN: Reparse Points
It was supposed initially that a special utility called linkd.exe will be supplied for creation of directory junctions, but it isn't included in Win2000 and supplied as a part of the Resource Kit. Also, directory junctions can be created using API, but this requires writing own software.
At first sight, Directory Junctions and Distributed File System implement the same functions, since they both can make multiple distributed folders look like a single folder tree. But there are some essential differences between them:
- DFS uses the Active Directory service for storing its data
- Due to the Active Directory using, DFS can provide fault protection and system load balancing, while directory junctions can't, although it isn't necessary when using a local computer
- DFS is intended mainly to the integration of the network resources into the common namespace, while directory junctions join the local resources only
- DFS can operate on several file systems, while directory junctions are based on NTFS 5.0 only
- DFS requires a client application, while directory junctions don't
Mount Points are useful for increasing the volume size without changing
the actual structure of the volumes on the disk. For example, with a volume
mount point set the user might see drive D as "C:\Documents" as well as
"D:", and the size of drive C will seem to increase.
See also:
MSDN: Volume Mount Points
See also: MSDN: Hard Links, Q106166 - Windows NT Backup and Hard Links.
Much more efficient feature that allows virtual folders creating -
just as virtual disks created using SUBST command in DOS.
It has a wide range of uses - folder structure simplification, for example.
If you don't like the name
"Documents and settings\Administrator\Documents
", you can link
it to the root folder, so the system will still handle the real name of this
folder while you are working with much more convenient, shorter name, fully equivalent
to the real one.
Keep in mind, that symbolic links created under Windows Vista will not be accessible under previous versions of Windows.
See also: MSDN: Symbolic Links, Windows 2000 Magazine: Inside Win2K NTFS, Part 1.
See also: MSDN: Sparse Files, NTFS possibilities.
Numeric sort is on (Windows XP) | Numeric sort is off (Windows 2000) |
---|---|
Ie4_01 | Ie4_01 |
Ie4_128 | Ie4_128 |
Ie5 | Ie401sp2 |
Ie6 | Ie5 |
Ie401sp2 | Ie501sp2 |
Ie501sp2 | Ie6 |
5.txt | 11.txt |
11.txt | 5.txt |
88.txt | 88.txt |
See also: Q319827 - The Sort Order for Files and Folders Whose Names....