在linux执行命令:
mount -t cifs -o username=Everyone,password=* //192.169.65.89/test ./myMount
其中:
username=Everyone,password=*为windows共享目录的用户名和密码
//192.169.65.89/test为windows的ip和共享目录
./myMount为linux上的挂载目录
本文介绍如何在Linux系统中使用mount命令挂载Windows的共享目录,包括指定用户名、密码及共享目录的具体路径。
在linux执行命令:
mount -t cifs -o username=Everyone,password=* //192.169.65.89/test ./myMount
其中:
username=Everyone,password=*为windows共享目录的用户名和密码
//192.169.65.89/test为windows的ip和共享目录
./myMount为linux上的挂载目录

被折叠的 条评论
为什么被折叠?