Examples of simple dd commands

Source: Internet
Author: User

Examples of simple dd commands


Bs is the unit, and count is the write range, as shown in the following example:


Example: use dd to clear vote disk and ocr (bare device)
$ Dd if =/dev/zero of =/dev/rrac_ocr1 bs = 8192 count = 17000
$ Dd if =/dev/zero of =/dev/rrac_vote1 bs = 8192 count = 17000


For example, use dd to clear the header information of a bare device.

$ Dd if =/dev/zero of =/dev/rlv_asm1 bs = 8192 count = 2560

In the unit of 8 k (8192 bytes), The erased value ranges from 8x2560 to 20 M.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.