windows samba 挂载映射(用户登录方式)方法(本地或AD域登录 以及IPv6登录)
·
本地登录和挂接方法
net use G: \\10.2.42.133\smb 111111 /user:autouser1
net use G: \\192.168.160.128\root 123 /user:root
AD域和挂接登录
adtest.com 为
# ad域名
adtest.com
# 挂载
net use G: \\10.2.42.133\smb 111111 /user:adtest.com\autouser1
IPV6登录
# ipv6地址为
fe80::20c:29ff:febd:1372
# samba映射
net use G: \\fe80--20c-29ff-febd-1372.ipv6-literal.net\smb 111111 /user:autouser1
更多推荐

所有评论(0)