Próbuję ugryźć następujący temat: mam dwa komputery, na jednym z nich udostępniony katalog poprzez sambę:
Kod: Zaznacz cały
[global]
workgroup = GRUPA
netbios name = Samba
# security = user
security = share
hosts allow = 192.168.0.0/255.255.255.0 localhost
hosts deny = All
interfaces = lo eth0
bind interfaces only = yes
guest ok = yes
printing = CUPS
printcap name = CUPS
[share]
path = /home/kodama/share/
writable = yes
create mask = 0755
directory mask = 0755
available = yes
Kod: Zaznacz cały
192.168.0.123/share/ /media/testowy/ smbfs rw,username=****,password=**** 0 0