Android: mksdcardコマンドのabortingの解決法 – could not create file ‘…’, aborting…

Sponsored Link

このエントリーをはてなブックマークに追加
はてなブックマーク - Android: mksdcardコマンドのabortingの解決法 – could not create file ‘…’, aborting…
Bookmark this on Delicious
Share on LinkedIn
Bookmark this on Livedoor Clip
Bookmark this on Yahoo Bookmark

下記のコマンドを入力したら、abortされてしまった。

C:\>mksdcard 256M C:\work\sdcard\sdcard.img
could not create file 'C:\work\sdcard\sdcard.img', aborting...

原因はフォルダsdcardを作成してなかった為。SDカードイメージの作成先のフォルダは予め作っておく必要がある。
フォルダ作成後改めてコマンドを入力すると上手くいった。

C:\>mksdcard 256M C:\work\sdcard\sdcard.img

C:\>

関連すると思われる記事:

Sponsored Link

This entry was posted in Android and tagged . Bookmark the permalink.

Facebook comments:

2 Responses to Android: mksdcardコマンドのabortingの解決法 – could not create file ‘…’, aborting…

  1. Pingback: さかしん

  2. Pingback: sakalib13

コメントを残す

メールアドレスが公開されることはありません。

次のHTML タグと属性が使えます: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>