On 5/26/23 01:08, Michael wrote:
On Tuesday, 23 May 2023 23:59:41 CEST, David Christensen wrote:On 5/23/23 03:33, mick.crane wrote: [...]root@pumpkin:~# fdisk -l /dev/sda Disk /dev/sda: 223.57 GiB, 240057409536 bytes, 468862128 sectors Disk model: KINGSTON SA400S3 Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0x7899140aas i interpret this, the disk in questions has a dos partition table...
Agreed.
Your disk has 468862128 sectors. A GPT secondary partition table should start 33 sectors before the end of the disk:on a disk with a gpt partition table, yes.
Agreed.
maybe i am missing something. if so, please enlighten me! greetings...
The OP reported error messages regarding a corrupt secondary GPT table. So, we went looking for a secondary GPT table. What we found appears to be leftovers from some previous layout.
Zeroing disks before setting them up prevents this kind of confusion (and reduces the size of compressed images).
David