From: Tyler <pml@dtbb.net>
To: George Huber <huber_geo@hotmail.com>
Cc: linux-raid@vger.kernel.org
Subject: Re: Problems setting up RAID1
Date: Thu, 19 May 2005 06:40:36 -0700 [thread overview]
Message-ID: <428C9754.8080503@dtbb.net> (raw)
[-- Attachment #1: Type: text/plain, Size: 101 bytes --]
I posted this response about 2 weeks ago, for someone trying to do the
same thing.
Regards,
Tyler.
[-- Attachment #2: Re: raid 1 with static kernel. --]
[-- Type: message/rfc822, Size: 3849 bytes --]
From: Tyler <pml@dtbb.net>
To: Glatzel Tino <tino.glatzel@badenIT.de>, linux-raid@vger.kernel.org
Subject: Re: raid 1 with static kernel.
Date: Wed, 04 May 2005 08:56:21 -0700
Message-ID: <4278F0A5.60406@dtbb.net>
Try this howto:
http://www.linuxsa.org.au/mailing-list/2003-07/1270.html
Regards,
Tyler.
Glatzel Tino wrote:
>hello list,
>
>
>my system is a Debian GNU Linux Sarge. The kernelversion is 2.6.10 without
>modulsupport.
>The partion id is fd.
>In the first step, the complete system is installed on /dev/hda3.
>In the second step, i have created a raid 1 device:
>mdadm --create /dev/md0 --level 1 --raid-device=2 /dev/hda1 /dev/hdc1
>mkfs -t ext3 /dev/md0
>mount /dev/md0 /mnt
>cp -pr /boot /mnt
>umount /mnt
>
>I want to mount /dev/md0 in /boot
>change in the /etc/fstab
>/dev/md0 /boot ext3 defaults 0 2
>
>
>
>after a reboot, i see the mounted devices:
>
>/dev/hda3 on / type ext3 (rw,errors=remount-ro)
>/dev/md0 on /boot type ext3 (rw)
>
>so, i think i will never need the files in the old /boot directory.
>
>umount /boot
>cd /boot
>ls
>System.map-2.6.8-1-386
>config-2.6.8-1-386 vmlinuz-2.6.10
>grub vmlinuz-2.6.10-raid-grsec
>initrd.img-2.6.8-1-386 vmlinuz-2.6.10-raid-grsec-hotplug
>lost+found vmlinuz-2.6.8-1-386
>System.map-2.6.10
>
>
>
>rm -r *
>cd ..
>mount /boot
>ls /boot
>System.map-2.6.8-1-386
>config-2.6.8-1-386 vmlinuz-2.6.10
>grub vmlinuz-2.6.10-raid-grsec
>initrd.img-2.6.8-1-386 vmlinuz-2.6.10-raid-grsec-hotplug
>lost+found vmlinuz-2.6.8-1-386
>System.map-2.6.10
>
>
>after a reboot, i see the following message from Grub:
>
>GRUB Loading Stage1.5
>
>GRUB loading, please wait ...
>Error 15
>
>
>Ok, i think GRUB can`t access to /dev/md0
>what can i do?
>
>
>Tino
>-
>To unsubscribe from this list: send the line "unsubscribe linux-raid" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at http://vger.kernel.org/majordomo-info.html
>
>
>
>
-
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next reply other threads:[~2005-05-19 13:40 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-19 13:40 Tyler [this message]
-- strict thread matches above, loose matches on Subject: below --
2005-05-17 17:48 Problems setting up RAID1 George Huber
2005-05-18 18:22 ` Andre Noll
2005-05-18 20:32 ` George Huber
2005-05-19 3:55 ` Andre Noll
2005-05-19 7:12 ` Gil
2005-05-20 15:16 ` George Huber
2005-05-20 15:19 ` George Huber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=428C9754.8080503@dtbb.net \
--to=pml@dtbb.net \
--cc=huber_geo@hotmail.com \
--cc=linux-raid@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.