Hi, I've reinstalled Proxmox VE 8.3 on a new SSD (250GB).
Before this, I had Proxmox installed on a 1TB hard disk. This hard disk contained both the operating system and all the VM and container images. The previous installation was done via debian and the disk had an ext4 partition. Now I would like to be able to access the VMs that I had on the other disk. The idea is to mount the disk and access the VM disks. I followed a guide found here on the forum: I tried to mount the disk with fstab and then add it as storage from the WebUI and finally run
Can anyone help me? I would like to use the VMs of the old disk without having to migrate or backup, is it possible?
Thanks
Before this, I had Proxmox installed on a 1TB hard disk. This hard disk contained both the operating system and all the VM and container images. The previous installation was done via debian and the disk had an ext4 partition. Now I would like to be able to access the VMs that I had on the other disk. The idea is to mount the disk and access the VM disks. I followed a guide found here on the forum: I tried to mount the disk with fstab and then add it as storage from the WebUI and finally run
pvesm set YourStorageID --is_mountpoint yes
. Now in the WebUI I see the storage but I don't see any VM Disk.Can anyone help me? I would like to use the VMs of the old disk without having to migrate or backup, is it possible?
Thanks
Code:
lsblk: the old disk is sdb2
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 223.6G 0 disk
├─sda1 8:1 0 1007K 0 part
├─sda2 8:2 0 1G 0 part
└─sda3 8:3 0 222.6G 0 part
├─pve-swap 252:0 0 8G 0 lvm [SWAP]
├─pve-root 252:1 0 65.6G 0 lvm /
├─pve-data_tmeta 252:2 0 1.3G 0 lvm
│ └─pve-data-tpool 252:4 0 130.3G 0 lvm
│ ├─pve-data 252:5 0 130.3G 1 lvm
│ ├─pve-vm--100--disk--0 252:6 0 1G 0 lvm
│ ├─pve-vm--101--disk--0 252:7 0 8G 0 lvm
│ ├─pve-vm--9000--disk--0 252:8 0 8G 0 lvm
│ ├─pve-vm--9000--cloudinit 252:9 0 4M 0 lvm
│ ├─pve-vm--1000--disk--0 252:10 0 8G 0 lvm
│ ├─pve-vm--1000--cloudinit 252:11 0 4M 0 lvm
│ ├─pve-vm--1001--disk--0 252:12 0 12G 0 lvm
│ ├─pve-vm--1001--cloudinit 252:13 0 4M 0 lvm
│ ├─pve-vm--102--disk--0 252:14 0 4G 0 lvm
│ └─pve-vm--103--disk--0 252:15 0 5G 0 lvm
└─pve-data_tdata 252:3 0 130.3G 0 lvm
└─pve-data-tpool 252:4 0 130.3G 0 lvm
├─pve-data 252:5 0 130.3G 1 lvm
├─pve-vm--100--disk--0 252:6 0 1G 0 lvm
├─pve-vm--101--disk--0 252:7 0 8G 0 lvm
├─pve-vm--9000--disk--0 252:8 0 8G 0 lvm
├─pve-vm--9000--cloudinit 252:9 0 4M 0 lvm
├─pve-vm--1000--disk--0 252:10 0 8G 0 lvm
├─pve-vm--1000--cloudinit 252:11 0 4M 0 lvm
├─pve-vm--1001--disk--0 252:12 0 12G 0 lvm
├─pve-vm--1001--cloudinit 252:13 0 4M 0 lvm
├─pve-vm--102--disk--0 252:14 0 4G 0 lvm
└─pve-vm--103--disk--0 252:15 0 5G 0 lvm
sdb 8:16 0 931.5G 0 disk
├─sdb1 8:17 0 512M 0 part
├─sdb2 8:18 0 930.1G 0 part /mnt/old-disk
└─sdb3 8:19 0 977M 0 part
storage.cfg on new installation
dir: local
path /var/lib/vz
content backup,vztmpl,iso
lvmthin: local-lvm
thinpool data
vgname pve
content rootdir,images
dir: old
path /mnt/old-disk
content images,rootdir
is_mountpoint yes
prune-backups keep-all=1
shared 0