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
- jar deploy
- 설치
- brew install mariadb
- mac mariadb
- springboot
- 파일 시스템
- DB
- Access denied for user ''@'localhost'
- react map error
- ps
- root
- Docker
- Oracle
- Dockerfile
- mysql
- sudo
- 관리
- 도커
- spring framework
- map is not a function
- springboot jar
- docker container
- jar배포
- jdk
- systemd
- sts
- 도커파일
- mysql error
- install
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