can't mount LVM volume

Sep 28, 2011
34
1
28
Hi,

I've am proxmox 2.1 server with an LVM-Storage and i want to migrate am VM (vBox) to proxmox.
To do this, I've convertet the .vdi image into an .raw image. Now, I want to upload this .raw image into the LVM storage to use it with the new VM in proxmox.

I've created a VM and a virtual disk and lvdisplay get me the following information:

root@prohw160:/# lvdisplay
--- Logical volume ---
LV Path /dev/image-storage/vm-100-disk-1
LV Name vm-100-disk-1
VG Name image-storage
LV UUID FLN9e5-2eWn-c7mc-0HIS-xX5f-WSX8-bFrBLb
LV Write Access read/write
LV Creation host, time prohw160, 2012-07-05 11:59:54 +0200
LV Status available
# open 0
LV Size 32,00 GiB
Current LE 8192
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:3


I want to mount this lv, but I can't mount it:

root@prohw160:/# mount /dev/image-storage/vm-100-disk-1 /mnt/temp/
mount: you must specify the filesystem type



How can i mount this lv to migrate the vm-disk to mylvm-storage on proxmox?

kind regards
sebastian