Hello
I've been using Hyper-V for years, but since Microsoft no longer offers free Hyper-V since Windows Server 2022 and I couldn't figure out how to configure VLANs on the single active host NIC, AND Windows Server 2019 didn't have drivers for the second NIC, I finally decided to migrate to Proxmox.
I managed to install it, configure the host NIC to be in the correct VLAN, but now I don't seem to understand how can I get my converted Hyper-V images to the large LVM disk I have where I want to restore the VMs.
I've watched several videos in YouTube, they all had just the default large local storage, which doesn't help me.
I know the setup is not exactly excellent right now, but this is my home setup and it has worked well for years on Hyper-V. Until I got myself a fancy switch and decided to start playing with network segmentation
.
I currently have a 120GB drive (/dev/sdc) for Proxmox OS
A 256GB drive for OS images and stuff (/dev/sda, Directory), named Images
And a 1TB drive for VMs (/dev/sdb, LVM, tried thin LVM too), named VMs
And under disks, sdb shows that it isn't mounted, which is why I can't access it? I understand that I'm not supposed to, since the disk format for the test VM was raw?
Following is the content of the VMs, except that it isn't. The Taurus.qcow2 is what I scp'd here remotely and which maxed out the free space and the scp transfer ended with an error due to lack of free space.
I see that there's some sort of linking going on with the test VM to /dev. For a first time setup, this seems like a lot. And looks like it's easy to mess it all up.
I have basic Linux usage knowledge, but when it comes to filesystems, I know practically nothing.
I've been using Hyper-V for years, but since Microsoft no longer offers free Hyper-V since Windows Server 2022 and I couldn't figure out how to configure VLANs on the single active host NIC, AND Windows Server 2019 didn't have drivers for the second NIC, I finally decided to migrate to Proxmox.
I managed to install it, configure the host NIC to be in the correct VLAN, but now I don't seem to understand how can I get my converted Hyper-V images to the large LVM disk I have where I want to restore the VMs.
I've watched several videos in YouTube, they all had just the default large local storage, which doesn't help me.
I know the setup is not exactly excellent right now, but this is my home setup and it has worked well for years on Hyper-V. Until I got myself a fancy switch and decided to start playing with network segmentation
I currently have a 120GB drive (/dev/sdc) for Proxmox OS
A 256GB drive for OS images and stuff (/dev/sda, Directory), named Images
And a 1TB drive for VMs (/dev/sdb, LVM, tried thin LVM too), named VMs
And under disks, sdb shows that it isn't mounted, which is why I can't access it? I understand that I'm not supposed to, since the disk format for the test VM was raw?
Following is the content of the VMs, except that it isn't. The Taurus.qcow2 is what I scp'd here remotely and which maxed out the free space and the scp transfer ended with an error due to lack of free space.
I see that there's some sort of linking going on with the test VM to /dev. For a first time setup, this seems like a lot. And looks like it's easy to mess it all up.
Bash:
root@citadel:/dev/VMs# ls -l
total 16359384
-rw-r--r-- 1 root root 16754114560 May 21 00:38 Taurus.qcow2
lrwxrwxrwx 1 root root 7 May 20 21:17 vm-100-disk-0 -> ../dm-9
lrwxrwxrwx 1 root root 8 May 21 00:03 vm-100-disk-1 -> ../dm-12
I have basic Linux usage knowledge, but when it comes to filesystems, I know practically nothing.