Beiträge von Darkmatter5

    Here's the screenshot you requested and here's the output.


    #======================= Global Settings =======================
    [global]
    workgroup = thealienhive
    server string = %h server
    include = /etc/samba/dhcp.conf
    dns proxy = no
    log level = 0
    syslog = 0
    log file = /var/log/samba/log.%m
    max log size = 1000
    syslog only = yes
    panic action = /usr/share/samba/panic-action %d
    encrypt passwords = true
    passdb backend = tdbsam
    obey pam restrictions = yes
    unix password sync = no
    passwd program = /usr/bin/passwd %u
    passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
    pam password change = yes
    socket options = TCP_NODELAY IPTOS_LOWDELAY
    guest account = nobody
    load printers = no
    disable spoolss = yes
    printing = bsd
    printcap name = /dev/null
    unix extensions = yes
    wide links = no
    create mask = 0777
    directory mask = 0777
    map to guest = Bad User
    use sendfile = yes
    aio read size = 16384
    aio write size = 16384
    null passwords = no
    local master = yes
    time server = no
    wins support = no


    #======================= Share Definitions =======================
    [Audio]
    path = /media/6ebb566e-f5bb-4799-82eb-9445e3bf4636/Audio
    guest ok = yes
    read only = no
    browseable = yes
    inherit acls = no
    inherit permissions = no
    ea support = no
    store dos attributes = no
    printable = no
    create mask = 0755
    force create mode = 0644
    directory mask = 0755
    force directory mode = 0755
    hide dot files = yes
    invalid users =
    read list =

    Firstly my main system I'm trying to browse the shared folders from in Windows 8.


    So here's the process I took to setup my share.


    1. Created a Filesystem as ext4
    2. Created a user
    3. Created a Shared Folder "Audio", I selected the Volume I created in step 1 and typed "Audio" in both Name and Path
    4. Set the Shared Folders Privileges to "Read/Write" for the user I created in step 2
    5. Enabled SMB/CIFS, entered my personal workgroup, checked "All this server to try and become a local mater browser", checked "Set browseable"
    6. In SMB/CIFS I created a new Share, I named it "Audio" and selected the shared folder I created in step 3, I checked "Set browseable"


    That should be it right? I even rebooted the OMV server and I can see the server in Windows under Network, but the only folder that appears is a home folder for the user I created in step 2.


    Please, any help is appreciated!