ubuntu 访问window共享
Posted 刘顺利
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu 访问window共享相关的知识,希望对你有一定的参考价值。
sudo apt install cifs-utils
sudo mkdir /mnt/windowshare
sudo mount.cifs //192.168.199.234/111 /mnt/windowshare -o username=share, passwd=share
参考地址:
https://blog.csdn.net/gjianw217/article/details/81942620
https://blog.csdn.net/stlinax/article/details/85308063
以上是关于ubuntu 访问window共享的主要内容,如果未能解决你的问题,请参考以下文章