In linux, run the dd command to read and write files in the boot zone.

Source: Internet
Author: User
Article Title: linux uses the dd command to read and write boot area files. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.

Backup MBR. in linux, run the following command:

# Dd if =/dev/hda of =/root/linux. bin bs = 512 count = 1

Note that if =/dev/hda is used to back up data in MBR. if grub installs a specific partition, You must select the partition.

Write mbr:

Dd if =/mnt/windows/linux. lnx of =/dev/hda bs = 512 count = 1

After the backup, the linux. binfile can be copied to Windows, backup one copy, and copy the other copy to the C root directory. Modify the boot. ini file and add the following line:

C: \ linux. bin = "Linux"

In this way, we can use WindowsNT loader to guide the linux system. It will be more convenient to restore and repair linux in the future.

If you have any questions, enter dd -- help in the terminal to view help.

Related Article

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.