Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 May 1999 12:36:24 -0700 (PDT)
From:      Matthew Dillon <dillon@apollo.backplane.com>
To:        Jim Carroll <jim@carroll.com>
Cc:        freebsd-hackers@FreeBSD.ORG
Subject:   Re: fsck and large file system
Message-ID:  <199905121936.MAA87808@apollo.backplane.com>
References:   <Pine.BSD.3.91.990512132833.22641E-100000@apollo.carroll.com>

next in thread | previous in thread | raw e-mail | index | archive | help

:
:
: I  was  wondering  if  anyone has done any work on fsck and very large file
: systems. We have a system that has 126 GB RAID Array. As you  can  imagine,
: fsck  chokes  trying  to  alloc  enough  blocks to store it's internal data
: structures (128 MB RAM, 128 MB Swap)
:
: We would like to treat this array as a single large disk, and was wondering
: if anyone else had run into this situation, and had a work around.
: 
: Note: I know we could just partition  the  array  to  two  smaller  systems
: (which  is  what  we  are  planning to do if we can't get past this), but I
: thought I'd take a shot and see if anyone else had a work around.
: 
:---
:Jim C., President       | C A R R O L L - N E T, Inc.
:201-488-1332            | New Jersey's Premier Internet Service Provider
:www.carroll.com         |
:                        | Want to grow your business and at the same
:                        | time, decrease costs?  Ask about the
:www.message-server.com  | Carroll-Net Message Server.

    The traditional rule of thumb for swap is to have 2x the swap as you
    have main memory.  But in your case, considering the size of the
    filesystems you have to deal with, I recommend reserving at least 1GB
    of swap for the system.

					-Matt
					Matthew Dillon 
					<dillon@backplane.com>


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




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