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 galera cluster
- elasticsearch mapping생성
- cookie today
- cookie 하루 저장
- mysql yum 설치
- mysql 사용자 생성
- galera cluster 재시작
- mysqlcheck
- mysql auto repair
- 쿠키 하루 저장
- docker 설치
- mysql table 손상
- mysql 모든 데이터 삭제
- mysql all table truncate
- mysql recovery
- mariadb all table truncate
- linux mount 방법
- centos mount
- mysql 자동복구
- mariadb galera cluster
- 쿠키 하루
- mysql database 검사
- mysql 검사
- 쿠키 오늘
- mysql yum install
- mariadb 모든 데이터 삭제
- mysql DB권한
- mysql 손상
- mysql database truncate
- 서버 재시작시 mount
Archives
- Today
- Total
IT
centOS Mount 마운트 방법 본문
728x90
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' 카테고리의 다른 글
Linux(CentOs) 현재 디렉터리 파일내에 해당 문자열 들어간 파일 찾기 (0) | 2020.09.04 |
---|---|
폐쇄망, 내부망 CENTOS에서 yum으로 프로그램 설치 방법 (0) | 2020.08.11 |
centOS 방화벽 관련 명령어 (0) | 2019.02.15 |
centOS 사이즈(크기) 조건으로 파일 찾기 (0) | 2019.02.15 |
centOS 시간 변경 (0) | 2019.02.15 |