LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-07-2011, 01:36 AM   #1
abidbodal
LQ Newbie
 
Registered: Apr 2011
Posts: 2

Rep: Reputation: 0
MDADM error: Help creating a RAID 1 RAM disk


I am trying to create a Raid 1 ram disk. Below are the commands I used:
[root@abidbodal dev]# mke2fs -m 0 /dev/ram8
[root@abidbodal dev]# mount /dev/ram8 /mnt/rd8
[root@abidbodal dev]# mke2fs -m 0 /dev/ram9
[root@abidbodal dev]# mount /dev/ram9 /mnt/rd9
[root@abidbodal abidbodal]# mount /dev/ram8 /mnt/rd8
[root@abidbodal abidbodal]# mount /dev/ram9 /mnt/rd9

[root@abidbodal md0]# mdadm --create /dev/md0 --chunk=4 --level=1 --raid-devices=2 /dev/ram8 /dev/ram9
mdadm: device /dev/ram8 not suitable for any style of array

Above is the error I got. I don't understand what the error is saying. I tried Googling it, but that didn't help much. Oh, and I'm running Fedora 12.

Oh, I did check if the RAM was mounted, and it was.
[root@abidbodal md0]# mount | grep ram*
/dev/ram1 on /mnt/rd1 type ext2 (rw)
/dev/ram2 on /mnt/rd2 type ext2 (rw)
/dev/ram3 on /mnt/rd3 type ext2 (rw)
/dev/ram4 on /mnt/rd4 type ext2 (rw)
/dev/ram5 on /mnt/rd5 type ext2 (rw)
/dev/ram6 on /mnt/rd6 type ext2 (rw)
/dev/ram7 on /mnt/rd7 type ext2 (rw)
/dev/ram8 on /mnt/rd8 type ext2 (rw)
/dev/ram9 on /mnt/rd9 type ext2 (rw)
/dev/ram10 on /mnt/rd10 type ext2 (rw)
/dev/ram11 on /mnt/rd11 type ext2 (rw)
/dev/ram12 on /mnt/rd12 type ext2 (rw)


Thanks,
Abid.
 
Old 04-07-2011, 03:35 AM   #2
ongte
Member
 
Registered: Jun 2009
Location: Penang, Malaysia
Distribution: Mageia, CentOS, Ubuntu
Posts: 468

Rep: Reputation: 72
Well. I've never tried using ramdisks to make an array before. I'm not even sure if that is possible. But I did notice that you mounted the ramdisks before running mdadm. You should not mount the devices that are going to be members of an array.

You need to first create the array by running 'mdadm --create /dev/md0 .....'
Then format the array device, as in 'mke2fs -j /dev/md0'
Finally, mount the formated array device. 'mount /dev/md0 /mnt/raid'
 
Old 04-07-2011, 09:08 AM   #3
Sjonnie48
Member
 
Registered: Jun 2005
Location: Earth
Distribution: Ubuntu10.04
Posts: 308

Rep: Reputation: 43
Maybe this link is of any help ... http://www.midhgard.it/docs/lvm/html...ll.kernel.html
 
Old 04-10-2011, 12:33 PM   #4
abidbodal
LQ Newbie
 
Registered: Apr 2011
Posts: 2

Original Poster
Rep: Reputation: 0
Worked

Ongte's answer solved my problem. Thanks
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem creating new mdadm raid 1 array jlowry Linux - Software 12 03-04-2011 05:13 PM
Creating backup disk image of RAID 1 array (MDADM) Caligari2k Linux - Server 1 10-29-2010 05:30 AM
[SOLVED] Software RAID (mdadm) - RAID 0 returns incorrect status for disk failure/disk removed Marjonel Montejo Linux - General 4 10-04-2009 06:15 PM
Creating RAID 5 with 2 disks using mdadm amitpardesi Linux - Software 6 10-12-2008 11:02 PM
RAID-1 with mdadm. Disk fails sometime. jostmart Linux - Server 5 08-15-2007 05:13 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:13 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration