linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Daniel Korstad" <dan@korstad.net>
To: linux-raid@vger.kernel.org
Cc: jpiszcz@lucidpixels.com
Subject: RE:  XFS on x86_64 Linux Question
Date: Sat, 28 Apr 2007 09:53:59 -0500	[thread overview]
Message-ID: <1487079138.1177772039666.JavaMail.root@gateway.korstad.net> (raw)
In-Reply-To: <H00000680010301f.1177756626.www.korstad.net@MHS>



Short answer, yep, I have done it. 

 

I don't know exactly what you are looking for, or what tools you need. 
The follow is my very recent experience. 

 

I have a FC4  x86_64 that I have been using for awhile.  I have a
raided OS (raid 1on using the two separate IDE controllers) and raided data
drives (9 in a RAID6 on SATA controllers) 

 

I had replace the original OS drives with larger ones.  I wanted to take
the new larger drives’ capacity and put that in the ext3 fs on the raid 1. 

 

Last night I did this on the system; 

mdadm --grow /dev/md0 --size=max 

 

But I had older resize2fs, it does not support ext resize on a live mount
filesystem, and since this partition was my / partition... 

 

I rebooted my system with knoppix and did; 

 

mdadm --assemble /dev/md0 /dev/hda1 /dev/hdc1 

fsck.ext /dev/md0 

resize2fs /dev/md0 

 

And reboot back to operational without any problems. 

 

My data raid6 is on a XFS.  It support live filesystem expansion
(xfs_growfs while mounted).   I have not done anything with my xfs in
knoppix but I am sure some tools are in there too. 

 

This is not a thorough test of tools on knoppix on my 64bit system but from my
experience, I can boot into it and assemble my raid within it. 

 

Dan.


 

----- Inline Message Follows ----- 

To: xfs@oss.sgi.com 

Cc: linux-raid@vger.kernel.org 

From: Justin Piszcz 

Subject: Re: XFS on x86_64 Linux Question 

 


With correct CC'd address. 
 
 
On Sat, 28 Apr 2007, Justin Piszcz wrote: 
 
> Hello-- 
> 
> Had a quick question, if I re-provision a host with an Intel Core Duo CPU  
> with x86_64 Linux; I create a software raid array and use the XFS  
> filesystem-- all in 64bit space... 
> 
> If I boot a recovery image such as Knoppix, it will not be able to work on  
> the filesystem correct?  I would need a 64bit live CD? 
> 
> Does the same apply to software raid?  Can I mount a software raid created in  
> a 64bit environment in a 32bit environment? 
> 
> Justin. 
> 
- 
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

       reply	other threads:[~2007-04-28 14:53 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <H00000680010301f.1177756626.www.korstad.net@MHS>
2007-04-28 14:53 ` Daniel Korstad [this message]
2007-04-29  0:52   ` RAID6 question Guy Watkins
2007-05-04 23:14     ` Guy Watkins
2007-05-07  4:20       ` Neil Brown
2007-04-28 10:35 XFS on x86_64 Linux Question Justin Piszcz
2007-04-28 10:36 ` Justin Piszcz
2007-04-28 11:57   ` Raz Ben-Jehuda(caro)
2007-04-28 12:09     ` Justin Piszcz
2007-04-28 17:32 ` Andi Kleen
2007-04-28 16:41   ` Justin Piszcz

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=1487079138.1177772039666.JavaMail.root@gateway.korstad.net \
    --to=dan@korstad.net \
    --cc=jpiszcz@lucidpixels.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).