Se você estiver usando o NTFS para os seus sistemas de arquivos, você pode querer olhar para Pontos de junção .
De Como criar e manipular pontos de junção NTFS :
Microsoft offers three utilities for creating and manipulating NTFS junction points:
Linkd.exe
- Grafts any target folder onto a Windows 2000 version of NTFS folder
- Displays the target of an NTFS junction point
- Deletes NTFS junction points that are created with Linkd.exe
- Location: Microsoft Windows 2000 Resource Kit
Mountvol.exe
- Grafts the root folder of a local volume onto a Windows 2000 version of NTFS folder (or "mounts" the volume)
- Displays the target of an NTFS junction point that is used to mount a volume
- Lists the local file system volumes that are available for use
- Deletes the volume mount points that are created with mountvol.exe
- Location: Windows 2000 CD-ROM in the I386 folder
Delrp.exe
- Deletes NTFS junction points
- Also deletes other types of reparse points, which are the entities that underlie junction points
- Aimed primarily at developers who create reparse points
- Location: Microsoft Windows 2000 Resource Kit
Em seguida, ele lista alguns exemplos. Para montar uma unidade como um subdiretório de outra unidade, como MSalters sugere , o exemplo apropriado seria:
To mount another volume onto an NTFS junction point on your system drive:
- At a command prompt, type
md ddrive
.
- Type
mountvol ddrive \?\Volume{e2464852-8089-11d2-8803-806d6172696f}\
- Type
dir ddrive
to displays the contents of drive D.
NOTE: When you display the contents of a folder by using the "dir" command, NTFS junction points are indicated by {Junction}.
Um excelente exemplo disso é se você tiver uma unidade de inicialização SSD pequena, mas quiser mover um jogo enorme que não esteja jogando no seu SSD e no seu disco rígido grande para poder instalar outro jogo. Primeiro você move a pasta para a outra unidade e cria um ponto de junção onde ela estava onde está agora.
Eu não tentei ainda, mas um recente O artigo do Lifehacker sugere que o Gerente do SSD Boost ( tradução em inglês ) deve tornar isto muito fácil mesmo.