mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-25 04:52:24 +00:00
Update cheatsheets
This commit is contained in:
25
bmaptool
Normal file
25
bmaptool
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# bmaptool
|
||||
|
||||
> Create or copy block maps intelligently (designed to be faster than `cp` or `dd`).
|
||||
> More information: <https://source.tizen.org/documentation/reference/bmaptool>.
|
||||
|
||||
- [o]utput a blockmap file 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}}`
|
||||
Reference in New Issue
Block a user