Marcel Moolenaar 89eaefd6eb Fix two bugs in the calculation of the last LBA of the GPT covered
part of the disk. The first appears to be a typo and instead of
dividing the media size with the sector size, we multiplied. The
second is an off-by-1 error that's the result of mixing up count
and index. The code in question is only applicable for virgin disks
and is used to create the "whole" chunk, which covers only the GPT
usable portion of the disk.
2003-11-03 06:24:48 +00:00
..
2002-10-31 07:56:40 +00:00
2002-11-15 13:24:29 +00:00
2003-03-24 16:01:01 +00:00
2003-04-22 05:34:35 +00:00