If you want to connect to your windows shares from the Z, you need the client. I don't need to this - I just want a way of moving files easily so I just use the samba server (smbd) on the Z and connect to it from linux or windows (running in vmware of course ).
All you need to do is adapt the config file (on my Zaurus it's /hdd2/usr/lib/samba/smb.conf). There's loads of info on the web to show how to do this. Once you bring it up, you should be able to use smbmount from your linux desktop to mount the share(s) on the Z.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=65697\"][{POST_SNAPBACK}][/a][/div]
From my linux machine, if I connect the USB cable, I can issue the following command in the network bar of konquerer:
smb://192.168.129.201
And I see everything, but now i want to mount that into a folder...so in terminal, under su I issue:
mount //192.168.129.201/home/ /media/zaurus/ <I have the /media/zaurus/ folder made>
and I get this:
Password: <I press enter>
Anonymous login successful
27021: tree connect failed: ERRSRV - ERRinvnetname (Invalid network name in tree connect.)
When I looked at the smb.conf, IMHO i dont think anything needs to be changed....i can see it through konquerer so i should take a mount command just the same...no?
Any thoughts appreciated.