-
I want to list the current partition layout on my bliss os that run on top of qemu, so I install root-repo and gptfdisk package, but now I'm unable to run gdisk, the error says (from adb):
|
Beta Was this translation helpful? Give feedback.
Answered by
licy183
Sep 7, 2024
Replies: 1 comment 3 replies
-
I use a workaround that I think more appropriate in my case:
and now I can use fdisk on the host:
and mount the image, if you want:
reference: |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a bug.
gdisk
should depends onlibuuid
. I'll fix it.