LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   samba not giving me write access (https://www.linuxquestions.org/questions/linux-networking-3/samba-not-giving-me-write-access-527352/)

hedpe 02-10-2007 12:32 PM

samba not giving me write access
 
Hey all,

I recently installed samba and configured it as such:
Code:

[global]
       
        workgroup = WORKGROUP
        netbios name = CYPRUS

        server string = whatever

        security = share

[SDR] 
        comment = school
        path = /home/gnychis/school/SDR
        guest ok = yes
        browseable = yes
        writable = yes

I have specified writable, and I can see, list, and read from the directory in windows... however I cannot write what so ever. It keeps saying "Access is denied"

any ideas?

Thanks!
George

hedpe 02-10-2007 01:06 PM

i had to turn off guest, and add a valid user with smbpasswd and alias it... instructions are at the bottom of the gentoo-wiki page for samba:
http://gentoo-wiki.com/HOWTO_Setup_Samba

gg-jgs 02-15-2007 04:13 AM

Quote:

Originally Posted by hedpe
Hey all,

I recently installed samba and configured it as such:
Code:

[global]
       
        workgroup = WORKGROUP
        netbios name = CYPRUS

        server string = whatever

        security = share

[SDR] 
        comment = school
        path = /home/gnychis/school/SDR
        guest ok = yes
        browseable = yes
        writable = yes

I have specified writable, and I can see, list, and read from the directory in windows... however I cannot write what so ever. It keeps saying "Access is denied"

any ideas?

Thanks!
George


in your linux you type: chmod 755 /home/gnychis/school/sdr
try again!


All times are GMT -5. The time now is 12:16 PM.