質問編集履歴
2
typo
title
CHANGED
File without changes
|
body
CHANGED
@@ -40,7 +40,7 @@
|
|
40
40
|
と追加してオートマウントしようとしたのですが
|
41
41
|
|
42
42
|
```
|
43
|
-
|
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
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
|
### 質問
|