LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 08-21-2004, 09:56 AM   #1
jtl60047
LQ Newbie
 
Registered: Aug 2004
Location: NW Suburbs - Chicago
Distribution: SuSE 9.0
Posts: 4

Rep: Reputation: 0
RAID Limits


Does anyone know if there are any limits to the volume or size of a RAID array that can be supported by LINUX on a single raid card?

Windows Server 2000 has a limit of 2 TB.

You could have a 3Ware card that supports 12 SATA drives, and only would be able to create an array of 2 TB.

Thanks!
 
Old 08-21-2004, 11:53 AM   #2
rjlee
Senior Member
 
Registered: Jul 2004
Distribution: Ubuntu 7.04
Posts: 1,994

Rep: Reputation: 76
Linux also has a 2 Terabyte limit, unless the LBD (large block device) option is compiled into the kernel. The LBD option sets the limit to 2 to the power 63 bytes (which is a very very big number, even compared to 2TB).

You can find out if you are using the LBD option with:
Code:
zcat /proc/config.gz | grep LBD
which should produce a line like this if the option is set:
Code:
CONFIG_LBD=y
If you want to enable the option, install the kernel source and open a root terminal. Change to /usr/src/linux and run
Code:
make cloneconfig xconfig
, and go to “device drivers”, then “block devices”, then select “Support for Large Block Devices”, and press ‘Y’. After that, save your changes (click the toolbar button), close the program with file/exit and run
Code:
make modules modules_install install && reboot
.

Alternatively, do this but press ‘N’ instead of ‘Y’ to turn the option off and gain a slight speed increase (on a 32-bit system).

Last edited by rjlee; 08-22-2004 at 07:34 AM.
 
Old 08-21-2004, 09:06 PM   #3
jtl60047
LQ Newbie
 
Registered: Aug 2004
Location: NW Suburbs - Chicago
Distribution: SuSE 9.0
Posts: 4

Original Poster
Rep: Reputation: 0
Thanks rjlee -

Glad I asked.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Setting limits nelamvr6 Linux - Security 9 10-24-2005 06:38 PM
no /etc/limits ? Mig21 Slackware 7 07-25-2005 11:18 PM
/etc/limits doesn't exist hampel Slackware 2 07-15-2003 11:26 AM
trafic limits gekkie_007 Linux - Networking 1 02-23-2003 05:06 AM
CD/RW capacity limits slackerboy Linux - General 14 01-20-2003 01:41 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 05:35 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration