Jump to content

NTFS volume mount point

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Assarbad (talk | contribs) at 10:04, 11 December 2019 (Limitation applies to early boot. And it should be mentioned that volume mount points _are_ reparse points (they are a strict subset).). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

NTFS volume mount points are specialized NTFS filesystem objects which are used to mount and provide an entry point to other volumes. They are implemented as NTFS reparse points. 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. Volume Mount Points are supported from NTFS 3.0, which was introduced with Windows 2000.

Though these are quite similar to regular POSIX mount points found in Unix and Unix-like systems, they only support local filesystems. On Windows Vista and later, 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