You need to make your smb.conf file. Make sure you're using the lates custom oleg firmware too.

You can make it with `vi` (good luck!) or upload it with ftp

Here's what mine looks like:

Code:
[admin@censored root]$ cat /etc/smb.conf 
[global]
workgroup = WORKGROUP
guest account = nobody
security = share
browseable = yes
guest ok = yes
guest only = no
log level = 1
max log size = 100
encrypt passwords = yes
dns proxy = no
                                                                                
[rshare]
path=/tmp/harddisk
writeable = yes
browseable = yes
force user = admin
It says this in a guide somewhere so it sounds like you've missed that.