質問 :CIFS 共有のマウント中に、ユーザー名/パスワードを直接提供する代わりに FILE を使用する方法。
以下を仮定しましょう、
<オール>以下は、ファイル内のエントリです:
username=geek password=xxyyzz
次に、以下のように Linux ボックスで「mount」コマンドを実行します。
# mount -t cifs //10.176.x.x/data /mnt -o credentials=/root/cifs_creds
質問 :CIFS 共有のマウント中に、ユーザー名/パスワードを直接提供する代わりに FILE を使用する方法。
以下を仮定しましょう、
<オール>以下は、ファイル内のエントリです:
username=geek password=xxyyzz
次に、以下のように Linux ボックスで「mount」コマンドを実行します。
# mount -t cifs //10.176.x.x/data /mnt -o credentials=/root/cifs_creds