Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Inspect the partition layout using e.g. parted (ignore errors about the partitions ending beyond the block device). Use the "unit s" command to display the positions as sectors (512 byte blocks):

Code Block
> unit s
> p
Model: Loopback device (loopback)
Disk /dev/loop0: 32768s
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:

Number  Start    End         Size        Type     File system  Flags
 1      2048s    718847s     716800s     primary               boot
 2      718848s  188741631s  188022784s  primary

...