특정 폴더를 내 컴퓨터의 특정 드라이브로 마운트 해야할 때가 있다.
특히 윈도우NT환경에서 네트워크 드라이브를 로컬 주소로 변환할 필요가 있을 때 내컴퓨터의 드라이브로 마운트를 한다.
그럴때는 다음과 같이 SUBST라는 명령어를 사용한다.
Associates a path with a drive letter.
SUBST [drive1: [drive2:]path]
SUBST drive1: /D
drive1: Specifies a virtual drive to which you want to assign a path
[drive2:]path Specifies a physical drive and path you want to assign to
a virtual drive.
/D Deletes a substituted (virtual) drive.
Type SUBST with no parameters to display a list of current virtual drives.
예제)cmd창에서
subst z: \\duongame-pc\share
No comments:
Post a Comment