Hi Jeff,
- share the directory on your win-box (e.g. mywinbox -> C:\share)
- make a mountpoint on you SME server (e.g. /mnt/share )
- as root on SME: smbmount \mywinbox\share \mnt\share
authenticate and you're done.
to specify the type of mount device you could also use:
mount -t smb \mywinbox\share \mnt\share
and if resolving the name is not working quickly enough (wins etc.) then try:
mount -t smb \192.168.1.20\share \mnt\share (being the IP of your winbox)
Regards,
guestHH