mklink by windows, MKlink를 활용하여 서비스 폴더 확장하기, 심볼릭링크, 하드링크 - Engineer of NiagaraFramework

Tridium, NiagaraFramework, SCADA, HMI, PLC, Automation, SmartFAM etc.. About controls.
나이아가라 프레임워크 QnA : neverlikekami@gmail.com

2019년 11월 18일 월요일

mklink by windows, MKlink를 활용하여 서비스 폴더 확장하기, 심볼릭링크, 하드링크

개요

dos 명령어 mklink 를 이용해서 원본 폴더를 다른 위치에서 똑같이 이용할 수 있는 방법


 
NTFS파일 구조에서는 심볼릭링크, 하드링크가 있으며, 이에대한 설명은
아래의 블로그를 참고한다.

https://skeleton.tistory.com/22


Niagara N4에서 기 설치한 폴더의 경로를 변경하고자 할때 아래의 명령을 사용할 수 있다.



c:\~~\운영스테이션폴더\>mklink /d "stationName" "d:\MyRealStation"


< 관리자 권한 CMD >


위의 이미지에서 보는바와같이 ServiceStationName으로 링크가 생성되었고

해당 폴더는 D:\NewKamiStation을 가르키게 되어있다.


<심볼릭링크와 바로가기의 차이>




위의 그림에서 보면 바로가기와 심볼릭링크가 같은 바로가기 모양으로 나타나지만

실제로 더블클릭해서 들어가보면 다른 결과를 얻게된다.

심볼릭 링크로 생성된 폴더는 마치 현재 위치의 폴더인것처럼 이동이되고

바로기는 d:\로 이동되어버린다.






아래는 과거 문의게시판에 자문한 내용...

=======================================

It was settled by a slight expedient.

I used the symbolic link function supported by Windows.

1. run console command.

2. move the folder using the cd command to

"C:\ProgramData\Niagara4.4\vykon\stations"

3. c:\~~station> mklink /d "stationName" "d:\stationFolder"

4. Run station in N4.

I confirmed that it worked well.

=======================================
Is it possible to change N4 DaemonHome folder.
We used default folder for daemon "C:\ProgramData\Niagara4.4\vykon\stations"
Unfortunately, My Computer has two HDD.  125G SSD and 1TB SATA HDD.
And I hope using 1TB SATA HDD that D drive.
Can I change the station folder for daemon?
Can I change DaemonHome path?
Please help me~ Thank you.

댓글 없음:

댓글 쓰기

Post list