Ubuntu 12.04をインストールした後、常に機能するスクリプトコマンドを使用して、LinuxでWindowsからsamba共有をマウントしようとしていますが、サーバーは変更されていません。
エラーは次のとおりです。
$ mount -t cifs //<host>/<share> /media/<share> -o username=<user>,password=<pass>
mount: block device //<host>/<share> is write-protected, mounting read-only
mount: cannot mount block device //<host>/<share> read-only
$
許可に関する多くの議論を読みましたが、残念なことに、それは問題ではありませんでした。参考のために以下に自分の回答を提出します。これが他の人の助けになることを願っています。
sec=ntlmssp OR sec=ntlm OR sec=ntlmv2