This commit is contained in:
Marc Beninca 2019-07-30 19:55:32 +02:00
parent 39d3f92d37
commit 02132e9b3b
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,11 @@
DD
==
.. code:: shell
dd \
if=/input/file \
of=/output/file \
bs=1048576 \
count=1 \
status=progress

View file

@ -4,6 +4,7 @@ Storage
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
dd/index
mdadm/index mdadm/index
parted/index parted/index
rsync/index rsync/index