Windows 10에서 Linux서버의 samba 폴더 탐지 불가. (경로를 찾지 못하는 현상)
samba 버젼은 4.x인 경우 Windows 10 에서 미지원하기 때문
- Windows Powershell(관리자) 실행
방법: Windows + x > a - 아래 명령어 수행
powershell.exe -Executionpolicy Bypass -command "Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" SMB2 -Type DWORD -Value 0 -Force"
powershell.exe -Executionpolicy Bypass -command "sc.exe config lanmanworkstation depend= bowser/mrxsmb10/nsi"
powershell.exe -Executionpolicy Bypass -command "sc.exe config mrxsmb20 start= disabled" - PC 재부팅
참고사이트
- https://support.microsoft.com/en-us/help/2696547/how-to-detect-enable-and-disable-smbv1-smbv2-and-smbv3-in-windows-and
- https://serverfault.com/questions/720332/cannot-connect-to-linux-samba-share-from-windows-10
'개발자료 > 개발 환경 설정' 카테고리의 다른 글
Windows Subsystem for Linux Documentation (0) | 2017.11.06 |
---|---|
ubuntu configure 시 dependency 자동설치 (0) | 2016.12.05 |
Ubuntu 한글입력 (0) | 2016.01.17 |
VMware Ubuntu 설정 (4) - Page Up / Down 을 이용한 명령어 History 검색 (0) | 2013.04.28 |
VMware Ubuntu 설정 (3) - 컴퓨터 이름바꾸기 (0) | 2013.04.28 |