Hello all,

I'm having trouble to get my HDD to write. I'm able to read the disc via: \\router500g\share$ but I'm not able to write to it.
I have already read alot about this but I'm still not able to get it done.
I have the latest 1.9.2.7-3c Oleg firmware on the WL-500g installed and have a post-boot file with nmbd and smbd. I also have the /etc/smb.conf with following info:
[global]
workgroup = WERKGROEP
guest account = nobody
security = share
read only = No
guest ok = yes
guest only = yes
log level = 1
max log size = 100
encrypt passwords = no
preserve case = yes
short preserve case = yes
host deny = ALL
host allow = 192.168.1/255.255.255.0
server string = WL-500g
preserve modes = yes
case sensitive = yes

[share$]
comment = WD-HDD
path = /tmp/harddisk
read only = No
browseable = no
guest ok = yes
writeable = yes

and the /etc/host:
127.0.0.1 localhost.localdomain localhost
192.168.1.1 router500g my.router my.WL500g

and mount:
/dev/root on / type squashfs (ro)
none on /dev type devfs (rw)
proc on /proc type proc (rw)
ramfs on /tmp type ramfs (rw)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/discs/disc1/part1 on /tmp/harddisk type vfat (rw,sync)

With a Fat32 WD HDD

What's wrong? Has anyone an idea?
Thanks