Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 도커파일
- join
- Access denied for user ''@'localhost'
- jar배포
- ps
- mysql error
- 파일 시스템
- map is not a function
- springboot
- mac mariadb
- 도커
- Docker
- springboot jar
- mysql
- react map error
- Dockerfile
- sts
- systemd
- jar deploy
- spring framework
- install
- sudo
- root
- brew install mariadb
- 설치
- docker container
- Oracle
- jdk
- 관리
- DB
Archives
- Today
- Total
목록mount (1)
Yoon.s

마운트 설정 파일 /etc/fstab 파일의 기능 /etc/fstab 파일은 파일 시스템의 마운트 설정 정보를 가지고 있다. 부팅할 때 이 파일을 읽고 설정 내용에 따라 파일 시스템을 자동으로 마운트 (오류 발생 시, 시스템 부팅 중지) 구조 : 장치명 마운트 포인트 파일 시스템의 종류 옵션 덤프 관련 설정 파일 점검 옵션 마운트 관련 명령 mount [옵션] [장치명 [마운트 포인트]] 옵션 -t 파일 시스템 종류 : 파일 시스템 종류 지정 -o 마운트 옵션 : 마운트 옵션 지정 -f : 마운트할 수 있는지 점검만 진행 -r : 읽기만 가능하게 마운트 (-o ro와 동일) umount [옵션] 장치명/ 마운트 포인트 옵션. -t 파일 시스템 종류 : 파일 시스템 종류를 지정 $ mount /dev/sd..
인프라/linux
2020. 7. 15. 15:37