You don't format hard drive space for virtual machines in proxmox by default generally. Proxmox will create a block level device when you create the virtual machine and you do not need to do any formatting. You do have to setup a pool, but you let Proxmox deal with the individual "raw" files from there. You can of course be more complex and use all sorts of different stuff instead, but if you're starting out, "raw drives" will give you the best performance and are the default way of things.
Is the issue that you don't see this disk inside the proxmox gui?
For that you have to format it and then select it for vm storage in the gui.
Not sure I understand the question. If this is the datastore disk and not the disk where Proxmox actually lives, erase all existing partitions and format with whatever filesystem you want?
Id just make one large partition on the drive. Then Id personally put zfs on it, and add the zfs to proxmox, then you can make a virtual drive for your vm.
You don't format a physical disk for the intended guest operating system's File system in a hypervisor. you simply add it to a datastore and spin up the VM inside it.
Aside from all the helpful info here, you would be much better served by running any VMs from SSDs then mechanical drives, especially a single drive. I would add VMs to your Proxmox install drive if you don't have others to use.
You can do it in a lot of different ways: https://pve.proxmox.com/wiki/Storage
You don't format hard drive space for virtual machines in proxmox by default generally. Proxmox will create a block level device when you create the virtual machine and you do not need to do any formatting. You do have to setup a pool, but you let Proxmox deal with the individual "raw" files from there. You can of course be more complex and use all sorts of different stuff instead, but if you're starting out, "raw drives" will give you the best performance and are the default way of things.
Is the issue that you don't see this disk inside the proxmox gui?
For that you have to format it and then select it for vm storage in the gui.
Not sure I understand the question. If this is the datastore disk and not the disk where Proxmox actually lives, erase all existing partitions and format with whatever filesystem you want?
Id just make one large partition on the drive. Then Id personally put zfs on it, and add the zfs to proxmox, then you can make a virtual drive for your vm.
You don't format a physical disk for the intended guest operating system's File system in a hypervisor. you simply add it to a datastore and spin up the VM inside it.
Aside from all the helpful info here, you would be much better served by running any VMs from SSDs then mechanical drives, especially a single drive. I would add VMs to your Proxmox install drive if you don't have others to use.
More replies