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
- terraform
- AWS
- deragistration
- awscli
- EBS
- nvme
- resize2fs
- RDS
- Windows
- DELETE
- xen
- ubuntu
- port
- mysql
- x-forward-for
- 아마존
- 센토스
- 리눅스
- 인스턴스타입
- VPN
- Linux
- ntp
- centos
- DISK
- EC2
- onpromise
- Error
- x-real-ip
- fdisk
- Query
Archives
- Today
- Total
Cloud
윈도우 공유 폴더를 리눅스의 특정 디렉토리에 연결하는 방법 본문
mount -t cifs -o user='사용자이름',password='패스워드' //서버주소/공유폴더 마운트경로
사용자 이름 : test
패스워드 : 1234
서버주소 : 192.168.10.10
공유폴더 : share
마운트 경로 : /share
mount -t cifs -o user='test',password='1234' //192.168.10.10/cifs-test /share
'리눅스' 카테고리의 다른 글
리눅스 용량 확장 명령어 resize2fs 사용법 (Nothing to do! 나올때) (0) | 2015.10.16 |
---|---|
리눅스 네트워크 대역폭 측정툴 iperf (0) | 2015.10.07 |
타임존, NTP 설정 (0) | 2015.07.02 |
세션 동시 접속 제한 해제 (0) | 2015.06.10 |
리눅스 파일 시스템 확인 방법 (0) | 2015.04.27 |
Comments