bmaptool: add Italian translation.
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
1c3d2f3ee2
commit
cc7013f3d8
19
pages.it/common/bmaptool.md
Normal file
19
pages.it/common/bmaptool.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# bmaptool
|
||||
|
||||
> Crea o copia blockmap intelligentemente (e quindi più velocemente di `cp` o `dd`).
|
||||
|
||||
- Crea una blockmap da un file immagine:
|
||||
|
||||
`bmaptool create -o {{blockmap.bmap}} {{sorgente.img}}`
|
||||
|
||||
- Copia un file immagine su sdb:
|
||||
|
||||
`bmaptool copy --bmap {{blockmap.bmap}} {{sorgente.img}} {{/dev/sdb}}`
|
||||
|
||||
- Copia un file immagine compresso su sdb:
|
||||
|
||||
`bmaptool copy --bmap {{blockmap.bmap}} {{sorgente.img.gz}} {{/dev/sdb}}`
|
||||
|
||||
- Copia un file immagine su sdb senza utilizzare una blockmap:
|
||||
|
||||
`bmaptool copy --nobmap {{sorgente.img}} {{/dev/sdb}}`
|
Reference in New Issue
Block a user