-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

bmaptool


> Create or copy block maps intelligently (designed to be faster than `cp` or `dd`).

More information.


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}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 12:59:02 2024