
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.
どんな助けでも大変感謝します。私はペパーミントシナモンを使用しました。