centos7挂载windows磁盘

Posted yang-xiansen

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos7挂载windows磁盘相关的知识,希望对你有一定的参考价值。

1. 设置windows共享磁盘或者文件夹

2.使用命令 mount -t cifs -o username=yxs,password=123456 //192.168.1.105/d /home/code 进行挂载

可能会出现 mount: \192.168.1.105d 写保护,将以只读方式挂载 mount: 无法以只读方式挂载 \192.168.1.105d

解决办法:检查windows账户密码是否正确 或者 在windows新添加个账户

3.在使用命令 mount -t cifs -o username=ad,password=123456 //192.168.1.105/d /home/yxs/code 

完美解决

以上是关于centos7挂载windows磁盘的主要内容,如果未能解决你的问题,请参考以下文章

Windows解除网络磁盘挂载命令?

linux设置开机自动挂载硬盘

CentOS安装NTFS-3G读写Windows 10的移动NTFS磁盘

Windows电脑挂载阿里云盘为本地磁盘(网络磁盘)

centos7挂载Windows共享文件夹

如何使用挂载磁盘和windows服务器进行文件传输?