最近、ファイルサーバー(samba 4.3.9)でSMB1を無効にしました(smb.confにmin protocol = SMB2
を追加)。理由があります。
Windowsクライアントは引き続きファイル共有にアクセスできますが、ubuntuクライアントにいくつかのマウントされたネットワークフォルダーがあり、現在それらは失敗します。クライアントは現在、cifsを使用してfstabのフォルダーに共有をマウントしています。
これを修正するにはどうすればよいですか? Ubuntu Server 16.04.1にネットワーク共有を永続的にマウントするためのベストプラクティスは何ですか?
Win 2008 R2サーバーでSMB1を非アクティブ化したときにこのリンクを発見しましたが、UbuntuサーバーでCIFSとの接続に問題が発生しました。
vers = SMBプロトコルバージョン。許可される値は次のとおりです。
· 1.0 - The classic CIFS/SMBv1 protocol. This is the default. · 2.0 - The SMBv2.002 protocol. This was initially introduced in Windows Vista Service Pack 1, and Windows Server 2008. Note that the initial release version of Windows Vista spoke a slightly different dialect (2.000) that is not supported. · 2.1 - The SMBv2.1 protocol that was introduced in Microsoft Windows 7 and Windows Server 2008R2. · 3.0 - The SMBv3.0 protocol that was introduced in Microsoft Windows 8 and Windows Server 2012.
,vers=2.1
行にオプションとして/etc/fstab
を追加して、明らかにcifsのデフォルトがSMB1であるためそれを解決しました。