Re: large raid array and fedora 5



tat staggered into the Black Sun and said:
I want to create only one linux partition on a raid 5 array (3.5 TB).
I could not do that with fdisk in fedora 5. I read the net and found
out about 2TB size limit.

Ordinary x86 partition tables are limited in the partition sizes that
can be specified. 32 bits unsigned max * 512-byte sectors = 2T, I
think. You will probably need to use a GPT table.

I have been using a cluster from somewhere in my school and with df
command I saw that the home directory is a raid array and its size is
5.5TB. The cluster is running some kind of linux

The maximum size of an ext3 filesystem is 2T. They might be using XFS,
which can handle larger filesystems.

How can I create a single partition (ext3) on [a 3.5T] raid-5? What
command should I use?

You can't have an ext3 filesystem that's larger than 2T.

--
Really, I'm not out to destroy Microsoft. That will just be a
completely unintentional side effect.
--Linus Torvalds
Matt G|There is no Darkness in Eternity/But only Light too dim for us to see
.



Relevant Pages

  • Re: Defrag.
    ... Fedora uses standard the ext3 filesystem. ... And as such it is not required to defrag. ... Welcome to Linux. ...
    (Fedora)
  • help mounting second drive in FC4
    ... had the same second drive in an FC3 machine and it mounted it just fine ... now the drive will not mount. ... when i run the command (the drive is still ... Can't find ext3 filesystem on dev hdb2. ...
    (Fedora)
  • LUKS and RAID-5
    ... In Fedora 11 can I use LUKS to encrypt an ext3 filesystem that is ... based on a hardware RAID-5 and later be able to expand the filesystem ...
    (Fedora)
  • Re: ext3 journaling questionhi aLL,
    ... Just wondering if anyone knows of some kind of command that displays how my ... ext3 filesystem is doing it's journal? ... It's a mount option. ... but it comes with a free ride around the Sun." ...
    (RedHat)
  • How to find out the parameters of an ext3 filesystem
    ... I'd like to know the parameters of an ext3 filesystem i.e what ... blocksize was used, inodes etc... ... Can someone please show me a command ...
    (Fedora)