咨询热线:4006-75-4006
售前:9:00-23:30 备案:9:00-18:00 技术:7*24h
Linux 通过网络挂载 windows 下 NTFS 文件格式
首先需要核实是否有安装 cifs 组件。如果没有安装,则执行 yum install cifs-utils -y 进行安装
然后在windows上配置好共享
Linux 系统通过内网 IP 挂载 Windows 系统共享目录命令是:
mount -t cifs -o username="Administrator",passwd="xxxxx" //10.x.x.x/test /mnt