Windows 10 上看不到 samba 挂载,如何确认连接?

Windows 10 上看不到 samba 挂载,如何确认连接?

我正在尝试通过 samba 将实验室测序仪链接到我们的 Linux 服务器(centos 7)。测序仪运行的是 Windows 10,并且已连接到我们的网络。我已在服务器上配置访问权限,并在 Windows 10 上启用了 smb。我还重新启动了测序仪。

当我尝试连接驱动程序时,什么也看不到。

有没有办法从 Windows 命令行测试与 samba 的连接?

来自服务器的 samba 配置。我检查过,工作组是相同的。

在这两个平台上我还应该做什么?

测试参数

Load smb config files from /etc/samba/smb.conf
rlimit_max: increasing rlimit_max (8192) to minimum Windows limit (16384)
Processing section "[homes]"
Processing section "[printers]"
Processing section "[print$]"
Processing section "[nextseq]"
Processing section "[iseq]"
Loaded services file OK.
Server role: ROLE_STANDALONE

Press enter to see a dump of your service definitions

# Global parameters
[global]
    dos charset = CP932
    map to guest = Bad User
    printcap name = cups
    security = USER
    server max protocol = SMB2
    idmap config * : backend = tdb
    cups options = raw


[homes]
    browseable = No
    comment = Home Directories
    inherit acls = Yes
    read only = No
    valid users = %S %D%w%S


[printers]
    browseable = No
    comment = All Printers
    create mask = 0600
    path = /var/tmp
    printable = Yes


[print$]
    comment = Printer Drivers
    create mask = 0664
    directory mask = 0775
    path = /var/lib/samba/drivers
    write list = root


[nextseq]
    path = /storage/nextseq
    read only = No
    valid users = @smbgroup


[iseq]
    path = /storage/iseq
    read only = No
    valid users = @smbgroup

答案1

检查序列器是否仅与 smb1 连接。如果是,则将其配置为使用 smb2。SMB1 存在已知安全问题,默认情况下不启用。否则,将 samba 服务器配置为接受 smb1。

相关内容