dd
This commit is contained in:
parent
39d3f92d37
commit
02132e9b3b
2 changed files with 12 additions and 0 deletions
11
in/public/storage/dd/index.rst
Normal file
11
in/public/storage/dd/index.rst
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
DD
|
||||||
|
==
|
||||||
|
|
||||||
|
.. code:: shell
|
||||||
|
|
||||||
|
dd \
|
||||||
|
if=/input/file \
|
||||||
|
of=/output/file \
|
||||||
|
bs=1048576 \
|
||||||
|
count=1 \
|
||||||
|
status=progress
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue