Thanks for Proxmox.
Bit of a novice question here.
I recently installed PM on to a 120 GB SSD on a NUC7 and set up 3 containers.
Now I want to move that setup onto a 1.8 TB SSD and have tried to copy the partition structure in the new drive with a view to using dd to write a complete copy of the Proxmox instance onto the bigger drive.
Proxmox reports lsblk as follows:
```
```
but blkid reports /dev/sda3 as Type lvm2_member. Gparted only offers Type lvm2_pv.
I am not familiar with the intricacies of LVMs so would it be safe/workable to dd write /dev/sda3 to the new drive with format ext4 or lvm2_pv?
I have existing data on the 1.8 TB drive so did not want to just install a new Proxmox instance and risk losing the data.
TIA
Bit of a novice question here.
I recently installed PM on to a 120 GB SSD on a NUC7 and set up 3 containers.
Now I want to move that setup onto a 1.8 TB SSD and have tried to copy the partition structure in the new drive with a view to using dd to write a complete copy of the Proxmox instance onto the bigger drive.
Proxmox reports lsblk as follows:
```
Code:
lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 111.8G 0 disk
├─sda1 8:1 0 1007K 0 part
├─sda2 8:2 0 512M 0 part /boot/efi
└─sda3 8:3 0 111.3G 0 part
├─pve-swap 253:0 0 1G 0 lvm [SWAP]
├─pve-root 253:1 0 27.8G 0 lvm /
├─pve-data_tmeta 253:2 0 1G 0 lvm
│ └─pve-data-tpool 253:4 0 66.7G 0 lvm
│ ├─pve-data 253:5 0 66.7G 1 lvm
│ ├─pve-vm--100--disk--0 253:6 0 4M 0 lvm
│ ├─pve-vm--100--disk--1 253:7 0 32G 0 lvm
│ ├─pve-vm--101--disk--0 253:8 0 8G 0 lvm
│ └─pve-vm--103--disk--0 253:9 0 8G 0 lvm
└─pve-data_tdata 253:3 0 66.7G 0 lvm
└─pve-data-tpool 253:4 0 66.7G 0 lvm
├─pve-data 253:5 0 66.7G 1 lvm
├─pve-vm--100--disk--0 253:6 0 4M 0 lvm
├─pve-vm--100--disk--1 253:7 0 32G 0 lvm
├─pve-vm--101--disk--0 253:8 0 8G 0 lvm
└─pve-vm--103--disk--0 253:9 0 8G 0 lvm
but blkid reports /dev/sda3 as Type lvm2_member. Gparted only offers Type lvm2_pv.
I am not familiar with the intricacies of LVMs so would it be safe/workable to dd write /dev/sda3 to the new drive with format ext4 or lvm2_pv?
I have existing data on the 1.8 TB drive so did not want to just install a new Proxmox instance and risk losing the data.
TIA
Last edited: