Skip to content

Instantly share code, notes, and snippets.

@meyt
Created April 8, 2018 12:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save meyt/d8d33eca6318ec2e02b7bb5174fc9566 to your computer and use it in GitHub Desktop.
Save meyt/d8d33eca6318ec2e02b7bb5174fc9566 to your computer and use it in GitHub Desktop.
Mount disk image
# parted bla.img
> unit < B
> print 
# mount -o ro,norecovery,loop,offset=<offset-of-partiation-returned-by-parted> /mnt/bla
# umount /mnt/bla
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment