Comment on Mounting partitions from a dd imageparentComments−bcl8yYou can run parted directly on the image file to make modifications. fallocate -l 1G disk.img parted ./disk.img
Comments
You can run parted directly on the image file to make modifications.