본문 바로가기
유용한 정보/· 프로그램

Junction - File and Disk Utilties

by 넷둥이파파 2012. 4. 23.

Junction v1.06

 

 

 

아래 내용을 참고하면 충분한 이해가 될 듯.....

영어가 초등학교 수준의 본인도 이해가 될 정도니....^^

(사실 10년전 초등학교 수준이지 요즘은 유치원 다니는 아들보다 어휘, 발음 모두 부족함을 느끼는.........)

 

NTFS 파일 시스템의 하나의 폴더를 다른 폴더로 링크시켜주는 기능을 제공함 (바로가기 생성과 유사함)

첨부의 Junction 실행파일을 \\System32 폴더에 넣어주면 윈도우 기본 명령어와 같이 실행 가능.

(ex. command 상에서 copy 명령어와 같이 바로 실행 가능)

 

실제 활용하는 예를 보면......

하드디스크 하나를 추가해서 별도의 드라이브가 아닌 C드라이브의 My Document 와 같은 기본 폴더를 통해서 Access 하고자 할때 사용이 가능함.

(실제 윈도우 설치시 기본적으로 생성되는 계정별 내폴더가 Junction기능을 활용해서 생성되는 폴더로 볼수 있음.)

 

 

 

 

  1. Link
  2. File Download
  3. Introduction
    • Windows 2000 and higher supports directory symbolic links, where a directory serves as a symbolic link to another directory on the computer. For example, if the directory D:\SYMLINK specified C:\WINNT\SYSTEM32 as its target, then an application accessing D:\SYMLINK\DRIVERS would in reality be accessing C:\WINNT\SYSTEM32\DRIVERS. Directory symbolic links are known as NTFS junctions in Windows. Unfortunately, Windows comes with no tools for creating junctions—you have to purchase the Win2K Resource Kit, which comes with the linkd program for creating junctions. I therefore decided to write my own junction-creating tool: Junction. Junction not only allows you to create NTFS junctions, it allows you to see if files or directories are actually reparse points. Reparse points are the mechanism on which NTFS junctions are based, and they are used by Windows' Remote Storage Service (RSS), as well as volume mount points.
    • Please read this Microsoft KB article for tips on using junctions.
    • Note that Windows does not support junctions to directories on remote shares.
    • If you want to view reparse information, the usage for Junction is the following:
  4. Using Junction
    • Use junction to list junctions:

      Usage: [-s]

      -s Recurse subdirectories

      Examples:

      To determine if a file is a junction, specify the file name:

      junction c:\test

      To list junctions beneath a directory, include the –s switch:

      junction -s c:\

      To create a junction c:\Program-Files for "c:\Program Files":

      C:\>md Program-Files

      C:\>junction c:\Program-Files "c:\Program Files"

      To delete a junction, use the –d switch:

      junction -d c:\Program-Files

 

 

 

 

'유용한 정보 > · 프로그램' 카테고리의 다른 글

파일 검색 프로그램 (ultra file search)  (0) 2012.05.09
UltraMon 3.1.0 [다중모니터]  (2) 2012.04.24
Directory Opus 설정 백업 파일  (0) 2012.04.13
프레지(PREZI) 사용  (0) 2012.04.12
putty 6.0 ND  (0) 2012.02.07