funh2029
Results
1
issues of
funh2029
My program run on an embedded device. When I execute the following statement, I get an error "invalid GPT signature": ```let disk = gpt::GptConfig::new().writable(false).open(path)?;``` Through tracing, I found that the...