I would much rather have Fedora 12 alongside Windows 7 on my RAID 0 array than relegate it to a single drive, which is where Fedora 10 is now. Will Fedora 12 recognize and install onto an ICH10R SATA RAID array?
Tony.
Hoping someone can help...
Here is my setup:
4x Western Digital 1TB drives
- 200GB RAID 0 (Windows 7 and Apps / Games)
- 1.8TB RAID 10 (Data)
Both arrays use all 4 disks.
Ubuntu has its own 80GB drive (/dev/sde).
I have a 5-disk Intel RAID 5 along with a 6th boot disk with /, /boot, and swap.
What I was planning to do was mount the Intel RAID partitions (which I've added with fdisk) so that the 6th disk /home, /var, /srv, etc. link to the RAID on the other 5 disks.
I want to set up software RAID-1 on my Ubuntu system, and found this example of an /etc/raidtab:
raiddev /dev/md0
raid-level 1
nr-raid-disks 2
nr-spare-disks 0
persistent-superblock 1
device /dev/sdb1
raid-disk 0
device /dev/sdc1
raid-disk 1
I would however like the path to the raid device to be /raid.
After having experienced (again) disk failures with my md/raid5 system, I reinstalled my system (openSuse 11.2) on a new 1 TB drive (raid-less).
Now, after having new disks for setting up my md-raid again, I would prefer not to start over again, but to transfer my running system onto these to-be-built md-raid arrays.
In Linux, I'm partitioning two disks for RAID1 with fdisk. The first disk partitioning succedes, but the second fail because the raid starts automatically and occupy also the second disk (why? it should have a different UUID).
How to temporary disable RAID autodetect?
Back again with a very quick tip: RAID disk array configuration.
Hi,My server has an SSD for / and three HDs in RAID-5 on an old Adaptec 2610SA raidcontroller. This works very well and speeds are good, but I cannot compare.
Hi guys!
A few days ago, I started upgrading my raid (raid 5) from using 4x1TB to 4x3TB. Never done this before, so it took a while. I replaced the disks one by one and rebuilt the raid in between as I read in some guide. All worked fine, except fdisk complained a little bit about my disks being very large. Didn't think much of it at the time.