2009-09-28 2 views
2

하나의 가상 드라이브 또는 디렉터리에 여러 디렉터리를 매핑하는 소프트웨어를 아는 사람이 있습니까?가상 디렉터리에 디렉터리 결합 Windows XP에서

가상 디렉터리를 열 때 매핑 된 디렉터리의 모든 파일을 마치 하나의 실제 디렉터리처럼보고 싶습니다.


리눅스 소프트웨어 mhddfs가 내 필요와 정확히 일치하는 것 같습니다. http://svn.uvw.ru/mhddfs/trunk/README

Consider we have two hard drives with the content below: 

/hdd1    /hdd2 
|     | 
+-- /dir1   +-- /dir1 
| |    | | 
| +- file2  | +- file4 
|     | +- file2 
+-- file1   | 
|     +-- file5 
+-- /dir2   | 
    |    +-- /dir3 
    +- file3   | 
         +- file6 

mounting this tree with the command: 

mhddfs /hdd1,/hdd2 /hdd_common 

into the specified file system point we will see a combined tree. 

In the united tree we can see all the directories and files. Note 
file2 of 2nd hdd is not visible (because 1st hdd has the file2 
already). 

/hdd_common 
| 
+-- /dir1 
| | 
| +-- file2 -> /hdd1/dir1/file2 
| +-- file4 
| 
|-- /dir2 
| | 
| + file3 
| 
+-- /dir3 
| | 
| +-- file6 
| 
+-- file1 
+-- file5 

감사

답변

0

에서

그것은 당신이 원하는 꽤 솔루션은 아니지만 모든 소스 디렉토리가 새로운 대상에 자신의 서브 디렉토리를 가지고 살 수 있다면, 당신은 체크 아웃 할 수 있습니다 Windows 도구 junction (Sysinternals Suite).

심볼릭 링크를 만들고 관리 할 수 ​​있습니다. 이 같은

E:\hdd_common 
├───hdd1 
│ └───some folder structure [...] 
└───hdd2 
    └───some other folder structure [...] 

전화 :

junction "e:\hdd_common\hdd1" "f:\" 
junction "e:\hdd_common\hdd2" "g:\" 
당신의 트리 구조는 다음과 같을 것