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