linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Scott Mcdermott <smcdermott@questra.com>
To: linux-raid@vger.kernel.org
Subject: Re: RAID1 problem, newbie to RAID
Date: Mon, 20 Jan 2003 20:03:45 -0500	[thread overview]
Message-ID: <20030121010345.GF10369@questra.com> (raw)
In-Reply-To: <3E2C8884.8040003@nan0.com>

J Dalessandro on Mon 20/01 16:38 -0700:
> I seem to get two out of three partitions. I think my problem is in
> that my "/" partition is mounted, but I'm new to RAID and I'm not sure
> how to fix this issue.

You can't have the filesystem mounted from the device you want to make
RAID; you have to boot from something else to do it before mounting it.

Also please realize that when you use persistent-superblock 1, mkraid
will use the last 4k (I think that's how much) for MD information,
overwriting filesystem data there, so you have to resize2fs if you have
existing data, before doing the mkraid.  If you didn't do this, your FS
is now hosed, but maybe you didn't have any data blocks there (after
all, 4k is usually only one filesystem block) and e2fsck will repair it
without data loss.  Using debugfs and dumpe2fs will tell you more
information.

Also, I'm curious why you have the failed disks in your raidtab.

  reply	other threads:[~2003-01-21  1:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-20 23:38 RAID1 problem, newbie to RAID J Dalessandro
2003-01-21  1:03 ` Scott Mcdermott [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-01-21 21:57 Cress, Andrew R

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=20030121010345.GF10369@questra.com \
    --to=smcdermott@questra.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).