학습자료/리눅스
2014. 5. 30. 13:55
- mount
mount -t cifs -o user='사용자이름',password='패스워드' //서버주소/공유폴더 마운트경로
사용자 이름 : testuser
패스워드 : 1234
서버주소 : 192.168.0.2
공유폴더 : cifs-test
마운트 경로 : /mount-test
mount -t cifs -o user='testuser',password='1234' //192.168.0.2/cifs-test /mount-test
- lazy unmount
sudo umount -a -t cifs -l
'학습자료 > 리눅스' 카테고리의 다른 글
다중 터미널 (0) | 2014.11.18 |
---|---|
[리눅스] 여러 파일 내 문자열 치환 (펌) (0) | 2014.06.18 |
[linux] Ubuntu nginx + php + php5-fpm + sqlite 설정 (+ pdo sqlite) (0) | 2014.04.10 |
ubuntu 인터페이스 ip없이 사용하기. (0) | 2013.11.06 |
ubuntu 저장소 변경 (0) | 2013.11.06 |