Windows 报告共享"不可用",原因是迁移切换
适用于
- ONTAP 9
- CIFS
问题描述
- 尝试访问 CIFS 共享时,Windows 会抛出以下错误:
\\<server_name>\<share_name> is unavailable. If the location is on this PC, make sure the device or drive is connected or the disc is inserted, and then try again. If the location is on a network, make sure you're connected to the network or Internet, and then try again. If the location still can't be found, it might have been moved or deleted.
- 但是,直接访问
\\<server_name>\
以枚举共享是成功的,并且共享被确认存在于枚举列表中并直接来自 ONTAP - 在某些情况下,不是看到上述错误,共享可能被成功访问,但看到的内容不正确
- 数据包跟踪显示 Windows 客户端正在连接到共享(通过 SMB2
TREE_CONNECT
命令),然后在共享内尝试通过 SMB2\<server_name>\<share_name>
CREATE
命令访问路径