The DD of the Linux file system

Source: Internet
Author: User
This command notifies the system to replicate data from the underlying, not through the file system.
If source file of target file
BS Specifies how much data is copied each time during the copy process
COUNT specifies how many times (each BS data amount) is copied during the copy process


The second operation is just a copy of the source file part of the content

Copy Disk
DD IF=/DEV/SDB1 OF=/DEV/SDB2
Backup MBR
DD If=/dev/sdb Of=/tmp/a/mrb.bak bs=512 count=1
How to quickly delete a disk partition table
DD If=/dev/zero of=/dev/sdb bs=512 count=1
So the partition table of the disk is deleted.

The DD of the Linux file system

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.