这篇文章上次修改于 387 天前,可能其部分内容已经发生变化,如有疑问可询问作者。 1.安装cifs-utils ```bash su root apt update apt install cifs-utils ``` 2. 创建文件夹并挂载,注意替换为你的密码 ``` bash mkdir -p /www/wwwroot/win mount -t cifs -o user=shenfeng,pass=,dir_mode=0777,file_mode=0777 //DESKTOP-FFPK9P7/all /www/wwwroot/win ```
没有评论