首先需要核实是否有安装 cifs 组件。如果没有安装,则执行 yum install cifs-utils -y 进行安装
然后在windows上配置好共享
Linux 系统通过内网 IP 挂载 Windows 系统共享目录命令是:
mount -t cifs -o username="Administrator",passwd="xxxxx" //10.x.x.x/test
/mnt
首先需要核实是否有安装 cifs 组件。如果没有安装,则执行 yum install cifs-utils -y 进行安装
然后在windows上配置好共享
Linux 系统通过内网 IP 挂载 Windows 系统共享目录命令是:
mount -t cifs -o username="Administrator",passwd="xxxxx" //10.x.x.x/test
/mnt