LoginSignup
1
1

More than 5 years have passed since last update.

fio-format で "EB map missing" が表示され失敗したとき

Posted at

ioDrive Duo に fio-format コマンドでフォーマットをかけようとしたところ、 Format failed: EB map missing.と表示され失敗しました。

$ sudo fio-format /dev/fct1
Creating a standard block device of size 320.00GBytes (298.02GiBytes).
  Using block (sector) size of 512 bytes.

WARNING: Formatting will destroy any existing data on the device!
Do you wish to continue [y/n]? y
Formatting: [====================] (100%) /
Format failed: EB map missing.

fio-sure-erase を実行してみる

fio-sure-erase コマンドで完全消去を試してみます。

$ sudo fio-sure-erase /dev/fct1
WARNING: erasing will destroy any existing data on the device!
Do you wish to continue [y/n]? y
Erasing blocks: [====================] (100%) /
Formatting drive: [====================] (100%) \
Erase successful.

その後サーバを reboot し、再度 fio-format を実行したところフォーマットすることができました。

$ sudo fio-format /dev/fct1
Creating a standard block device of size 320.00GBytes (298.02GiBytes).
  Using block (sector) size of 512 bytes.

WARNING: Formatting will destroy any existing data on the device!
Do you wish to continue [y/n]? y
Formatting: [====================] (100%) \
Format successful.
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1