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: