Hello, I use OMV7 on a Raspberry Pi 4.
I mostly access the samba shares with my Mac Mini M1 running MacOS17.
The smb server is titled 'omv' so I can see the server on the network as 'omv - SMB/CIFS'.
The problem is over time the Mac will disconnect from the shares and when I go to reconnect a new share is created with a dash and number behind it.
This forces me to re-enter my credentials because the name of the shares has changed.
It will change to 'omv-3 - SMB/CIFS' and the number will continue to increase until I reboot the mac and it starts over.
This is how my nsmb.conf file is configured. I found these suggestions on various sites.
Code
[default]
signing_required=no
streams=yes
notify_off=yes
port445=no_netbios
soft=yes
dir_cache_max_cnt=0
dir_cache_max=0
dir_cache_off=yes
protocol_vers_map=4
validate_neg_off=yes
mc_on=yes
mc_prefer_wired=yes
max_resp_timeout=600
aapl_off=true
Display More
I should mention I do not have this problem on my Windows machine.