Hi ive looked through the forums and cant seem to find my problem that i am having (if there is a thread that is already out there please point me in that direction). 
First ill give the info on my hardware.
3Ware 9650SE (8x1TB = 3.46Tb Raid 10)
SuperMicro Server Board
8.00GB Ram
2x 3.00ghz Xeon QuadCore Processors
The Problem:
As you can see i have a 3.46TB Raid, And Proxmox can only be installed on less then 2TB.
that was my first Dilemma i figured that out by:
The above Code is not mine i mearly copied and pasted for the ease of it.
And that worked like a charm.
Until
I tried moving from my VMWare to Proxmox using these steps:
http://pve.proxmox.com/wiki/Migration_of_servers_to_Proxmox_VE#VMware_to_Proxmox_VE_.28KVM.29
I added these images so you could see the choices When creating a new VM:

This is with the drive i installed proxmox onto:

This is With the 3.46TB Raid as the save location (as you can see i can only create a Raw Image format) :

What i would like to do is have an 80GB drive as the system drive, and have the 3.46TB drive as the storing VM's, Iso images.
And be able migrate from VMWare over to the Raid.
Which i cant currently do (to my knowledge)
Please Feel free to ask me any questions i am hoping to get this resolved as soon as possible with your help and i will try and respond as soon as possible.

First ill give the info on my hardware.
3Ware 9650SE (8x1TB = 3.46Tb Raid 10)
SuperMicro Server Board
8.00GB Ram
2x 3.00ghz Xeon QuadCore Processors
The Problem:
As you can see i have a 3.46TB Raid, And Proxmox can only be installed on less then 2TB.
that was my first Dilemma i figured that out by:
Code:
pvcreate /dev/sdb
vgdisplay # look for Free PE
vgextend pve /dev/sdb
vgdisplay # look already for Free PE
# give /dev/pve/data 1200G more space - or more
lvextend -L +1200G /dev/pve/data # Attention, 1200G is an example, leave min. 6 GB free, or you get in trouble with your backup
lvdisplay and vgdisplay # to be sure
resize2fs /dev/mapper/pve-data
The above Code is not mine i mearly copied and pasted for the ease of it.
And that worked like a charm.
Until

I tried moving from my VMWare to Proxmox using these steps:
http://pve.proxmox.com/wiki/Migration_of_servers_to_Proxmox_VE#VMware_to_Proxmox_VE_.28KVM.29
I added these images so you could see the choices When creating a new VM:

This is with the drive i installed proxmox onto:

This is With the 3.46TB Raid as the save location (as you can see i can only create a Raw Image format) :

What i would like to do is have an 80GB drive as the system drive, and have the 3.46TB drive as the storing VM's, Iso images.
And be able migrate from VMWare over to the Raid.
Which i cant currently do (to my knowledge)
Please Feel free to ask me any questions i am hoping to get this resolved as soon as possible with your help and i will try and respond as soon as possible.
