LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Samba config for sharing MP3's (https://www.linuxquestions.org/questions/linux-newbie-8/samba-config-for-sharing-mp3s-107112/)

gavinc 10-22-2003 08:58 AM

Samba config for sharing MP3's
 
Please help

I'm trying to set up a share so that I can store and share mp3's from Linux to XP.
In XP I can see the folder OK in Network Neighborhood but cant write anything to it What am I doing wrong??

The config I have looks like this:


[global]
netbios name = Linux Box
security = share
workgroup = WORKGROUP
encrypt passwords = true
hosts allow = 127.0.0.1 192.168.8.0/24
hosts deny = 0.0.0.0/0

[mpthree]
path = /mpthree
public = yes
read only = no
write list = gavin

thllgo 10-22-2003 09:30 AM

What are the permissions on the Linux side of the directory? If you are mounting the drive to XP by user permissions then that user must have permissions on the Linux side.


All times are GMT -5. The time now is 08:09 PM.