windows 공유 폴더를 linux에서 mount하는 경우,
host is down 발생
이 경우 version 문제라서 vers=1.0을 써보라고 했지만
dmesg "vers=1.0 (cifs) mount not permitted when legacy dialects disabled" 만 뜨면서 안되었다.
이 경우
windows에서 samba v2,v3가 enable 되었는지 확인하고 enable되지 않았다면 enable 시키고 해보자
windows에서 관리자 권한의 power shell 실행
enable 여부 확인
Get-SmbServerConfiguration | Select EnableSMB2Protocol
결과가 false면
아래 명령어로 true로 변경
Set-SmbServerConfiguration -EnableSMB2Protocol $true