NTFS volume mount point

If there is something that has always caught our attention, it is NTFS volume mount point. Whether it's its impact on society, its historical relevance, or its influence on popular culture, NTFS volume mount point has captured the attention of people around the world. In this article, we will further explore the impact of NTFS volume mount point, analyzing its importance in different contexts and offering a unique perspective on this fascinating topic. From its origins to its current impact, NTFS volume mount point has left an indelible mark on the world, and we're excited to dive into the complexities and quirks that make it so relevant to so many people. So get ready to delve into the fascinating world of NTFS volume mount point and discover everything this theme has to offer.

NTFS volume mount points are specialized NTFS filesystem objects which are used to mount and provide an entry point to other volumes.

Description

NTFS volume mount points are NTFS filesystem objects—implemented as NTFS reparse points—which are used to mount and provide an entry point to other volumes. Volume mount points are supported by NTFS 3.0, which was introduced with Windows 2000.

Use

Mount points can be created in a directory on an NTFS file system, which gives a reference to the root directory of the mounted volume. Any empty directory can be converted to a mount point. The mounted volume is not limited to the NTFS filesystem but can be formatted with any file system supported by Microsoft Windows. However, though these are similar to POSIX mount points found in Unix and Unix-like systems, they only support local filesystems; on Windows Vista and later versions of Windows, NTFS symbolic links can be used to link local directories to remote SMB network paths.

Limitations

Symbolic links do not work during early boot, so it's impossible to redirect e.g.:

  • \Windows
  • \Windows\System32
  • \Windows\Config

Nevertheless, it is possible to redirect:

  • \Users
  • \Documents and Settings
  • \Program Files
  • \Program Files (x86)

See also

External links