
Ubuntu日本語フォーラム

ログインしていません。
エラーメッセージは
Error mounting /dev/sdd1 at /media/murai/Iodata-HDD: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sdd1" "/media/murai/Iodata-HDD"' exited with non-zero exit status 13: $MFTMirr does not match $MFT (record 0).
Failed to mount '/dev/sdd1': Input/output error
NTFS is either inconsistent, or there is a hardware fault, or it's a
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
then reboot into Windows twice. The usage of the /f parameter is very
important! If the device is a SoftRAID/FakeRAID then first activate
it and mount a different device under the /dev/mapper/ directory, (e.g.
/dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
for more details.
となっております解決策はあるのでしょうか?
事態が飲み込めず焦っております。。。
ポータブルHDDからのブートでウィンドウズが入っているPCのC,Dドライブからデータを移している時に上のようなメッセージが出てきました
何を書けばもいいのかわからず、どなたか助けてください。。。
オフライン
こちらのページのコマンドを実行してみました
https://forums.ubuntulinux.jp/viewtopic.php?pid=65323
sudo mount -t ntfs-3g /dev/sdd1 /mnt -o ro,force
です
結果は
murai@ubuntu:~$ sudo mount -t ntfs-3g /dev/sdd1 /mnt -o rw,force
$MFTMirr does not match $MFT (record 0).
Failed to mount '/dev/sdd1': 入力/出力エラーです
NTFS is either inconsistent, or there is a hardware fault, or it's a
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
then reboot into Windows twice. The usage of the /f parameter is very
important! If the device is a SoftRAID/FakeRAID then first activate
it and mount a different device under the /dev/mapper/ directory, (e.g.
/dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
for more details.
となり、これはウィンドウズから見てくれってことなのでしょうか?
オフライン
「「ファイルシステムに不整合」ないしは「ハードウェアに故障」があるから、Windowsで 'chkdsk /f' を実行して、2回再起動しろ」と書いてありますね。
オフライン
御返事有り難うございます
今ウィンドウズで管理者として実行したところ
「ボリュームが別のプロセスで使用されているためCHKDISKを実行できません
次回のシステム再起動時にこのボリュームのチェックをスケジュールしますか (Y/N)?」
と出ましたが、これはイエスとして再起動すればいいということでしょうか?
度々すみません
オフライン
記入漏れです
管理者として実行したのは『コマンドプロンプト』です
オフライン
無事に解決しました。
別のウィンドウズPCで
1.管理者としてコマンドプロンプトを起動
2.「chkdsk/f」と入力
3.その後の質問に「y」と返答
4.PCを再起動
5.以上を2,3度やりました
そしてubuntuのPCに接続したらちゃんと認識してくれました。
気持ちがすごく焦っていました。
とても助かりました。
ありがとうございました。
今後もお世話になります。
オフライン