태그>mount--bind(총 2개의 글)
'mount--bind' 관련 최근글
-
- 리눅스 재부팅 시 mount가 풀릴 경우 해결 방법
-
주님의 일을 할 수 있는 프로그래머가 되자! by FreeStyle|2010/03/18 09:43
이전 post를 보면 mount -bind 명령어를 통해 폴더를 mount 하였는데 재부팅을 할 경우 mount가 풀려 매번 mount를 다시 해야한다. mount -bind 명령어를 /etc/rc.local에 입력해 놓으면 재부팅을 하더라도 rc.local이 실행되며 자동으로 mount를 해준다. 1) vi /etc/rc..
- 리눅스 재부팅 시 mount가 풀릴 경우 해결 방법
-
- FTP에서 심볼릭 링크(symbolic link) 접근 불가
-
주님의 일을 할 수 있는 프로그래머가 되자! by FreeStyle|2010/03/11 12:37
예: /home/mvcroot/webroot/FreeStyleFA => /home/FreeStyleFA/www 로 링크 시킨 후 FTP로 접속 후 www에 접근할 수 없다. 해결 : /home/FreeStyleFA에 www폴더를 만든 후 mount -bind /home/mvcroot/webroot/FreeStyleFA /home/FreeStyleFA/www
- FTP에서 심볼릭 링크(symbolic link) 접근 불가