Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Feb 2008 14:50:46 -0600
From:      "Caleb Flynn" <calebflynn@gmail.com>
To:        "Daniel Eriksson" <daniel_k_eriksson@telia.com>
Cc:        questions@freebsd.org, Trevor Hearn <trevor.hearn@vanderbilt.edu>
Subject:   Re: Promise RAID array and mounting questions
Message-ID:  <7047df590802121250n1b2a9e68s3bc08e3e7e3bb2ae@mail.gmail.com>
In-Reply-To: <4F9C9299A10AE74E89EA580D14AA10A61A18AE@royal64.emp.zapto.org>
References:  <C3D71BE4.425%trevor.hearn@vanderbilt.edu> <4F9C9299A10AE74E89EA580D14AA10A61A18AE@royal64.emp.zapto.org>

next in thread | previous in thread | raw e-mail | index | archive | help
I've been using ZFS for several months now and it's been very good.
There were some problems in the beginning which have since been
remedied by using info from the following link:

http://wiki.freebsd.org/ZFSTuningGuide

The setup has is 5 x 320GB drives and 5 x 200GB drives both in RAID-Z
configuration and aggregated into 1 pool.

There was a PSU failure which destroyed the motherboard/proc running
this machine and recovery of the array in a new box was amazingly
easy.

On Feb 12, 2008 12:03 PM, Daniel Eriksson <daniel_k_eriksson@telia.com> wrote:
> Trevor Hearn wrote:
>
> > I can see the promise array, it shows us as DA0. The problem
> > is what is
> > listed in the Dmesg stream shows the right amount of storage
> > space on the
> > array, but when I use sysinstall, I cannot mount that space
> > as the full
> > volume. I don't know if I am missing information on what to put for
> > geometry, but anything I put does not get accepted as usable.
>
> You will not be able to use sysinstall for this, the array is too big.
> You should use gpt instead.
>
> Do you want the entire array as one partition?
> # gpt create /dev/da0
> # gpt add /dev/da0
> # newfs -O2 -U /dev/da0p1  (or 'newfs -O2 -U -i 524288 /dev/da0p1' if
> you have mostly multi-megabyte files)
>
> If you want multiple partitions you will have to pass a size (in
> sectors) as a parameter to 'gpt add'.
>
> Beware that you might not be able to fsck the filesystem because of its
> size. I'm not sure how well gjournal handles fsck of large filesystems.
> Personally I'm going with ZFS for my next large array (8x750GB).
>
> /Daniel Eriksson
>
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7047df590802121250n1b2a9e68s3bc08e3e7e3bb2ae>