2009. 11. 6. 10:24
이전에 samba를 이용한 mount를 살펴봤는데 오늘 mount를 자동으로 하는 shell을 만들라고 했더니 mount를 할 때 사용되는 사용자 아이디와 패스워드가 있어야 하는것이다.
그래야 자동으로 해당 사용자를 이용해 mount를 할 수 있으니 말이다!
그래가지고 구글에 알아본 결과 -o 옵션이 존재한다. -o 옵션만 가지고 사용하는 것이 아니라 -o 옵션과 username, password 이 옵션들을 사용한다. 사용방법은 아래와 같다.
위와 같이 username과 password를 사용하면 된다.!!
그래야 자동으로 해당 사용자를 이용해 mount를 할 수 있으니 말이다!
그래가지고 구글에 알아본 결과 -o 옵션이 존재한다. -o 옵션만 가지고 사용하는 것이 아니라 -o 옵션과 username, password 이 옵션들을 사용한다. 사용방법은 아래와 같다.
# mount -t cifs -o username=guest //ip/mount_point mount_path
# mount -t cifs -o username=guest,password=pwd //ip/mount_point mount_path
# mount -t cifs -o username=guest,password=pwd //ip/mount_point mount_path
위와 같이 username과 password를 사용하면 된다.!!
'ººº::Development™:: > ::Linux™::' 카테고리의 다른 글
[Cluster] rsh 설치 및 설정하기 (0) | 2010.04.08 |
---|---|
[Cluster] #1 Cluster 만들기 - 설치 (0) | 2010.04.01 |
[Tip] 하나의 LanCard에 여러 아이피 Setting (0) | 2010.03.01 |
[Linux] Samba mount (0) | 2009.09.01 |
[Linux] SSH root접근 제한 (2) | 2009.05.18 |