LoginSignup
0

More than 5 years have passed since last update.

lvcreate での not found: device not cleared 対処

Last updated at Posted at 2016-02-28

ほとんどの人が必要としない情報だろうけど・・・
MondoRescue でサーバ移行してたら、 lvm 作成時にはまったのでメモ

lvcreate したら not found: device not cleared

# lvcreate -L 1G -n testLogVol testvg
  /dev/testvg/testLogVol: not found: device not cleared
  Aborting. Failed to wipe start of new LV.

--noudevsync オプションをつけれたら通った。

# lvcreate -L 1G -n testLogVol testvg --noudevsync
  Logical volume "testLogVol" created

何が問題かとか全然わかんなかったのでとりあえずメモ。
めでたしめでたし。

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
0