Hirdetés

Új hozzászólás Aktív témák

  • Csicsóka

    őstag

    válasz kmarci25 #28145 üzenetére

    Működik ez itt is, csak azóta már volt változás SMB ügyben.

    Configfiles megosztásban megnyitod szerkesztésre a samba.conf.sample fájlt.
    Megkersed benne ezt a részt:

    # Using the following configurations as a template allows you to add
    # writable shares of disks and paths under /storage

    Ami ez alatt van, mindent törölsz, majd beleírod ezt:

    [Storage]
    path = /storage
    available = yes
    browsable = yes
    public = yes
    writable = yes

    Így néz ki az egész módosított fájl:

    ################################################################################
    # This file is part of LibreELEC - https://libreelec.tv
    # Copyright (C) 2017-present Team LibreELEC
    #
    # LibreELEC is free software: you can redistribute it and/or modify
    # it under the terms of the GNU General Public License as published by
    # the Free Software Foundation, either version 2 of the License, or
    # (at your option) any later version.
    #
    # LibreELEC is distributed in the hope that it will be useful,
    # but WITHOUT ANY WARRANTY; without even the implied warranty of
    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    # GNU General Public License for more details.
    #
    # You should have received a copy of the GNU General Public License
    # along with LibreELEC. If not, see <http://www.gnu.org/licenses/>.
    ################################################################################
    # samba.conf v4 (do not remove)

    # This configuration file allows you to customize the samba shares
    # available from your machine

    [global]
    server string = LibreELEC
    browseable = yes
    writeable = yes
    printable = no
    deadtime = 30
    mangled names = no
    name resolve order = host bcast
    printcap name = /dev/null
    load printers = no
    encrypt passwords = true
    enable core files = no
    passdb backend = smbpasswd
    smb encrypt = disabled

    # samba share options
    map to guest = Bad User
    guest account = root
    security = user

    # samba tuning options
    socket options = TCP_NODELAY IPTOS_LOWDELAY
    min receivefile size = 16384
    aio read size = 16384
    aio write size = 16384
    use sendfile = yes

    # The following are default values for the master selection process
    # local master = yes
    # preferred master = auto
    # domain master = auto
    # os level = 20

    # "strict allocate = yes" breaks large network transfers to external hdd
    # Force this to "no" in case "yes" becomes the default in future
    strict allocate = no

    allocation roundup size = 0

    # Using the following configurations as a template allows you to add
    # writable shares of disks and paths under /storage

    [Storage]
    path = /storage
    available = yes
    browsable = yes
    public = yes
    writable = yes

    Ha ez megvan, mentés másként, a fájl neve samba.conf legyen

    Reboot!

Új hozzászólás Aktív témák