装载LVM卷

时间:2016-11-03 09:16:39

标签: lvm openstack-cinder

我已经安装了openstack cinder模块。一切都很好。 但我想装载一个卷以查看其内容。

我在cinder存储计算机上输入了lvscan命令。我可以看到我的卷列表。

  ACTIVE            '/dev/cinder-volumes/volume-XXXXX-XXXX-XXXX-XXX-XXXX' [1.00 GiB] inherit

但是当我输入

mount /dev/cinder-volumes/volume-XXXXX-XXXX-XXXX-XXX-XXXX /mnt

我收到此错误消息

   mount: wrong fs type, bad option, bad superblock on /dev/mapper/cinder--volumes-volume--XXXXXXXXXXXXXXXX,
   missing codepage or helper program, or other error

   In some cases useful info is found in syslog - try
   dmesg | tail or so.

是不是因为openstack实例已经安装了卷? 如何在本卷中安装或读取/写入数据?

由于

0 个答案:

没有答案