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