I have seen the thread at:
http://forum.proxmox.com/threads/3589-Using-local-harddisk-with-existing-data-as-storage
but as this is old have started a new post.
I have a large (14TB) Raid 6 on Areca array, partitioned with cgdisk (but could have been parted) and set up as per general recommends for GPT disks with a dummy mbr and partition and spare space between each of 3 3.5 TiB partitions.
I want to mount each of these partitions as a physical data drive in each of three VMs (full not container, but in principle could be containers). This is because the machines will archive a lot of data and I am unhappy about 3 or 4 TB virtual filesystems for critical data I want to be able to easily move the physical data to another machine if necessary.
I can mount the GPT partitions without issue in the host, but when I try to do this in the guests I receive an error message as follows:
root@box1:~# mount -t ext4 /dev/sda3 /data
mount: special device /dev/sda3 does not exist
What am I doing wrong?
Thanks!
http://forum.proxmox.com/threads/3589-Using-local-harddisk-with-existing-data-as-storage
but as this is old have started a new post.
I have a large (14TB) Raid 6 on Areca array, partitioned with cgdisk (but could have been parted) and set up as per general recommends for GPT disks with a dummy mbr and partition and spare space between each of 3 3.5 TiB partitions.
I want to mount each of these partitions as a physical data drive in each of three VMs (full not container, but in principle could be containers). This is because the machines will archive a lot of data and I am unhappy about 3 or 4 TB virtual filesystems for critical data I want to be able to easily move the physical data to another machine if necessary.
I can mount the GPT partitions without issue in the host, but when I try to do this in the guests I receive an error message as follows:
root@box1:~# mount -t ext4 /dev/sda3 /data
mount: special device /dev/sda3 does not exist
What am I doing wrong?
Thanks!