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
- 정규표현식
- Basic Auth
- Notepad
- 가상머신호스트
- 윈도우
- 노트패드뿔뿔
- SFTP
- startfile
- PDFCreator
- debian
- mailutils
- VM 호스트 주소
- Windows
- 소스 <script> 로딩 실패
- springboot #spring #jackson
- Regex
- Notepad++
- firefox 파이어폭스
- Printer Driver
- cifsutils
- React #React-Table
- OpenSCAD
- linux ssh root debian
- 보안연결실패
- 임펠러
- FTP
- Notepadplus
- PyLucene
- react #router
Archives
- Today
- Total
JJC's 테크니컬 다이어리
Debian9 에서 윈도우기반 파일공유용 cifsutils 유틸리티 설치 및 사용 본문
1. cifsutils 설치하기
$ sudo apt-get install -y cifs-utils
2. cifs 폴더 마운트 하기
/sbin/mount.cifs //192.168.1.1/backup/DataBackups/66_gitlab /mnt/backup -o user=username,domain='DOMAIN.NET',pass='PW12345',noserverino
3. cifs 폴더 언마운트 하기
/bin/umount -l /mnt/backup