I have a strange problem with my macs at my workplace. It started from macOS 11.
I can reproduce it on macOS 11, 12 and 13. And on Intel and Apple Silicon.
We work with network shares from Windows 2019 and Synology servers.
It does not happen on the local HD or USB drives.
If I move a file to a folder on a share I can not open it by double clicking, cmd+O or cmd+↓
See this video: https://d.pr/v/wsVGcF
If I rename the file after move, it works just as normal.
I have tried changing /etc/nsmb.conf
It looks like this at the moment:
This is the output of smbutil statshares -a
Has anyone else seen this behaviour and maybe has a fix?
I can reproduce it on macOS 11, 12 and 13. And on Intel and Apple Silicon.
We work with network shares from Windows 2019 and Synology servers.
It does not happen on the local HD or USB drives.
If I move a file to a folder on a share I can not open it by double clicking, cmd+O or cmd+↓
See this video: https://d.pr/v/wsVGcF
If I rename the file after move, it works just as normal.
I have tried changing /etc/nsmb.conf
It looks like this at the moment:
Code:
# /etc/nsmb.conf - macOS 11.3 - 2021-04-29
#------------------------------------------------------------------------------
# SMB configuration for macOS 11.3 <-> Synology
#------------------------------------------------------------------------------
# Additional information:
# -----------------------
# https://support.apple.com/de-de/HT211927
# https://support.apple.com/en-us/HT208209
# https://apple.stackexchange.com/questions/309016/smb-share-deadlocks-since-high-sierra
# https://photographylife.com/afp-vs-nfs-vs-smb-performance
# https://support.apple.com/de-de/HT212277
#------------------------------------------------------------------------------
[default]
# Use NTFS streams if supported
streams=yes
# Soft mount by default
soft=yes
# Disable signing due to macOS bug
signing_required=no
# Disable directory caching
dir_cache_off=yes
# Lock negotiation to SMB2/3 only
# 7 SMB 1/2/3 enabled (default)
# 6 SMB 2/3 enabled
# 4 only SMB 3 enabled
# 2 only SMB 2 enabled
# 1 only SMB 1 enabled
# 7 == 0111 SMB 1/2/3 should be enabled
# 6 == 0110 SMB 2/3 should be enabled
# 4 == 0100 SMB 3 should be enabled
protocol_vers_map=6
# No SMB1, so we disable NetBIOS
port445=no_netbios
# Turn off notifications
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
Code:
--------------------------------------------------------------------------------------------------
Kunder
SERVER_NAME file01-mb.sbt.local
USER_ID 44784114
SMB_NEGOTIATE SMBV_NEG_SMB2_ENABLED
SMB_NEGOTIATE SMBV_NEG_SMB3_ENABLED
SMB_VERSION SMB_3.1.1
SMB_ENCRYPT_ALGORITHMS AES_128_CCM_ENABLED
SMB_ENCRYPT_ALGORITHMS AES_128_GCM_ENABLED
SMB_ENCRYPT_ALGORITHMS AES_256_CCM_ENABLED
SMB_ENCRYPT_ALGORITHMS AES_256_GCM_ENABLED
SMB_CURR_ENCRYPT_ALGORITHM OFF
SMB_SHARE_TYPE DISK
SIGNING_SUPPORTED TRUE
EXTENDED_SECURITY_SUPPORTED TRUE
LARGE_FILE_SUPPORTED TRUE
FILE_IDS_SUPPORTED TRUE
DFS_SUPPORTED TRUE
FILE_LEASING_SUPPORTED TRUE
MULTI_CREDIT_SUPPORTED TRUE
DIR_LEASING_SUPPORTED TRUE
--------------------------------------------------------------------------------------------------
Has anyone else seen this behaviour and maybe has a fix?