[SOLVED] ZFS: Partition X does not start on physical sector boundary

May 18, 2019
231
15
38
Varies
fdisk -l

oTmEV0G.png


How do I identify which guest is using /dev/zd32 (I already have a suspect) ? And should I readjust the start sector? If yes, how?

TIA
 
there are symlinks in '/dev/<poolname>/vm-<vmid>-disk-<diskid>-partX' in your /dev - just try for each pool:
Code:
ls -la /dev/<poolname> | grep zd32

That should give you the link-name and from that you have the VMID

I hope this helps!
 
This depends on the installer of the OS you installed inside the VM- the partitioning does not happen by proxmox