반응형
특정폴더 마운트
1. sudo mount -obind ~/github/python-lab/ htdocs/
2. sudo mount -o bind ~/github/python-lab/ htdocs/
둘다 동일하게 동작함
fstab 등록
A(source)폴더를 B(target)폴더로 마운트
# /etc/fstab: static file system information.
<file system>:source <mount point>:targer
/home/xbb123/github/python-lab /opt/lampstack-7.1.22-0/apache2/htdocs none bind 0 0
반응형
'OS > Linux' 카테고리의 다른 글
THP(Transparent Huge Pages) 기능과 설정 방법 (0) | 2018.10.04 |
---|---|
Oracle 12c CentOS 7에 설치 (0) | 2018.10.04 |
How to use bind mounts in linux (0) | 2018.09.30 |
특정파일이나디렉토리를제외하고 모두 삭제하기 (0) | 2018.09.30 |
모니터 끄기 명령어 (0) | 2018.09.26 |