Hi,
I managed to setup samba on TKC ROM1 to make my Z visible in WinXP (for some reasons I had to give the IP range in interfaces, giving only the \"interfaces = ppp0, usb0 ecc\" did not work) while using a BT PAN connection.
Now I can connect to my Z shares, but the problem is that the connecction is only RO!
I tried to change the permission in XP, or to connect using ZAURUSroot as user, but no success, I always receive an error.
Do you have any idea on what could I do to solve this?
Here is my Smb.conf file:
[root@zaurus ~]# cat /usr/lib/samba/smb.conf
[global]
# workgroup is either a domain name or a workgroup name
workgroup = FAM_DONATI
netbios name = Zaurus
log file = /dev/null
#
# encrypt passwords is required for Win98, NT and Windows 2000
#
encrypt passwords = yes
coding system = utf8
client code page = 932
force create mode = 0755
strict sync = yes
sync always = yes
# interfaces = usbd0 eth0 bnep0 irda0 ppp0
interfaces = 192.168.129.0/24
# wins support = yes
# bind interfaces only = yes
[system]
comment = System Folder
path = /root/samba
read only = no
browseable = no
guest ok = yes
force user = root
[home]
comment = for User Data
path = /home/samba
short preserve case = no
read only = no
guest ok = yes
force user = zaurus
Thank you,
Adalberto