Created
February 10, 2023 09:51
-
-
Save flusher/970879ed9e37ed8cfb7b58c953238882 to your computer and use it in GitHub Desktop.
Mount a partition from a block dd-generated disk image
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
losetup --partscan --find --show disk.img | |
mount /dev/loop0p1 /mnt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment