Results 1 to 5 of 5

Thread: permission denied for Samba

  1. #1
    Join Date
    Jul 2019
    Beans
    36

    permission denied for Samba

    Hello,

    I'm trying to setup a Samba service on my ubuntu server.
    But i can't access Samba it says permission denied for my users.

    [free444you]
    path = /media/16tb/007fred
    writeable = yes
    browseable = yes
    public = no
    writable = yes
    create mask = 0644
    directory mask = 0755
    force user = sharedrev

    photo:
    samba.png

    Can someone help me with it, how can i access the samba for my user?
    Last edited by slickymaster; July 16th, 2019 at 10:06 AM. Reason: Removed large image

  2. #2
    Join Date
    Nov 2012
    Location
    Halloween Town
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: permission denied for Samba

    Thread moved to Server Platforms for a better fit.

    Please do not post large images into your posts. Many of our users have slow internet connections and data limits. Large images can take a long time to load -- and may even cost a user extra money. Use the attachment functionality provided by the paperclip button above the text entry box.

  3. #3
    Join Date
    Dec 2009
    Beans
    6,772

    Re: permission denied for Samba

    There are two different sets of permissions here and I don't know which one is at play.

    [1] You are trying to access the server share from your Mac as user sharedrev.

    ** Does that user exists on the samba server?

    ** And did you add that user to the samba password database:
    Code:
    sudo smbpasswd -a sharedrev
    [2] Linux permissions have to allow access to the entire path to the shared folder.

    Does sharedrev have access to the entire path:
    Code:
    ls -al /media/16tb

  4. #4
    Join Date
    Jul 2019
    Beans
    36

    Re: permission denied for Samba

    Thanks @Morbius1

    It works now

  5. #5
    Join Date
    Nov 2012
    Location
    Halloween Town
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: permission denied for Samba

    Quote Originally Posted by fredy50 View Post
    Thanks @Morbius1

    It works now
    Being so, please mark your thread as solved

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •