System Grab Bag

View all TLDR pages from common (or from all pages)

bmaptool

Create or copy block maps intelligently (designed to be faster than cp or dd). More information: https://source.tizen.org/documentation/reference/bmaptool.
  • Create a blockmap from image file:
    bmaptool create -o {{blockmap.bmap}} {{source.img}}
  • Copy an image file into sdb:
    bmaptool copy --bmap {{blockmap.bmap}} {{source.img}} {{/dev/sdb}}
  • Copy a compressed image file into sdb:
    bmaptool copy --bmap {{blockmap.bmap}} {{source.img.gz}} {{/dev/sdb}}
  • Copy an image file into sdb without using a blockmap:
    bmaptool copy --nobmap {{source.img}} {{/dev/sdb}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.