Re: large raid array and fedora 5



tat <tuantran167@xxxxxxxxx> wrote:
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.

My questions are How can I create a single partition (ext3) on raid 5
array? What command should I use?

One way to skip the 2 TB partition table limit would be not to create any
partition table at all. As you only want only one single partition,
instead of mouting a partition like /dev/sda1 you could mount the entire
disk /dev/sda instead.

Assuming that your raid disk is called /dev/sda you could do something
like:

mkreiserfs /dev/sda
mount /dev/sda /mnt/hd

Of course a line in fstab will make mounting more simple.
I'm not familiar with ext3 or fedora 5. I usually prefer reiserfs, but
maybe feodora doesn't support reiserfs. If there is some 2 TB limitation
in ext3 you might have to choose another file system.

regards Henrik
--
The address in the header is only to prevent spam. My real address is:
hc1(at)poolhem.se Examples of addresses which go to spammers:
root@localhost postmaster@localhost

.



Relevant Pages

  • Re: large raid array and fedora 5
    ... Thanks Doug and Henrik. ... could not do that with fdisk in fedora 5. ... One way to skip the 2 TB partition table limit would be not to create any ... I'm not familiar with ext3 or fedora 5. ...
    (comp.os.linux.hardware)
  • Re: ext2 + ext3
    ... Langer, Christian wrote: ... The fedora partition is ext3, the new, created by ...
    (Fedora)
  • Re: Fedora and Suse
    ... > Device Boot Start End Blocks Id System ... >Partition table entries are not in disk order ... Is this a Fedora ... Fedora doesn't support ReiserFS out of the box and it's ...
    (linux.redhat)
  • Re: Fedora and Suse
    ... >>Once I had replaced Fedora with another copy of Suse on hda5 it all works ... > The problem is that ReiserFS uses the same partition ID number as ... Fedora doesn't support ReiserFS out of the box and it's ...
    (linux.redhat)
  • Re: ext2 + ext3
    ... The fedora partition is ext3, the new, created by ... you can choose to reformat the ext2 partition to ext3 and then install the to that partition. ...
    (Fedora)