Wij hebben in VMWare voor een project Ubuntu 8.04 geinstalleerd. Nu willen wij hiermee een gedeelde map aanmaken. Daarvoor hebben we Samba geinstalleerd, en deze geconfigureerd volgens http://ubuntuforums.org/showthread.php?t=202605 deze how to. Echter kunnen wij nu wél op het icoon van de server klikken in Windows Vista, hij wordt ook geopend, met alles wat daar binnen staat. Alleen nu pakt hij de gedeelde mappen die we hebben niet. Hij pakt de gedeelde printers wel.
Dit is onze configuratie van smb.conf
Wij krijgen in Vista de foutmelding
\\STEFANEYLE\Administrator is niet toegankelijk. U hebt mogelijk niet de juiste machtigingen voor deze netwerkbron. Neem contact met de beheerder van de server op als u wilt weten of u toegangsmachtigingen hebt.
Een apparaat dat op het systeem is aangesloten, werkt niet.
Wie kan ons helpen?
Stefan en Eyle
Dit is onze configuratie van smb.conf
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
| [global]
General server settings
netbios name = StefanEyle
server string =
workgroup = BRINKHUIS
announce version = 5.0
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE SO_RCVBUF=8192 SO_SNDBUF=8192
passdb backend = tdbsam
security = user
null passwords = true
username map = /etc/samba/smbusers
name resolve order = hosts wins bcast
wins support = yes
; printing = CUPS
printcap name = CUPS
broseable = true
; syslog = 1
syslog only = yes
; NOTE: If you need access to the user home directories uncomment the
; lines below and adjust the settings to your hearts content.
[homes]
; valid users = %S
create mode = 0600
directory mode = 0755
browseable = yes
read only = no
; veto files = /*.{*}/.*/mail/bin/
; NOTE: Only needed if you run samba as a primary domain controller.
; Not needed as this config doesn't cover that matter.
;[netlogon]
;path = /var/lib/samba/netlogon
;admin users = Administrator
;valid users = %U
;read only = no
; NOTE: Again - only needed if you're running a primary domain controller.
;[Profiles]
;path = /var/lib/samba/profiles
;valid users = %U
;create mode = 0600
;directory mode = 0700
;writeable = yes
;browseable = no
; NOTE: Inside this place you may build a printer driver repository for
; Windows - I'll cover this topic in another HOWTO.
;[print$]
;path = /var/lib/samba/printers
;browseable = no
;guest ok = yes
; ;read only = yes
;write list = root
;create mask = 0664
;directory mask = 0775
[printers]
; path = /tmp
printable = yes
guest ok = yes
browseable = no
; Uncomment if you need to share your CD-/DVD-ROM Drive
;[DVD-ROM Drive]
;path = /media/cdrom
;browseable = yes
;read only = yes
;guest ok = yes
[deelmap]
path = /home/stefaneyle/deelmap
browseable = yes
writeable = yes
create mask = 0644
directory mask = 0755
force user = Administrator
force group = BRINKHUIS
valid users = Administrator, nobody, stefaneyle |
Wij krijgen in Vista de foutmelding
\\STEFANEYLE\Administrator is niet toegankelijk. U hebt mogelijk niet de juiste machtigingen voor deze netwerkbron. Neem contact met de beheerder van de server op als u wilt weten of u toegangsmachtigingen hebt.
Een apparaat dat op het systeem is aangesloten, werkt niet.
Wie kan ons helpen?
Stefan en Eyle