Samba 설정을 했습니다. XP에서 접속시 "프린트 및 팩스 만" 나오네요

samba 설정을 했습니다. XP 탐색기에서 \203.247.184.165 하니 접속시 프린트 및 팩스"만 나오네요.
그래서 /etc/samba/smb.conf 파일을 제가 잘 못 편집 했습니다. 확인 부탁드릴께요.

#======================= Global Settings =======================
[global]

Browsing/Identification

Change this to the workgroup/NT-domain name your Samba server will part of

workgroup = WORKGROUP
hosts allow = 203.247.184.164
dos charset = cp949
display charset = UTF8
unix charset = UTF8
security = share

server string is the equivalent of the NT Description field

server string = %h server (Samba, Ubuntu)

Windows Internet Name Serving Support Section:

WINS Support - Tells the NMBD component of Samba to enable its WINS Server

wins support = no

WINS Server - Tells the NMBD components of Samba to be a WINS Client

Note: Samba can be either a WINS Server, or a WINS Client, but NOT both

; wins server = w.x.y.z

This will prevent nmbd to search for NetBIOS names through DNS.

dns proxy = no

What naming service and in what order should we use to resolve host names

to IP addresses

; name resolve order = lmhosts host wins bcast

Networking

The specific set of interfaces / networks to bind to

This can be either the interface name or an IP address/netmask;

interface names are normally preferred

; interfaces = 127.0.0.0/8 eth0

####### Authentication #######

"security = user" is always a good idea. This will require a Unix account

in this server for every user accessing the server. See

/usr/share/doc/samba-doc/htmldocs/Samba3-HOWTO/ServerType.html

in the samba-doc package for details.

security = share

#======================= Share Definitions =======================

Un-comment the following (and tweak the other settings below to suit)

to enable the default home directory shares. This will share each

user’s home directory as \server\username

; [homes]
; comment =Home Directories
; path = /home
; public = yes
; writable = yes
; create mask = 0777
; directory mask = 0777
; force user = nobody
; force group = nogroup
; browseable = no

여기까지 제가 수정한 부분입니다. 왜 공유폴더가 생성 안되는지 이유를 모르겠습니다.
메뉴에서 시스템-관리-samba가 생성안되구요, 관리 메뉴에서 공유폴더도 생성 안되네요.
답변 부탁드릴께요.

올려주신 내용에는 공유 폴더 설정이 없는데요. 홈 디렉토리 공유 설정도 커맨트 처리 돼 있으니 공유가 안 되었을 것이구요.

그보다, 삼바 설정을 직접 수정하는 것 말고, gui에서 뭔가 설정하는 방법이 있던 것 같던데요. 제가 지금 터미널로만 접속할 수 있어서 확인은 못하겠는데, 이 포럼에서 관련 글을 본 적이 있으니 오른 쪽 위 구글 맞춤 검색 창에서 "samba", "공유" 대충 그런 식으로 한 번 찾아보세요.

공유폴더두 지정해보세요

[code:dg7koxnt]
[sharedfolder1]
path=/data1/shared
writeable=yes
[/code:dg7koxnt]
실제로 /data1/shared 라는 디렉토리가 있어야하구요 일단 되면 퍼미션을 더 자세하게 조정해보세요.

; [sharedfolder1]
; comment =Home Directories
; path = /home
; public = yes
; writable = yes
; create mask = 0777
; directory mask = 0777
; force user = nobody
; force group = nogroup
; browseable = no

이렇게 설정해서 samba를 restart 했지만, xp에서 접속시 프린터 및 팩스만 나오네요.

인터넷에 찾아보니 gui 메뉴에서 시스템-관리-samba 또는 시스템-관리-공유폴더 메뉴가 안 나옵니다.
어떻게 하면 공유폴더를 설정할 수 있나요?

[quote="falhed":1hn7lw99]; [sharedfolder1]
; comment =Home Directories
; path = /home
; public = yes
; writable = yes
; create mask = 0777
; directory mask = 0777
; force user = nobody
; force group = nogroup
; browseable = no

이렇게 설정해서 samba를 restart 했지만, xp에서 접속시 프린터 및 팩스만 나오네요.

인터넷에 찾아보니 gui 메뉴에서 시스템-관리-samba 또는 시스템-관리-공유폴더 메뉴가 안 나옵니다.
어떻게 하면 공유폴더를 설정할 수 있나요?[/quote:1hn7lw99]
에… 저기… 줄 제일 앞에 ;가 붙어 있으면 그줄은 안 읽습니다. 앞에 ;를 빼 보세요. 그리고, browseable을 yes로 해야 "보입니다". 안 보여도 공유 이름을 적으면 접근할 수는 있지만요.

에고 저도 좀 전에 알았습니다.
";" 표시가 주석이네요.ㅠㅠ

현재 상태가 폴더가 보여요. 그런데 계정이랑 비밀번호 묻는 창이 안나오네요.

계정이랑 비밀번호 묻는 창 나오려면 어떻게 해야 하나요?

지금은 security가 share로 돼 있는데 그러면 아이디 패스워드 같은 거 사용 안 하죠. security를 user 같은 것으로 바꿔 보세요. 근데, 그냥 그렇게만 하면 안 되고, samba용 패스워드 파일을 만들어줘야 합니다. 그건 viewtopic.php?p=42806 요 글을 참고하세요.

gksu system-config-samba를 해보세요.

그러고 나서는

sudo /etc/init.d/samba restart 함 해주시면 됩니다.

참고하시라고 댓글 답니다.

처음부터는 아니고, 언제인가부터 삼바에서 유저 공유 기능이 추가되었습니다.

이는 삼바 사용자 추가 및 서버 설정 파일(.conf)에 공유 디렉터리 설정 등의 작업을 하지 않고 바로 노틸러스에서 공유를 할 수 있게 해주는 겁니다.

저도 해본지 좀 되어서 기억이 잘 나지 않는데, Lbird님 말씀처럼 우상단의 구글 맞춤 검색 입력폼을 사용하여 검색해 보시면 나올 겁니다.