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
- Notepadplus
- React #React-Table
- debian
- 보안연결실패
- 가상머신호스트
- 정규표현식
- PDFCreator
- Regex
- 노트패드뿔뿔
- FTP
- SFTP
- react #router
- PyLucene
- Windows
- VM 호스트 주소
- cifsutils
- springboot #spring #jackson
- mailutils
- Notepad
- OpenSCAD
- Notepad++
- linux ssh root debian
- startfile
- 윈도우
- 임펠러
- firefox 파이어폭스
- Printer Driver
- 소스 <script> 로딩 실패
- Basic Auth
Archives
- Today
- Total
목록cifsutils (1)
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
Linux
2018. 7. 18. 16:16