Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
docs:guide-user:services:nas:ksmbd [2024/11/13 14:17] – [Example] sppmasterdocs:guide-user:services:nas:ksmbd [2024/12/11 13:48] – [Example] sppmaster
Line 25: Line 25:
 </code> </code>
  
-To access a shared storage over the LAN using a **username** and **password** you have to use "**ksmbd.adduser**" from SSH.+To access a shared storage over the LAN using a **username** and **password** you have to use ''ksmbd.adduser'' from SSH. A ''/etc/ksmbd/ksmbdpwd.db'' file is created.
  
 <code> <code>
Line 68: Line 68:
 </code> </code>
  
-On devices with sufficient RAM (typically >256MB) performance can be improved, increase or comment out the preset buffer limits in LuCI -> Services -> Network Shares -> Edit Template. Save and apply:+On devices with sufficient RAM (typically >256MB) performance can be improved, increase or comment out the preset buffer limits in LuCI -> Services -> Network Shares -> Edit Template. Save and apply: \\ 
 +As of this commit https://github.com/openwrt/packages/pull/25519 the below values are adjusted automatically (no need to change anything). This is valid for devices running OpenWrt main snapshot builds. \\ 
 +For versions below 24.10 you have to manually edit the template and adjust the values accordingly. 
 <code> <code>
  #smb2 max read = 512K  #smb2 max read = 512K
Line 74: Line 76:
  #smb2 max trans = 512K  #smb2 max trans = 512K
 </code> </code>
 +
 ===== Global section ===== ===== Global section =====
 The ''globals'' section contains share-independent options. The ''globals'' section contains share-independent options.
  • Last modified: 2024/12/11 13:53
  • by sppmaster