We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26c8b0b commit 3a80cc5Copy full SHA for 3a80cc5
src/Partitioning.cpp
@@ -162,7 +162,7 @@ std::vector<Partition> Partitioning::readPartitions(BlockDeviceType * blockDevic
162
*/
163
partition.size = (entry.lbaSize * 4096) >> 10;
164
165
- if (entry.type == emptyPartitionType) {
+ if (entry.type == emptyPartitionType && partition.size != 0) {
166
// Skip empty partitions
167
continue;
168
}
0 commit comments