My server with the HD where Proxmox was installed and I had to migrate the other HDs to another server. Is there any way to access HD files with .QCOW2 images?
root@pve:~# fdisk -l /dev/sdc
Disk /dev/sdc: 1.82 TiB, 2000398934016 bytes, 3907029168 sectors
Disk model: ST2000DM006-2DM1
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 81D3D521-DA47-4040-8968-5938560B9400
Device Start End Sectors Size Type
/dev/sdc1 2048 3907029134 3907027087 1.8T Linux filesystem
mkdir /mnt/<name>
mount /dev/sdc1 /mnt/<name>
pvesm add dir <name> --content rootdir,backup,iso,snippets,images,vztmpl
lsblk -o +FSTYPE,UUID /dev/sdc*
root@pve:~# lsblk -o +FSTYPE,UUID /dev/sdc*
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT FSTYPE UUID
sdc 8:32 0 1.8T 0 disk
`-sdc1 8:33 0 1.8T 0 part /mnt/seagate2TB xfs a3868ffd-3d07-4afb-a9c8-fba45680cdaf
sdc1 8:33 0 1.8T 0 part /mnt/seagate2TB xfs a3868ffd-3d07-4afb-a9c8-fba45680cdaf