Hi,
I followed the tutor for Samba and created the following shares :
[software]
path=/opt/share/software
writeable = yes
browseable = yes
[mp3]
path=/tmp/harddisk/mp3
writeable = yes
browseable = yesThe mount command gives the following result :
/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/disc0/part1 on /opt type ext3 (rw)
/dev/discs/disc2/part1 on /tmp/harddisk type vfat (rw,sync)
/dev/discs/disc2/part3 on /tmp/harddisk/part1 type ntfs (ro,sync)I am able to read/write on the software share
However I can only read on the mp3 share

Does anybody has a suggestion how this can be solved ?
Thanx, Erik