teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

コマンド修正

2018/07/04 04:56

投稿

hiroisiy
hiroisiy

スコア18

title CHANGED
File without changes
body CHANGED
@@ -22,7 +22,7 @@
22
22
  ```
23
23
  $ sudo apt-get install cifs-utils
24
24
  $ sudo mkdir /mount/hoge
25
- $ sudo mount -t cifs //<WindowsのIP>/hoge /mount/hoge -o iocharset=utf8,username=<ユーザ名>,password=<パスワード>,dir_mode=0755,sec=ntlm
25
+ $ sudo mount -t cifs //<WindowsのIP>/hoge /mount/hoge -o iocharset=utf8,username=<ドメイン>/<ユーザ名>,password=<パスワード>,dir_mode=0755,sec=ntlm
26
26
  ```
27
27
 
28
28
  ### 発生しているエラーメッセージ