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