Skip to content

Instantly share code, notes, and snippets.

@flusher
Created February 10, 2023 09:51
Show Gist options
  • Save flusher/970879ed9e37ed8cfb7b58c953238882 to your computer and use it in GitHub Desktop.
Save flusher/970879ed9e37ed8cfb7b58c953238882 to your computer and use it in GitHub Desktop.
Mount a partition from a block dd-generated disk image
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