LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Mounting Problem for Raid 0+1 ? (https://www.linuxquestions.org/questions/linux-newbie-8/mounting-problem-for-raid-0-1-a-833473/)

raviteja_s 09-21-2010 12:53 AM

Mounting Problem for Raid 0+1 ?
 
Yesterday i am creating raid 0 and raid 1..... I combine both raid partitions into another raid level 0 partion..

I am using rhel 5.4
raid 0 is 1400 MB ( stripping concept )
raid 1 is 600 MB ( mirroring concept )

syntax: mdadm -C /dev/md2 -a yes -l 0 -n 2 /dev/md0 /dev/md1

after that.... i am creating one directory and mount /dev/md2 into that location........that is successfully done...

after that i am write the mountlocation into vim /etc/fstab

mount point is not displayed after reboot the system....

what is the problem .........tel me...

ERRor is: It show the error in booting time Special device could not found /dev/md2.....................................:newbie:

eco 09-21-2010 04:28 AM

Hi,

What are you trying to do here? Your setup makes no sense to me.

Could you give us more info on your setup and why you think that this is the best way to configure your RAID?


All times are GMT -5. The time now is 07:40 PM.