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 |
Tags
- mysql yum 설치
- centos mount
- mysql database truncate
- mysql galera cluster
- galera cluster 재시작
- 쿠키 하루 저장
- mariadb 모든 데이터 삭제
- mysql 자동복구
- cookie today
- 쿠키 하루
- mysql 사용자 생성
- elasticsearch mapping생성
- mysql DB권한
- mysql all table truncate
- mysql 검사
- mysql 손상
- mysql yum install
- mariadb all table truncate
- 서버 재시작시 mount
- mysql auto repair
- mysql recovery
- 쿠키 오늘
- linux mount 방법
- mysql table 손상
- mysqlcheck
- mysql database 검사
- docker 설치
- cookie 하루 저장
- mysql 모든 데이터 삭제
- mariadb galera cluster
Archives
- Today
- Total
목록linux mount 방법 (1)
IT
centOS Mount 마운트 방법
centOS Mount 마운트 방법 NFS타입 마운트시 계정이 따로 필요하지 않음. --마운트 할 로컬 디렉토리 생성 # mkdir /local_mount --마운트 명령 -t : 마운트 타입 # mount -t nfs [마운트할 원격폴더 주소] [마운트할 로컬 폴더] # mount -t nfs test.teststr:/test_directory /local_mount --서버 재시작시 자동마운트 # vi /etc/fstab test.teststr:/test_directory /local_mount nfs auto 0 0
centOS
2020. 11. 9. 14:47