: host--->linux
: client-->win me
:
: host에서 삼바로 client를 연걸 하여
: 화일을 가져오는 방법 알려 주세요.
먼저 마운트를 합니다.
mount -t smbfs -o username=xxx password=xxx //클라이언트명/공유폴더 /호스트의마운드포인트
예> 윈미가 설치되어 있는 "bbb"라는 컴의 "My Documents"폴더를, 리눅스의 "/mnt/98" 로 마운트를
한다면 다음과 같죠. 윈미의 사용자는 "kang"이고 password가 "1234" 라고 가정하면...
mount -t smbfs -o username=kang password=1234 "//bbb/My Documents" /mnt/98
패스워드가 없다면 패스항목을 빼면 됩니다.--이 곳에 서명을 적어주십시오.
세영이 아빠