使用CIFS在Linux上挂载Windows共享
Posted 福州-司马懿
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用CIFS在Linux上挂载Windows共享相关的知识,希望对你有一定的参考价值。
在 ubuntu 上安装 CIFS sudo apt-get install cifs
创建挂载目录 mkdir winshare
在linux上挂载window共享 sudo mount -t cifs //<window IP>/<共享目录> winshare
以上是关于使用CIFS在Linux上挂载Windows共享的主要内容,如果未能解决你的问题,请参考以下文章