I have a 7TB system it has three 2TB hard drives and one 1TB drive. I am having a hard time having ProxMox show the drives there and I would like to be able to install VMs on them and store ISOs. Right now I am in the middle up upgrading ProxMox.
You'll need to mount the storage or create an LVM group on the storage.
If you've mounted the storage, click the datacenter folder and select the storage tab, then click the add drop-down and select directory. You can select what you want to store in the drive (content). If you have multiple servers you'll want to select what server the storage is mounted on and make sure that Shared isn't selected.
If you've made some LVM groups from the same add drop-down select LVM group and choose your LVM group name from the Volume Group down-down. Same as above if you have multiple servers. You can only store VM images on LVM though, so if you want general storage choose the directory option.
--
If you're new to linux, or have never had to setup a server and need help mounting the drives, open a shell on the system install lshw:
apt-get install lshw
Then run the following command and report back with the output:
lshw -class disk
The output of the command will look similar to this:
I have a 7TB system it has three 2TB hard drives and one 1TB drive. I am having a hard time having ProxMox show the drives there and I would like to be able to install VMs on them and store ISOs. Right now I am in the middle up upgrading ProxMox.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.