Folder redirection

From Wikipedia, the free encyclopedia

In computing, and specifically in the context of Microsoft Windows operating systems, Microsoft refers to Folder Redirection when automatically re-routing I/O to/from standard folders (directories) to use storage elsewhere on a network. [1]

It is often used in an office network environment, to ensure that users do not store data locally, when a network device is the preferred storage location. Folder Redirection allows saving data regardless of storage location and separates user data from profile data decreasing the time required to log on.

Other advantages include [2]:

  • Data is stored on a server where it can be backed up
  • If the same redirection is applied to multiple users, all data is stored in the one location
  • Allows for sharing of data between users
  • Allows system administrators to spend less on workstation hard drives, and more on file server hard drives

Under Microsoft Windows, the redirection is often performed by Group Policy [3], when used in an Active Directory environment. It can also be performed by manually editing the Windows Registry, or with tools such as Tweak UI. Disk quotas can be used to limit the amount of space taken up by users' special folders. The %username% and %userprofile% environment variables can also be used with Folder Redirection.

Up to Windows XP, the Application Data, Desktop, My Documents, My Pictures, and Start Menu folders can be redirected to a file server. Windows Vista introduces the ability to independently redirect up to 10 user profile sub-folders to a network location. [4] There is also a Management Console snap-in in Windows Vista to allow users to configure Folder Redirection for clients running Windows Vista, Windows XP, and Windows 2000.

The equivalent functionality is achieved in Unix-like systems by using mount or ln and a NFS.

[edit] See also

[edit] References