Check your SMB connection with the Synology NAS from your computer
macOS Terminal
status resolve IP address or DNS name to NetBIOS names
smbutil status <IP address> or <DNS Name>
- resolve NetBIOS name to IP address:Â
smbutil lookup <NETBIOS Name>
- Is there a SMB mount (check for smbfs);
mount
- List the attributes of mounted share (s)Â
smbutil statshares -a
Windows
- Is there a SMB mount
net use
- check which version SMB is used (SMB_version);
PowerShell:
Get-SmbConnection
Get-SmbConnection | Select-Object -Property *