linux 如何访问windows 共享

2025-03-25 05:28:44
推荐回答(1个)
回答(1):

mount -t cifs //192.168.0.254/work /data/tmp -o username=test,password=test

//192.168.0.254/work win共享目录
/data/tmp 挂载点
username=test test为访问的用户
password=test test为访问的密码