Forrest logo
back to context overview

bmaptool

List of commands for bmaptool:

  • bmaptool:tldr:b7f35 bmaptool: Copy an image file into sdb without using a blockmap.
    $ bmaptool copy --nobmap ${source-img} ${-dev-sdb}
    try on your machine
    explain this command
  • bmaptool:tldr:d1ea4 bmaptool: Create a blockmap from image file.
    $ bmaptool create -o ${blockmap-bmap} ${source-img}
    try on your machine
    explain this command
  • bmaptool:tldr:f97f1 bmaptool: Copy an image file into sdb.
    $ bmaptool copy --bmap ${blockmap-bmap} ${source-img} ${-dev-sdb}
    try on your machine
    explain this command
back to context overview