解决mount 命令挂载CIFS时出现 “Operation now in progress” 的问题
在Linux系统使用 mount 命令挂载Windows CIFS 磁盘时报错 “Operation now in progress”,本文记录问题解决方法方法。问题复现在Linux挂载Windows CIFS共享磁盘时报错 :mount: mount ... failed: Operation now in progress问题分析由于Windows 防火墙没有关闭解决方案关闭Windows防火墙:问题解决,可以正常mount windows 磁盘...