# Also from inside the VM
lsblk -o+FSTYPE,PTTYPE
cat /etc/pve/storage.cfg
qm config VMIDHERE --current
I am currently working on a project where I need to change the storage from the existing 5 TiB to an SSD. However, I am facing some issues with the transition, particularly because I only have 1 TiB available, and i want transferring data from my 5 TiB HDD. The total amount of data that needs to be transferred is approximately 200 GiB.Please share this so we have an overview of your storage setup
Why do you want to do this? Storage is usually thin-allocated so if properly set up there's few disadvantages of having a oversized disk.Bash:# Also from inside the VM lsblk -o+FSTYPE,PTTYPE cat /etc/pve/storage.cfg qm config VMIDHERE --current
To avoid data loss you should create a backup and perhaps a snapshot first. Shrinking file systems or virtual disks is risky. I usually recommend booting the gparted iso to shrink the file system as you often have to move space around. How to shrink the virtual disk afterwards depends on the storage.

also from inside the VM.We use essential cookies to make this site work, and optional cookies to enhance your experience.