Sorin Srbu wrote:
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Benjamin Franz Sent: Friday, January 15, 2010 2:26 PM To: CentOS mailing list Subject: Re: [CentOS] Backup server
I was thinking about your long term here. Make sure to use LVM to create your underlaying partition. Then you can add disk space in the future without having to reformat everything and can just grow your ext3/ext4 partition instead.
With six drives installed, there is no more space to add more drives in the chassis. But thanks for the hint!
Ok.
Oh, one last thing. Don't forget to use the '-E stride=XX,stripe-width=YY (where XX and YY are replaced with the appropriate values) options creating your filesystem on the RAID. Otherwise your disk drive usage will have 'hot spots' and slower than optimal speed. Do a man mke2fs to understand how to use them correctly.
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On
Behalf
Of Benjamin Franz Sent: Friday, January 15, 2010 2:43 PM To: CentOS mailing list Subject: Re: [CentOS] Backup server
With six drives installed, there is no more space to add more drives in
the
chassis. But thanks for the hint!
Ok.
Oh, one last thing. Don't forget to use the '-E stride=XX,stripe-width=YY (where XX and YY are replaced with the appropriate values) options creating your filesystem on the RAID. Otherwise your disk drive usage will have 'hot spots' and slower than optimal speed. Do a man mke2fs to understand how to use them correctly.
That sounds familiar. I think I read about that when I created the array, but opted for an automatic setup anyway. I'll check up on that again.
Thanks!
From: Benjamin Franz jfranz@freerun.com
Oh, one last thing. Don't forget to use the '-E stride=XX,stripe-width=YY (where XX and YY are replaced with the appropriate values) options creating your filesystem on the RAID. Otherwise your disk drive usage will have 'hot spots' and slower than optimal speed. Do a man mke2fs to understand how to use them correctly.
I think 'stripe-width' is sadly no more available... isn't it?
JD
Sorin Srbu wrote:
From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Benjamin Franz Sent: Friday, January 15, 2010 2:26 PM
I was thinking about your long term here. Make sure to use LVM to create your underlaying partition. Then you can add disk space in the future without having to reformat everything and can just grow your ext3/ext4 partition instead.
With six drives installed, there is no more space to add more drives in the chassis. But thanks for the hint!
<snip> Ahh, but when you replace some of them with larger drives?
mark
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On
Behalf
Of m.roth@5-cent.us Sent: Friday, January 15, 2010 5:14 PM To: CentOS mailing list Subject: Re: [CentOS] Backup server
I was thinking about your long term here. Make sure to use LVM to create your underlaying partition. Then you can add disk space in the future without having to reformat everything and can just grow your ext3/ext4 partition instead.
With six drives installed, there is no more space to add more drives in the chassis. But thanks for the hint!
<snip> Ahh, but when you replace some of them with larger drives?
Then I'll consider it. ;-)