LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Samba: Permision Denied! (https://www.linuxquestions.org/questions/linux-networking-3/samba-permision-denied-426625/)

Shioni 03-20-2006 11:00 AM

Samba: Permision Denied!
 
Hi!
When I try to create folder or move files from Windows to Linux share, I get Permission Denied. I use password to access Linux share! Heres my smb.conf:
Code:

[global]
workgroup = MYNET
invalid users = root

[tmp]

  path = /mnt/sda2
  browseable = yes
  read only = no
  public yes

Whats wrong? Thank you!

ARC1450 03-20-2006 12:35 PM

Try adding "security = user" or "security = share" in your [global] section. Also, make sure the users you're wanting to have access to /mnt/sda2 actually have permissions to access /mnt/sda2.

Also, you need "public = yes" in your share definition.


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