一、背景

在挂载大硬盘(Ubuntu12下挂载硬盘(9TB))的过程出现了错误导致下图的错误:Ubuntu下使用pvdisplay命令发现有未知驱动器的信息:Couldn’t find device with uuid ‘xxxxxxxxxxxxx’,如下图所示:

(图1:unknown device)

如果出现上面的错误,是没有办法按照Ubuntu12下挂载硬盘(9TB)的步骤进行挂载的,如果想要挂载成功,首先要解决这个问题,把不认识的驱动盘remove掉。

二、解决过程

使用命令:vgreduce --removemissing barfoo18,执行的结果如下图所示:

Ubuntu12下未知驱动器处理

(图2:remove)

三、参考文献

Couldn’t find device with uuid ‘xxxxxxxxxxxxx

相关文章:

  • 2022-02-20
  • 2021-04-05
  • 2022-02-25
  • 2021-11-23
  • 2021-11-24
  • 2021-10-22
  • 2021-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-13
  • 2021-09-23
  • 2021-07-11
  • 2021-08-03
  • 2022-01-14
  • 2021-12-16
相关资源
相似解决方案