[BUG] mfsbdev
versus losetup
: can't work with existing disk image
#643
Comments
My guess is that the partition sizes in the image are stored in blocks, not in bytes and that |
Thanks! Explicit argument |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can't manipulate existing disk image with
mfsbdev
due to bug(s). First, let's have a look atlosetup
where things work as expected (this is important for comparison and illustration of the problem):Now I'm trying to do the same using
mfsbdev
:So
mbsbdev
got the size of the disk properly but somehow first partition is800M
instead of100M
and the second partition (i.e. end of the disk) is cropped, being smaller than it should be.The text was updated successfully, but these errors were encountered: