Create a RAID method.

Source: Internet
Author: User
Create a RAID method. -- Linux general technology-Linux technology and application information. For details, refer to the following section. Create raid 5 and repair
Create: create three shards hdb1, hdc1, and hdd1 for raid, format them, and then
Fdisk ---> n ---> t (type: fd) ---> w: hdb1, hdc1, hdd1
Mdadm-C/dev/md0-l5 -- raid-devices = 3/dev/hd [bcd] 1
Mkfs-t ext3/dev/md0
Mount;
Mount-t ext3/dev/md0/mnt
Test:
Cd/mnt
Touch f1
Touch f2
Fix: Create a partition hdb2, format it, and add it to md0;
Mdadm/dev/md0-f/dev/hdb1 (mark the hard disk as damaged)
Mdadm/dev/md0-r/dev/hdb1 (remove partition hdb1)
Fdisk/dev/hdb (type: fd)
Mkfs-t ext3/dev/hdb2 (format/dev/hdb2)
Mdadm/dev/md0-a/dev/hdb2 (add a good hard disk partition )!
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.