search for: raiddev

Displaying 7 results from an estimated 7 matches for "raiddev".

2010 Mar 04
4
Recover RAID
...t everything back into the head node, and reboot, the BIOS sees all four drives, and from what I can tell, recognizes the first raid (of drives 3 and 4), but says it can only find one disk for the second raid (drives 1 and 2). I can't find any way around this. Looking at my /etc/raidtab file: raiddev /dev/md0 raid-level 1 nr-raid-disks 2 nr-spare-disks 0 persistent-superblock 1 device /dev/sdc1 raid-disk 0 device /dev/sdd1 raid-disk 1 raiddev /dev/md1 raid-level 0 nr-raid-...
2009 May 20
2
help with rebuilding md0 (Raid5)
...hdd5 71 104 273104+ 83 Linux /dev/hdd6 105 138 273104+ 83 Linux I can mount hdX1 and hdX2 (hdx2 is xfs) on all disks. Now /etc/raidtab (from one of the hdx2 partions) has the following entry which I'd like to re-create on the CentOS box raiddev /dev/md0 raid-level 5 nr-raid-disks 4 nr-spare-disks 0 persistent-superblock 1 chunk-size 64 device /dev/hda4 raid-disk 0 device /dev/hdc4 raid-disk 1 device /dev/hde4...
2005 Aug 10
0
RAID readonly before final shutdown
Hi, The entire OS I am using is running on software RAID-1. Before killing the power of the UPS, I issue: /sbin/mdadm --readonly $RAIDDEV on all the RAID devices I have. This, however, does not seem to be enough, and when i power the system back on, the RAID arrays are not clean, and a long syncing starts. A last step is missing; something like marking the arrays that they are clean. I see this happening for a flash of a second when...
2008 Dec 02
2
RAID 1 Post Install
Hello all, I've got CentOS 5.2 installed on an old Pentium III server. The server is used by a club at my school, and they are rapidly running out of room on the internal IDE drives that are configured in software RAID 1. I have a Silicon Image SATA controller in the server, and I was planning on adding two more SATA hard drives to the computer. Is there a GUI like Disk Druid for
2002 Mar 02
4
ext3 on Linux software RAID1
...dered vs. data=journal? - And any other suggestions/insights/comments. Below is our /etc/raidtab. Let me know if you need any more information. Thank you in advance for all your assistance. Regards, Andrew Rechenberg Network Team, Sherman Financial Group arechenberg@shermanfinancialgroup.com raiddev /dev/md0 raid-level 0 persistent-superblock 1 chunk-size 64 nr-raid-disks 12 nr-spare-disks 0 device /dev/sdc1 raid-disk...
2002 Dec 04
0
[Fwd: [RESEND] 2.4.20: ext3: Assertion failure in journal_forget()/Oops on another system]
...eation of the filesystem on /dev/md11 a rsync run completed without errors. As a side note: the system having the rsync sources has an identical formatted partition (the systems are hardware twins) and doesn't show any errors. Some final information about the raid configuration of /dev/md11: raiddev /dev/md11 raid-level 0 nr-raid-disks 4 nr-spare-disks 0 chunk-size 32 persistent-superblock 1 device /dev/sda13 raid-disk 0 d...
2005 Jan 13
2
Debian Sarge Root Raid + LVM + XEN install guide (LONG)
...# sfdisk /dev/sdb < ~/partitions.sda That''s it. The two drives are now identically partitioned. Now we need to initialise the RAID on the second disk without destroying the data on the first. # apt-get install mdadm raidtools2 Begin by creating the raidtab. My one looks like this: raiddev /dev/md0 raid-level 1 nr-raid-disks 2 persistent-superblock 1 chunk-size 8 device /dev/sda1 failed-disk 0 device /dev/sdb1 raid-disk 1 ... repeated for each partition. Marking the partitions on sda - our source drive - as fa...