https://superuser.com/questions/850301/mount-error5input-output-error-on-mount

 

 

When setting up a share on a Windows 2012 server, I had to use:

sudo mount.cifs //server/folder /path/to/folder/ -o user=username,password=pass,vers=3.0

Note the vers=3.0.

Based on the suggestions below, you may need to try vers=2.0. The vers parameter is the key.

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-04-09
  • 2021-06-22
  • 2021-11-16
  • 2022-12-23
  • 2021-05-28
  • 2021-04-14
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-14
  • 2021-08-18
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案