Windows 2012 서버에 SMB 공유를 마운트하려고 할 때 이것이 나를 미치게 만들었습니다. 공유가 있지만 설치하려고 할 때마다 다음 오류가 발생합니다.
james-virtual-machine james # mount -t cifs //DOLA0056-WS/wssmbshare /samba/wssmbshare -o username=James
Password for James@//**DOLA0056-WS**/wssmbshare:
**mount error(112): Host is down
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)**
james-virtual-machine james # mount -t cifs //172.16.90.79/wssmbshare /samba/wssmbshare -o username=James
Password for James@//**172.16.90.79**/wssmbshare:
**mount error(112): Host is down
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)**
공유 링크는\DOLA0056-WS\wssmbshare입니다.
도메인 이름은 nssDOLA0056.cst8242.com입니다.
사용자 James가 모든 권한을 얻었습니다.
다음은 /etc/samba/smb.conf 파일의 내용입니다.
[global]
client man protocol = SMB2
#client ntlmv2 auth = yes
#client use spnego principal = no
#send spnego pricipal = no
workgroup = nssdola0056.cst8242.com
security = domain
netbios name = DOLA0056-LC
#server = access
#server string =
name resolve order = bcast host lmhosts wins
preferred master = no
log file = /var/log/samba/log.%m
this is the contents of the resolv.conf file
nameserver 172.16.90.79
search nssDOLA0056.cst8242.com
DNS appears to be working,
james-virtual-machine james # nslookup 172.16.90.79
Server: 172.16.90.79
Address: 172.16.90.79#53
79.90.16.172.in-addr.arpa name = ns.nssdola0056.cst8242.com.
79.90.16.172.in-addr.arpa name = dola0056-ws.nssdola0056.cst8242.com.
어떤 도움이라도 대단히 감사하겠습니다. 저는 페퍼민트 계피를 사용했어요.