(Solved) - Improve network speed over lan
|
27th Oct, 2016, 07:06 AM
Post: #15
|
|||
|
|||
RE: Improve network speed over lan
i cant follow you, what did you mean? "media/MyBook"?
But i have good (and strange) news! I take a look at the samba settings of OSMC: Terminal [global] # If you require a fully custom smb.conf create smb-local.conf instead of editing smb.conf so your # configuration will not be overwritten by samba upgrades. You can use smb.conf as a template by # copying it to smb-local.conf then removing the config file line below in the new file. If you only # need to add some additional shares see smb-shares.conf below for a simpler way to do this. config file = /etc/samba/smb-local.conf workgroup = WORKGROUP security=user follow symlinks = yes wide links = no unix extensions = no lock directory = /var/cache/samba load printers = no printing = bsd printcap name = /dev/null disable spoolss = yes log level = 1 map to guest = bad user usershare template share = automount template read raw = Yes write raw = Yes strict locking = no min receivefile size = 16384 use sendfile = true aio read size = 2048 aio write size = 2048 socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=131072 SO_SNDBUF=131072 [osmc] browsable = yes read only = no valid users = osmc path = /home/osmc comment = OSMC Home Directory [automount template] browseable = yes -valid = no valid users = osmc path = %P hide files = /$RECYCLE.BIN/System Volume Information/desktop.ini/thumbs.db/ # Add custom shares in smb-shares.conf instead of editing smb.conf so they will not be # overwritten by samba updates. You can only add new shares to smb-shares.conf, not change # the default shares or global options. If you need full control see smb-local.conf above. include = /etc/samba/smb-shares.conf and simply import/change a few things in xbian (without knowing what I do) original: Terminal # DO NOT EDIT THIS FILE. FOR ADDITIONAL SETTINGS OR SHARES DEFINITION # USE 'net' (man net). [global] server string = XBIAN guest ok = yes security = user socket options = TCP_NODELAY SO_RCVBUF=65535 SO_SNDBUF=65535 registry shares = yes syslog = 0 map to guest = bad user workgroup = WORKGROUP bind interfaces only = No encrypt passwords = true log level = 0 # smb ports = 445 unix extensions = No wide links = yes include = /etc/samba/user.conf include = /etc/samba/shares.conf Terminal # DO NOT EDIT THIS FILE. FOR ADDITIONAL SETTINGS OR SHARES DEFINITION # USE 'net' (man net). [global] server string = XBIAN guest ok = yes security = user socket options = TCP_NODELAY SO_RCVBUF=65535 SO_SNDBUF=65535 registry shares = yes syslog = 0 map to guest = bad user workgroup = WORKGROUP bind interfaces only = No encrypt passwords = true log level = 0 # smb ports = 445 unix extensions = No wide links = no read raw = Yes write raw = Yes strict locking = no min receivefile size = 16384 use sendfile = true aio read size = 2048 aio write size = 2048 socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=131072 SO_SNDBUF=131072 include = /etc/samba/user.conf include = /etc/samba/shares.conf result: edit: i found a link that may be explained |
|||
« Next Oldest | Next Newest »
|