Skip to content

우분투에 Samba 를 설치하자

조회 수 19232 추천 수 0 2010.11.08 17:17:45
1. Samba 설치
sudo apt-get install samba 명령을 통해서 samba를 설치한다.

sooya@sooya-ls50:~$ sudo apt-get install samba
...
  samba
...
--------- IMPORTANT INFORMATION FOR XINETD USERS ----------
The following line will be added to your /etc/inetd.conf file:

#<off># netbios-ssn    stream    tcp    nowait    root    /usr/sbin/tcpd    /usr/sbin/smbd

If you are indeed using xinetd, you will have to convert the
above into /etc/xinetd.conf format, and add it manually. See
/usr/share/doc/xinetd/README.Debian for more information.
Suggested entry (automatically converted using itox):

-----------------------------------------------------------

 * Starting Samba daemons                                                [ OK ]

sooya@sooya-ls50:~$


2. 환경 설정
 sudo gedit /etc/samba/smb.conf

[global] 및 [homes] 에 한글 관련 설정 추가
[global]
   dos charset = cp949
   display charset = UTF8
   unix charset = UTF8


# ... ... 제일 아래 부분에 아래 내용 추가 ... ...

# Home Directory 공유
[homes]
writable = yes

# 지정 Directory 공유
[공유이름]
comment = Project Folder
path=/공유디렉토리/위치
writable = yes

#   create mask = 0700              (??)
#   directory mask = 0700          (??)

3. Password 설정
sudo smbpasswd -userID

4. Samba 재시작
sudo /etc/init.d/samba restart
sooya@sooya-ls50:~$ sudo /etc/init.d/samba restart
[sudo] password for sooya:
 * Stopping Samba daemons                                                [ OK ]
 * Starting Samba daemons                                                [ OK ]
sooya@sooya-ls50:~$


윈도우에서 \\IP_ADDR\ 에 접속하면 project폴더가 보인다. ^^;;;

5. 윈도우 공유 폴더 마운트
1)  기본 명령 (User가 권한을 가지고 한글이 지원가능)
$ sudo mount -t cifs -o uid=<자신의uid>,gid=<자신의gid>,iocharset=utf8,codepage=cp949 //컴퓨터이름/공유이름 /공유할/디렉토리

- cf) ls -n 을 통하여 uid 및 gid 확인 가능함.

2) ID 및 PW 설정이 필요한 경우
$ sudo mount -t cifs -o username=<계정이름>,password=<암호>,uid=<자신의uid>,gid=<자신의gid>,iocharset=utf8,codepage=cp949 //컴퓨터이름/공유이름 /공유할/디렉토리

profile

일요일은 짜빠게뤼~ 먹는날~^^

엮인글 :
http://adminplay.com/28755/d6d/trackback
List of Articles
번호 제목 글쓴이 날짜sort 조회 수
247 웹에서 ssh 를 지원해준다. [webssh] file ADMINPLAY 2009-09-08 23206
246 ipchains bridge 방화벽 정리 자료. file ADMINPLAY 2009-09-08 23172
245 [리눅스] 파일의 속성관리를 위한 chattr실무활용 -1- ADMINPLAY 2009-09-09 17870
244 [리눅스] 파일의 속성관리를 위한 chattr실무활용 -2- ADMINPLAY 2009-09-09 15778
243 서버로그 관리 ADMINPLAY 2009-09-20 22205
242 [Linux] too many files 에러가 날때 ADMINPLAY 2009-09-20 23867
241 crontab 예약실행 file ADMINPLAY 2009-09-22 22905
240 chkconfig ADMINPLAY 2009-09-24 19859
239 Red Hat Linux 9 ADMINPLAY 2009-09-24 51604
238 CentOS 리눅스에서 완벽 동영상 재생하기 ADMINPLAY 2009-09-24 20522
237 Making Linux Streaming Server RED5 스트리밍 리눅스서버... ADMINPLAY 2009-09-24 26678
236 [설치/설정] APM 튜닝정보 조금 ADMINPLAY 2009-09-24 19134
235 [Linux]RedHat Enterprise Linux 5 계열 VNC Server 설정 ADMINPLAY 2009-09-25 23752
234 CentOS 5.0~5.1 :: 커널 2.6.17~2.6.24.1 vmsplice 커널버... ADMINPLAY 2009-09-28 22560
233 rm -rf * 잘못 쳤을 때 울지 않기! ADMINPLAY 2009-09-30 19209
232 favicon 만들기 ADMINPLAY 2009-09-30 24875
231 mrtg on freebsd , monitor windows2003 ADMINPLAY 2009-10-11 16813
230 Dstat - 모니터링 file ADMINPLAY 2009-10-30 30735
229 네트워크 관리자를 위한 통합 모니터링 툴 - N.E.W.T file [2] ADMINPLAY 2009-10-31 24754
228 가볍고 강력한 SNMP를 이용한 모니터링 프로그램입니다. file ADMINPLAY 2009-10-31 24899

Copyright ADMINPLAY corp. All rights reserved.

abcXYZ, 세종대왕,1234

abcXYZ, 세종대왕,1234