Accessing files with samba in openBH

javierc

Vu+ Newbie
How do i have to configure the files in the /etc/samba directory to be able to access the folders via samba?

I have added a password for the root user and I edit the configuration files as I did in the old BlackHole but although I access and open the folder I do not see any shared resources:

[global] load printers = no
guest account = root
log file = /tmp/smb.log
log level = 1
security = share
server string = Vuplus %h network services
workgroup = Vuplus
netbios name = %h
case sensitive=yes
preserve case=yes
short preserve case=yes
socket options = TCP_NODELAY
preferred master = no ;(These stop the machine being master browser, which means that it doesn’t waste time there.)
oplocks = no
unix extensions = no

[Configuration] comment = Configuration files – take care!
path = /var
wide links = yes
read only = no
public = yes
guest ok = no

[Harddisk] comment = The harddisk
path = /media/hdd
wide links = yes
read only = no
public = yes
guest ok = no

Regards
 
Top