[리눅스] 리눅스-윈도우 nfs 설정
1. nfs 라이브러리 설치 yum -y install nfs-utils systemctl start rpcbind systemctl enable rpcbind 2. 리소스 서버 nfs export 설정 systemctl start nfs-server systemctl enable nfs-server mkdir -vp /nfsfolder vi /etc/exports로 해당 폴더에 접근 가능한 아이피와 접근 권한을 설정합니다. # NFS exports /nfsfolder 192.168.219.0/24(rw,no_root_squash) exportfs -r 실행하여 위에 설정한 export 정보를 재로딩 합니다. exportfs 로 설정된것이 적용되어있는지 확인합니다. 마운트용 폴더 생성 및 마운트 mkdi..
[기타]
2021. 8. 5. 23:24
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- Jenkins
- aspectj
- JPA
- Executor
- hot-deploy
- sgw
- ThreadPool
- spring-security
- JAVA8
- 한글깨짐
- 카멜 표기법
- chmod
- thread priority
- Thread
- 확인창
- junit5
- jdk12
- 파스칼 표기법
- gradle
- JUnit
- Visual Studio 2022
- IntelliJ
- java11
- Mockito
- JetBrains Mono
- java
- codepoint
- Redis
- jdk13
- spring
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함