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

質問編集履歴

2

typo

2021/03/05 06:47

投稿

Weapon
Weapon

スコア106

title CHANGED
File without changes
body CHANGED
@@ -40,7 +40,7 @@
40
40
  と追加してオートマウントしようとしたのですが
41
41
 
42
42
  ```
43
- sudo mount: /mnt: wrong fs type, bad option, bad superblock on /dev/sdb, missing codepage or helper program, or other error.
43
+ mount: /mnt: wrong fs type, bad option, bad superblock on /dev/sdb, missing codepage or helper program, or other error.
44
44
  ```
45
45
 
46
46
  と表示されました。

1

typo

2021/03/05 06:47

投稿

Weapon
Weapon

スコア106

title CHANGED
File without changes
body CHANGED
@@ -40,11 +40,11 @@
40
40
  と追加してオートマウントしようとしたのですが
41
41
 
42
42
  ```
43
- mount: /mnt: wrong fs type, bad option, bad superblock on /dev/sdb, missing codepage or helper program, or other error.
43
+ sudo mount: /mnt: wrong fs type, bad option, bad superblock on /dev/sdb, missing codepage or helper program, or other error.
44
44
  ```
45
45
 
46
46
  と表示されました。
47
- mountコマンドでのマウントは可能です。
47
+ 上記同様にmountコマンドでのマウントは可能です。
48
48
 
49
49
 
50
50
  ### 質問