Fedora Installation :: Using The F10 Live CD To Setup Software RAID 1 Between 1 Hard Drives For Redundancy & Fstab

Apr 15, 2009

I have been battering with FC10 and software RAID for a while now, and hopefully I will have a full working system soon. Basically, I tried using the F10 live CD to setup Software RAID 1 between 1 hard drives for redundancy (I know its not hardware raid but budget is tight) with the following table;

[Code]....

I set these up by using the RAID button on the partition section of the install except swap, which I set-up using the New partition button, created 1 swap partition on each hard drive that didn't take part in RAID. Almost every time I tried to do this install, it halted due to an error with one of the raid partitions and exited the installer. I actually managed it once, in about...ooo 10-15 times of trying but I broke it. After getting very frustrated I decided to build it using just 3 partitions

[Code]....

I left the rest un-touched. This worked fine after completing the install and setting up grub, reboot in to the install. I then installed gparted and cut the drive up further to finish my table on both hard drives. I then used mdadm --create...etc to create my RAID partitions. So I now have

[Code]....

View 2 Replies


ADVERTISEMENT

Ubuntu :: Setup Two External Hard Drives To Automount In Fstab

Sep 10, 2010

I have set up two external hard drives to automount in fstab with the following lines:

/dev/sdb1 /media/DownstairsBackup ntfs-3g rw,auto,user,exec,sync 0 0
/dev/sda1 /media/UpstairsBackup ntfs-3g rw,auto,user,exec,sync 0 0

And right after I restart, all users have permission to read and write, and everything is fine. However, I have an automated backup utility (BackinTime) installed to back up particular (mounted network) directories every night, but whenever I check up on it the next day, I get the error "Unable to mount ..... Authorization required". (These network directories are mounted into the local filesystem in fstab as well.) Oddly enough, if I run BackinTime by hand as the users, it works fine. I'm running 10.04 LTS.

View 1 Replies View Related

General :: Ubuntu 9.10 Installation Insists For RAID Hard Drives

Jan 29, 2010

So windows wouldn't recognize my drives as a raid setup, so I disabled it and switched to IDE, now Ubuntu 9.10 installation will only recognize my drives as RAID. I have and ASUS M3A32-MVP Deluxe Series motherboard, it has 4 sata connectors and 2 marvel controlled sata connectors. In the 4 sata connectors I have my 2 wd 500gb hds, my dvd burner, and my external usb, esata slots. In the marvel controlled sata connector I have a wd 160gb hd. Originally when I built the computer I wanted a raid setup with the 2 500 gb hds.

But windows wouldn't recognize the raid set-up and wouldn't boot properly. So I said screw it and removed the raid and set all the drives to IDE. Then, when I tried to install Ubuntu 9.04 it would only recognize my 2 500 gb hds as raid. Gparted recognizes the drives as both raid and IDE. Eventually, after a day or two of praying and messing around the installer recognized both drives as raid and IDE. A couple months later here I am trying to install Ultimate Edition 1.4.

View 14 Replies View Related

Red Hat / Fedora :: Configure A Set Of Hard Drives As A RAID Configuration?

Apr 21, 2010

I am currently trying to configure a set of hard drives as a RAID configuration. My system is running with Red Hat Enterprise Linux Client release 5.1 as the base OS. I am booting from CD. I am trying to image a set of drives that have not been imaged before. When the GUI dialog window for disk setup is displayed, it shows a default disk layout including a LVM slice. In the disk layout is a /boot partition already. It is not what I would like so I edit it to be the size for my system and make it the primary partition. I also select it to be a software RAID. I then add three more partitions for my drive 'A' all of type software RAID and NOT primary partitions.

At this point my drives have the correct number of partitions except for showing the LVM slice. I select 'RAID' again, followed by selecting 'Clone a drive to create a RAID device ...' followed by 'OK'. I then get a dialog to select the source and target. i select my drive 'A' to be the source and 'B' to be the target followed by 'OK'. An error dialog is received stating that all the partitions are not of type software RAID. The disk partitions are all type software RAID except the extended LVM slice. I can not get past this point and I am following a procedure written some time ago by a person that is not available.

View 2 Replies View Related

Fedora Hardware :: Motherboard Configuration - Raid Setup Utility Shows Drives Out Of Order

Sep 19, 2010

I just went out and bought stuff to build a new computer, and among the parts was a Gigabyte ga-890fxa-ud5 motherboard ([URL]). The board has 3 (well, 4, but we'll stick to the 3) main sata interfaces, with 2 slots per interface, allowing 6 sata drives. In slot_0 i put my blu-ray drive, in slot_1 i put my drive that will host the OS and its partitions, and that is in the sata connector pair on the left. The middle sata connector pair (slot_2 and slot_3) i have 2 2tb drives, and in the sata connector pair on the right (slot_4 and slot_5) i have 2 1.5tb drives.

[Code]....

View 14 Replies View Related

Ubuntu Installation :: 10.04 Setup Process Not Detecting Hard Drives?

Apr 30, 2010

I'm trying to make a fresh install of Ubuntu 10.04 on my system. I have 9.10 correctly setup on what I see here as devsda2. devsda3 does contain /home. devsda1 is for Vista. They are on a 500Gb hard drive. I also have a second 500Gb hard drive, formerly on a raid 0 with the first one, but now independent (raid deactivated from bios). It is here know as /dev/sdb, and contains other 3 partitions. Raid 0 is not hardware, but is an intel fake raid.

I then have other 4 drives, causing me NO problem.

I start live mode of Ubuntu 10.04 with noraid option. When I try to setup Ubuntu, during the process, where it comes to manually select partitions, the two 500Gb hard drives disappears, such that I'm not able to install Ubuntu on what now is /dev/sda2

If I start live mode of Ubuntu without noraid option, I will see the two 500Gb hd as being part of a raid 0, such that I can't use them.

The other 4 hd normally appear in both cases.

View 3 Replies View Related

Installation :: Dual Boot Menu Setup 2 Hard Drives?

Jun 17, 2010

I need a suggestion on setting up a dual boot menu for my setup. I have two hard drives one with WinXP and a second one with CentOS 5.3 installed. I basically moved the hard drive from another identical machine to this one and so I want to setup a boot menu to access either windows or Linux. CentOS already has grub on it.

What is the simplest method of setting up the dual boot menu? I would like something which is easy to administer which I can just ghost over either the Linux drive or Windows drive or disconnect either and have either boot just fine. I don't ask for much do I?

If I have to go through a little process after ghosting over one or the other drives that would probably be ok. We get updated images for this machine and replace the image on the drives with new images, although Linux shouldn't be reimaged, just windows. So the Linux drive (2nd drive) should not be touched normally.

View 9 Replies View Related

Ubuntu Installation :: Install Ubuntu On Two 250-gigabyte Hard Drives In A RAID 1 Array?

Apr 4, 2010

I'm about to install Ubuntu on two 250-gigabyte hard drives in a RAID 1 array, but I'm confused about how to partition my hard drives. How much space should I give to each partition? How many partitions should I create and where should I mount them? (I should mention that Ubuntu will be the only OS on this array.)

View 3 Replies View Related

Fedora Installation :: Editing Fstab / Disks.txt And Mounts.txt After Live CD Install?

Jan 19, 2010

I have installed Fedora 12 i686 Live to a 200 mb partition on an external drive. Before the install I created a 6.7 GB ext3 partition and a 45 GB ext3 partition. The live cd copied the image to a 200 mb partition.

partition 2bce0f9d-53a6-4ec2-b5ad-1a6915c74260 is 45 GB
partition 4683EB23BED2EB34 is 102.6 GB NTFS
partition b7240ff1-0807-42ba-e172-bff5872519ad is 6.7 GB

[code]....

Will creating an entry in fstab sdb6 and sdb8 allow the fedora distrib dvd to install to the external hd? How do I create the entries?
I have a raid0 hd with windows xp pro. When i try to shrink the partition using anaconda, I get a disk error and the comper locks up. I have to shut off the ups to reboot.

View 11 Replies View Related

Ubuntu :: RAID 5 Array With 4 2TB Hard Drives?

Mar 17, 2010

I want to make a RAID5 array with 4 2TB hard drives. One of the drives is full of data so I will need to start with a 3 disks and then once I copy the data from the 4th onto the array, I will then add the 4th drive. This will be my first experience with RAID. I've spent a few hours searching for info but most of what I have found is a bit over my head.

View 9 Replies View Related

Ubuntu :: Can't Get RAID Hard Drives To Mount At All

Oct 30, 2010

I'm using 4 hard drives (1 of which is a sata drive) and i need help installing raid drivers i cant get these hard drives to mount at all

View 3 Replies View Related

Hardware :: RAID 1 - Setup More Than One Partition On Clean Drives?

Feb 24, 2011

I've finally found a couple of useful tutorials on setting up RAID in Linux. However, because this is new ground to me, I have a couple of basic questions which I think the tutorial writers gloss over because of their familiarity with the process. My questions are these:

1. Most tutorials speak about setting up only one partition on clean drives. Can I set up more than one (e.g. / and home) to be mirrored as two partitions?

2. When starting with two identical clean drives, do I need to set up my partitions identically on both drives or is it only the partitions that I want mirrored to the second drive?

View 3 Replies View Related

General :: Check On Hard Drives In RAID 1 Array?

Feb 23, 2010

I'm renting a dedicated server with a company that claims that the server has 2 hard drives in a software RAID 1 array, but I need to make sure that the server really has the 2 HDD, and the size of the 2nd drive... how to do that ?? system is Centos 5.3

View 1 Replies View Related

Ubuntu :: RAID Or LVM - Adding Two Hard Drives After Install

Oct 30, 2010

I have the newest Ubuntu installed on my machine. It currently has a 160GB sata drive. I just bought two shiny new 2TB drives that I want to RAID as 4TB. How do I go about adding these two hard drives even though install is complete? I want the 4TB assigned to my /home directory.

View 4 Replies View Related

Ubuntu :: 640GB Sata Hard Drives - Put Into A Raid 5 Configuration?

Jan 7, 2011

I have three 640GB sata hard drives that I would like to put into a raid 5 configuration. I would like to opt for a software raid 5 so its hardware independent. I was trying to follow these instructions, but they seem a bit dated.

View 2 Replies View Related

General :: Hard Drives Information / Can To Find RAID Level?

Apr 22, 2010

I know my Linux Servers have RAID but I want to know

1. Can I find RAID level?
2. how to find Disk information...I mean if it's not possible to get RAID Can I get how many hard drives and the real size?

View 2 Replies View Related

Ubuntu Servers :: 9.10 Server/Raid 10 Setup - HDD - Not Recognizing The Full Capacity Of The Drives

Mar 12, 2010

I have a total of 4 hdd's, 500gb 7.2rpm that I would like mirrored using raid 10. As you can see from the image, ubuntu 9.10 server isn't recognizing the full 2tb's. In fact, I'm not even sure about the configuration as I was thinking the HDD's would come up as four 500gb hdds. Instead I have the configuration above set and ready for Ubuntu to be installed on.

1. Is this typical of a server pre-configured from Dell(perc6 raid controller.

2.Why is ubuntu not recognizing the full capacity of the drives especially when it's a server install?

View 5 Replies View Related

Debian Configuration :: Fstab Configuration And Timeout - Automatically Continues Booting Even If The Hard Drives Are Not Attached?

Aug 3, 2011

I have a PC104 running debian. I have 3 hard drives (in addition to the one booting) mounted in fstab by UUID. I use the options defaults,error=remount-ro. However, this means that when I boot with the hard drives not attached, I have to press Ctrl-D to bypass when the boot discovers the drives are missing. Is there a timeout commandoption I can add to fstab so that it automatically continues booting even if the hard drives are not attached? I could not find anything on a timeout command. (I tried adding timeout=1000 but no-random guess)

View 5 Replies View Related

Fedora Installation :: Software RAID With Advanced Format WD-EARS Drives?

Dec 31, 2010

My System Intel Core Duo E5300 Mobo - Gigabyte G31M-ES2L 1GB DDR2 800MHz RAM 4 x WD20EARS HDD I have been trying to install Fedora or Ubuntu for over a week. I thought it would take an hour and i would be away. I have been trying to install using the mdadm Software RAID feature. Everytime it takes about a day to format the drives and then i get an installation error. The drives state they are ready to use as is on any operating system other then WinXP, but this does not appear to be the case.

I am very new to Fedora... I have been doing some reading.[URL].. That information has been promising. I have been able to get into Fdisk off the live CD but i can't figure out how or if it is possible to do what i want it to.

Has anyone had any luck getting these drives to function correctly in a software RAID? I have had good luck with WD drives in the past and just assumed these drives would do what i wanted to but alas i have been proven wrong.

The partitions i wanted was...
- A 2GB swap parition
- A 10 GB RAID 1 partition for Fedora
- The remaining space as a Raid 5 for files.

Am i just banging my head against a wall here, or is this possible.

View 1 Replies View Related

Hardware :: Installing Live CDs On Removable Hard Drives?

Jul 30, 2010

When you run a Linux live CD it automatically detects your hardware configuration, or at least tries to. Say you got a live CD and it works perfect on one computer, detects all the hardware. If you install the operating system from the live CD to a hard drive, does it only install the drivers you need for your hardware?

If so, say you were to hypothetically do that on a removable hard drive that you lock and unlock with the hardware keys; would that mean if you want to move the drive from one computer to another regularly, the OS would not be configured properly on a different hardware configuration, and wouldn't be able to configure itself properly because it is now on a hard drive? I know that Linux does try to detect new hardware each time it boots, but I guess the short version of the question is: Does installing a distribution on a live CD to a hard drive mean you will not have all the drivers available on the CD?

This is not something I am sure I will ever plan to do, but it would be no different than if you wanted to swap your drive into a new computer. If it could at least still connect to the Internet it might try to reconfigure itself. If installing the live CD means you get absolutely all the contents on the CD, that would answer my question. Maybe someone might know exactly how that would work.

View 14 Replies View Related

Hardware :: Mega Raid Showing Warning "0:0:RAID-1:2 Drives:153GB:Optimal Drives:2 (11528 Errors)"

Apr 8, 2010

i have cretaed RAID on one of my server RAID health is ok but its shows warning. so what could be the problem. WARNING: 0:0:RAID-1:2 drives:153GB:Optimal Drives:2 (11528 Errors)

View 1 Replies View Related

Fedora Installation :: FC 10 Live Cd Is Not Seeing Adaptec Raid Controller

Jan 29, 2009

I am trying to install FC 10 on my built-in Adaptec raid controller and the Live CD does not see the controller.From my other ATA drive FC10 install I get this from lspci -v:

Code:

00:1f.2 RAID bus controller: Intel Corporation 6300ESB SATA RAID Controller (rev 02) (prog-if 8f)
Subsystem: Super Micro Computer Inc Device 5180
Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 18
I/O ports at e200 [size=8]

[code]...

sdb and sdc are the SATA raid disks... they have already been partitioned as a single raid 0 device... not sure why / how they stil show up as two disks.

View 1 Replies View Related

Fedora Installation :: Raid On Dell R210 - Install Driver - Sees 2 Separate Drives?

Jun 4, 2011

Fedora is having trouble identifying a raid partition, it sees them as separate drives. I got drivers from dell, but during a Fedora dvd install, it mentions nothing about a place to install extra drivers.

When it says it must "initialize" the drives, Fedora then breaks the dell bios raid. How to either install the dell drivers or make Fedora see the raid partition as one?

View 1 Replies View Related

Ubuntu :: 10.04 / Vista Dual Boot Setup With 3 Hard Drives?

May 23, 2010

I have 3 hard drives: one with vista installed on it working fine, one with 10.04 installed on it and working fine and the last is just a media storage drive. Currently I have been unplugging the windows or ubuntu drive depending on which OS I want to boot. What do I need to do so that I don't have to physically disconnect the drives and can just pick which OS to boot on power up?

View 3 Replies View Related

Ubuntu :: Hard Drives (RAID1 Via Firewire) Setup Sought?

Aug 14, 2010

I searched, and unfortunately all that did was raise my confusion level on this. "Grub"? "mdadm"? "fake"?, S/Wraid? Disk utility? So many options, so little understanding! Relevant stuff (Mostly reported by "Disk utility"):

- Lucid Lynx. PATA host adaptor -> IDE controller -> Maxtor 164GB H/D [I *think* this has Windoze on it, but can't remember!] There's also a CD & DVD drive on this IDE bus. PATA host adaptor -> SATA controller -> Seagate 500GB H.D. - The Ubuntu boot drive, currently a 250GB ext4 partition, 3GB swap and 250GB "unused".Peripiheral devices -> Firewire 400 -> 2 x Samsung 500GB H/D's. These were "stolen" from my Mac Book and are currently a RAID1 Apple array. Everything they contained is safely backed up, and these can be considered as "new" drives awaiting formatting. [It's actually a Buffalo Drivestation Duo, but their site was even more confusing than here.

everything is working wonderfully, but I'd like to use the 2 F/W drives in a RAID1 array - So, eventually to the question: How do I tell Ubuntu to use these drives as a RAID array? It seems I can format and partition etc from disk utility. Do I then use mdadm for configuration? Any other recommendations?

View 1 Replies View Related

Fedora Installation :: F12 Can't Find Hard Drives To Install

Dec 11, 2009

First time linux user, am trying to install a fresh full install of Fedora 12 dvd i686 version. I have two identical sata drives, which fedora fails to identify. Have reset the bios, changed settings in the bios, still not finding them. I have an asus av8-x motherboard, with a athlon dual core processer.

View 5 Replies View Related

Fedora Installation :: 13 Installer Can't Find Hard Drives

Sep 3, 2010

The Fedora installer won't display my two SATA hard drives. I've tried both the x86_64 live CD and DVD. On the live CD, fdisk -l displayed nothing. However, if I click "Specialized Storage Devices" a devices shows up as "BIOS RAID set (stripe)" with a capacity equal to both my hard drives. I don't even have RAID enabled in BIOS - it is set to AHCI. Other os installers display the hard drive correctly.

Specs:
2x 640GB western digital caviar blacks
ASUS M4A78T-E 790GX motherboard

View 2 Replies View Related

Networking :: Small Business Trixbox Setup With Redundancy ?

Apr 2, 2010

I have been using Trixbox CE for a couple of years and a client has asked me to setup a VOIP system with two phones and a couple of extensions. When he gets hit with a borage of phone calls I need to have the call that are behind the others to go the the next extension. I need redundancy if one Internet connection goes down and have the another kick in or failover. How does one configure Trixbox to failover to the other Internet connection and can someone give me a list of carriers in the Washington D.C area. Can someone point me in the right direction?

View 3 Replies View Related

Fedora Installation :: Install F13 On A Server That Has A 2-disk RAID Setup In The BIOS?

Jul 8, 2010

I'm attempting to install F13 on a server that has a 2-disk RAID setup in the BIOS. When I get to the screen where I select what drive to install on, there are no drives listed. The hard drives were completely formatted before starting the 13 installation. Do I need to put something on them before Fedora will install?

View 3 Replies View Related

Fedora Installation :: Setup RAID 10 With Fedora 11 On Desktop?

Aug 11, 2009

I've been trying to setup RAID 10 with Fedora 11 on my desktop using this tutorial:[URL].. Everything has been going well, except when following the instructions and getting ready to format, it says I need to define / and boot partitions. This was never included in the instructions.

- LVM Volume Gropus
-- vg_jordan
--- fedoraRAID (type: ext4)
- RAID Devices
-- /dev/md0 (mountpoint/RAID/volume: vg_jordan ; type: LVM)

[Code]...

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved