This commit is contained in:
parent
59bc4b2d96
commit
8bbcc324e4
15
nsmb.conf
15
nsmb.conf
|
|
@ -1,6 +1,6 @@
|
||||||
# /etc/nsmb.conf - macOS 11.2 - 2021-04-17
|
# /etc/nsmb.conf - macOS 11.3 - 2021-04-29
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
# SMB configuration for macOS 11.2 <-> Synology
|
# SMB configuration for macOS 11.3 <-> Synology
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
# Additional information:
|
# Additional information:
|
||||||
# -----------------------
|
# -----------------------
|
||||||
|
|
@ -8,9 +8,9 @@
|
||||||
# https://support.apple.com/en-us/HT208209
|
# https://support.apple.com/en-us/HT208209
|
||||||
# https://apple.stackexchange.com/questions/309016/smb-share-deadlocks-since-high-sierra
|
# https://apple.stackexchange.com/questions/309016/smb-share-deadlocks-since-high-sierra
|
||||||
# https://photographylife.com/afp-vs-nfs-vs-smb-performance
|
# https://photographylife.com/afp-vs-nfs-vs-smb-performance
|
||||||
|
# https://support.apple.com/de-de/HT212277
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
[default]
|
[default]
|
||||||
|
|
||||||
# Use NTFS streams if supported
|
# Use NTFS streams if supported
|
||||||
streams=yes
|
streams=yes
|
||||||
|
|
||||||
|
|
@ -33,4 +33,11 @@ protocol_vers_map=6
|
||||||
port445=no_netbios
|
port445=no_netbios
|
||||||
|
|
||||||
# Turn off notifications
|
# Turn off notifications
|
||||||
notify_off=yes
|
notify_off=yes
|
||||||
|
|
||||||
|
# SMB Multichannel behavior
|
||||||
|
# To disable multichannel support completely uncomment the next line
|
||||||
|
# mc_on=no
|
||||||
|
|
||||||
|
# Some Wi-Fi networks advertise faster speeds than the connected wired network.
|
||||||
|
mc_prefer_wired=yes
|
||||||
Loading…
Reference in New Issue