From 0375f1415ebe3fc1fe1e53c74c48110455bcc4de Mon Sep 17 00:00:00 2001 From: jiangqianrong Date: Tue, 9 Dec 2025 16:25:29 +0800 Subject: [PATCH] Fix hybrid MBR recognition on ohos-dump Signed-off-by: jiangqianrong --- sgdisk.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sgdisk.cc b/sgdisk.cc index 9208852..75ecab2 100644 --- a/sgdisk.cc +++ b/sgdisk.cc @@ -46,9 +46,9 @@ static int ohos_dump(char* device) { } } break; + case hybrid: case gpt: gptData.JustLooking(); - gptData.BeQuiet(); if(!gptData.LoadPartitions((string)device)) { cerr << "Failed to read GPT" << endl; return 9;