Ildar Ziganshin
Well-known member
Bash:
terminator@Computer-1:~$ smbtree -N
main: This is utility doesn't work if netbios name resolution is not configured.
If you are using SMB2 or SMB3, network browsing uses WSD/LLMNR, which is not yet supported by Samba. SMB1 is disabled by default on the latest Windows versions for security reasons. It is still possible to access the Samba resources directly via \name or \ip.address.
terminator@Computer-1:~$
Как мне в linux подключиться к сетевой папке или просмотреть расшаренные папки в ubuntu?
Bash:
terminator@Computer-1:~$ smbclient -L \\192.168.1.6 -N
Sharename Type Comment
--------- ---- -------
share Disk
print$ Disk Printer Drivers
IPC$ IPC IPC Service (ildar server (Samba, Ubuntu))
SMB1 disabled -- no workgroup available
terminator@Computer-1:~$