본문 바로가기

Windows

windows11 wsl 관련

반응형

윈도우에서 wsl 폴더를 터미널에서 이동하려면 반듯이 powershell을 사용해야 합니다.

cd '\\wsl.localhost\Unbuntu'

로 이동하면 wsl 폴더들이 보여집니다.

 

또한 OpenSSH를 통해 windows11로 접근한 경우 wsl를 실행하면 다음과 같은 오류 메세지가 나오고 실행되지 않습니다.

The file cannot be accessed by the system.

 

https://learn.microsoft.com/ko-kr/windows/wsl/troubleshooting#fails-to-use-wsl-remotely-by-using-openssh-on-windows

 

Linux용 Windows 하위 시스템 문제 해결

Linux용 Windows 하위 시스템에서 Linux를 실행하는 동안 사용자에게 발생할 수 있는 일반적인 오류 및 문제에 대한 자세한 정보를 제공합니다.

learn.microsoft.com

(출처는 마이크로 소프트입니다.)

참고하시기 바랍니다.

 

2024-03-27 추가 수정

명령창에서 wsl --update --pre-release로 업데이트 하면 openssh 로 접근해도 사용할 수 있게 됩니다.

 

제가 사용하는 버전 정보입니다.

WSL 버전: 2.2.1.0
커널 버전: 5.15.150.1-2
WSLg 버전: 1.0.60
MSRDC 버전: 1.2.5105
Direct3D 버전: 1.611.1-81528511
DXCore 버전: 10.0.25131.1002-220531-1700.rs-onecore-base2-hyp
Windows 버전: 10.0.22631.3296

 

기본 설지되는 버전 정보입니다.

Default Distribution: Ubuntu-22.04
Default Version: 2

Windows Subsystem for Linux was last updated on 11/3/2023
The Windows Subsystem for Linux kernel can be manually updated with 'wsl --update', but automatic updates cannot occur due to your system settings.
To receive automatic kernel updates, please enable the Windows Update setting: 'Receive updates for other Microsoft products when you update Windows'.
For more information please visit https://aka.ms/wsl2kernel.

Kernel version: 5.10.16

 

wsl --update로 설치되는 버전 정보입니다.

WSL version: 2.1.5.0
Kernel version: 5.15.146.1-2
WSLg version: 1.0.60
MSRDC version: 1.2.5105
Direct3D version: 1.611.1-81528511
DXCore version: 10.0.25131.1002-220531-1700.rs-onecore-base2-hyp
Windows version: 10.0.22621.3296

 

반응형