LoginSignup
10
7

More than 5 years have passed since last update.

Linux上でWindows共有フォルダをマウントする時に"mount error(112): Host is down"エラーが発生

Posted at

結論

mount.cifs で Windows(10以降?)の共有フォルダをマウントするときは、
"vers=2.0" のオプション(もしくは"vers=3.0")をつけること

mount.cifs //192.168.1.1/share /mnt/share -o vers=2.0,username=user

参考

10
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
7