Files
Valentin David 3ae8fb043b osutil/disks: handle GPT for 4k disk and too small tables
On 4k disks GPT uses 4k LBA.

Also the table should be at least 16k. If it is not we expect it will
be resized. So we need to calculate the last LBA with this
expectation.
2022-07-28 10:52:35 +02:00
..