Is there any way show any partitioning on a memory disk?
I extracted a disk image to md0 but am unable to mount it... After extracting to a USB stick I see:-
so, assuming the image was extracted to the memory disk the same way, I would have thought I should be able to mount the first partion using
I extracted a disk image to md0 but am unable to mount it... After extracting to a USB stick I see:-
Code:
=> 34 15146941 da0 GPT (7.2G) [CORRUPT]
34 8158 - free - (4.0M)
8192 1048576 1 ms-basic-data (512M)
1056768 65536 2 linux-data (32M)
1122304 14024671 - free - (6.7G)
so, assuming the image was extracted to the memory disk the same way, I would have thought I should be able to mount the first partion using
mount -t msdosfs /dev/md0p1 /mnt/tmp
but I get /dev/md0p1: No such file or directory. How do I show the partitioning of md0?