1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:22:09 +02:00

bmaptool: add Italian translation.

This commit is contained in:
Marco Bonelli 2019-01-24 22:58:37 +01:00 committed by Starbeamrainbowlabs
parent 1c3d2f3ee2
commit cc7013f3d8

View 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}}`