Dissect support for disks without partition table. #75
Unanswered
matrimc-dev
asked this question in
Q&A
Replies: 1 comment 15 replies
-
|
Hi Igor, Thank you for your message, are you able to share your code? The These scenarios are automatically handled if you use the Hope that answers your question! |
Beta Was this translation helpful? Give feedback.
15 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
Hope you are doing well.
I'm using dissect to traverse disks in customer environment and I currently encountered an issue with a certain disk type. Specifically, when handling a disk without partition table. Linux systems are allowing this scenario, i.e. instead of creating partition table with single partition on disk, there is a way to format a new partition on the disk directly (example of command: sudo mkfs -t ext4 /dev/sdb).
When encountering this situation, my code fails when trying to perform volume.open(disk) with the following exception:
('Unable to detect a valid partition scheme:
which totally makes sense since there is no valid partition scheme, the disk only has one partition without any table.
The question is - is this scenario supported in Dissect? Are there any plans to support it later if it isn't?
Thank you and have a great day!
Igor Grossman
Beta Was this translation helpful? Give feedback.
All reactions