distribution/packages/network/samba/config/smb.conf
fewtarius 73b7b358e8
Feature: Use overlayfs to merge internal and external storage into /storage/roms.
* Creates a new directory structure for games:
  * Internal Storage (or tf1): /storage/games-internal
  * External MicroSD: /storage/games-external
  * Combined Path: /storage/roms
* Games copied to /storage/roms will be saved to /storage/games-internal.
* Samba has been updated to present both volumes for network access.
* EmulationStation now has an eject option under System Settings -> Hardware /Storage.
* When a compatible microsd is inserted, JELOS will automatically add it to the overlay, making the content available to ES after a gamelist update or an ES restart.
* Udevil will no longer mount microsd cards to /run/media, however it will still handle mounting all other external storage.
* After the update, JELOS will automatically migrate your current roms directory once.
* Additionally the hotkey management feature has moved from System Settings to Controller and Bluetooth Settings.
* The rom split tool is now deprecated as it is no longer needed.
2023-11-27 22:41:15 +00:00

92 lines
2.1 KiB
Text

# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
# samba.conf v4 (do not remove)
# This configuration file allows you to customize the samba shares
# available from your machine
[global]
server string = JELOS
unix extensions = no
browseable = yes
writeable = yes
printable = no
deadtime = 30
mangled names = no
name resolve order = host bcast
printcap name = /dev/null
load printers = no
enable core files = no
passdb backend = smbpasswd
smb passwd file = /storage/.cache/samba/smbpasswd
smb encrypt = disabled
fruit:model = Xserve
# 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
# Using the following configurations as a template allows you to add
# writeable shares of disks and paths under /storage
[update]
path = /storage/.update
available = yes
browseable = yes
writeable = yes
[games-internal]
path = /storage/games-internal
available = yes
browseable = yes
writeable = yes
[games-external]
path = /storage/games-external
available = yes
browseable = yes
writeable = yes
[logs]
path = /var/log
available = yes
browseable = yes
writeable = yes
follow symlinks = yes
wide links = yes
[themes]
path = /storage/.config/emulationstation/themes
available = yes
browseable = yes
writeable = yes
follow symlinks = yes
wide links = yes
[config]
path = /storage/.config
available = yes
browseable = yes
writeable = yes
follow symlinks = yes
wide links = yes