対象:Windows2000, WindowsXP, Windows2003Server
HDDを追加し、大きくて増殖するフォルダをそこに追い出し、元の場所からジャンクションしましょう。
NTFSには、ジャンクション機能 linkd.exe があります。(Linux の ln に相当)
但し、OS標準では存在せず、
Windows Server 2003 Resource Kit Tools
を、インストールし、実行パスに加える必要があります。
仮にインストールして、linkd.exe だけ、C:WINDOWSsystem32 にコピーしてもよい。
====以下 linkd help
C:>linkd /?
Links an NTFS directory to a target valid object name in Windows 2000.
LINKD Source [/D] Destination
Source - Displays the Windows 2000 name targeted by Source
Source Destination - Links source directory to Destination directory or a Windows 2000 device or any valid Windows 2000 name
Source /D - Deletes Source, regardless of whether a link exists at source
/? - Prints this help message
LINKD grafts (links) the target name directly into the name space at Source, so that Source subsequently acts as a name space junction. The Source directory must reside on a disk formatted with NTFS in Windows 2000. The destination (the target of the link) can be any valid directory name or device name or vali object name in Windows 2000. When the target name does not resolve to a directo y or a device, open calls fail.
All characters in both the Source and Destination names must be in the ASCII character set. Usage of arbitrary Unicode characters is not supported.
Type "LINKD /? | more" if you need to see all the help text