我在 Windows Server 2019 Standard VM 上映射了一个网络驱动器,我可以cd
在本地计算机上访问它cmd
。但是,如果我尝试ssh
进入同一个框并cd
访问网络驱动器,则会收到以下错误:
The system cannot find the drive specified.
当我net use
通过检查时ssh
,指定的驱动器没有错误:
$ net use Z:
Local name Z:
Remote name \\networkdrive\dir
Resource type Disk
The command completed successfully.
ssh
我通过cd
驱动器使用的命令是:
$ cd /d Z:
The system cannot find the drive specified.
本地运行net use
:
$ net use Z:
Local name Z:
Remote name \\networkdrive\dir
Resource type Disk
Status OK
# Opens 4
# Connections 1
The command completed successfully.
wmic logicaldisk get name
我注意到另一件非常奇怪的事情。在本地(在 RDP 中本地)运行与在以下位置运行时,驱动器不匹配ssh
:
当地的:
$ wmic logicaldisk get name
Name
C:
T:
Z:
SSH:
$ wmic logicaldisk get name
Name
C: