From owner-freebsd-current@FreeBSD.ORG Fri Jul 23 20:31:10 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0052916A4CF for ; Fri, 23 Jul 2004 20:31:10 +0000 (GMT) Received: from gate.multicom.lv (gate.multicom.lv [159.148.36.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD25543D2F for ; Fri, 23 Jul 2004 20:31:08 +0000 (GMT) (envelope-from andris@multicom.lv) Received: from dove (6-181.135.i-net.lv [159.148.181.135] (may be forged)) by gate.multicom.lv (8.12.11/8.12.11) with ESMTP id i6NKUrZF086278; Fri, 23 Jul 2004 23:30:53 +0300 (EEST) (envelope-from andris@multicom.lv) Message-Id: <200407232030.i6NKUrZF086278@gate.multicom.lv> From: "Andris" To: "'Julian Elischer'" Date: Fri, 23 Jul 2004 23:30:52 +0300 Organization: JSC MultiCOm MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Thread-Index: AcRw8/Lf95/aFow3TVWvu69msWYqzA== X-Spam-Status: No, hits=-3.9 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on gate.multicom.lv cc: freebsd-current@freebsd.org Subject: RE: Can't check large FS X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: andris@multicom.lv List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 20:31:10 -0000 -su-2.05b# ulimit -a core file size (blocks, -c) unlimited data seg size (kbytes, -d) 524288 file size (blocks, -f) unlimited max locked memory (kbytes, -l) unlimited max memory size (kbytes, -m) unlimited open files (-n) 11095 pipe size (512 bytes, -p) 1 stack size (kbytes, -s) 65536 cpu time (seconds, -t) unlimited max user processes (-u) 5547 virtual memory (kbytes, -v) unlimited the core size is more than 60Mb, but I can send a link to it -----Original Message----- From: Julian Elischer [mailto:julian@elischer.org] Sent: Friday, July 23, 2004 10:59 PM To: Scott Long Cc: andris@multicom.lv; freebsd-current@freebsd.org Subject: Re: Can't check large FS Scott Long wrote: > I don't know if I agree with that. I've fsck'd 1.9TB filesystems with > no problem. > 770MB is quite a bit to be allocating. it's about right.. I've fsck'd 1TB filesystems and I think it depends on what blocksize you use etc. but I think it's about 700MB per TB for 16KB blocksize. it'd be good to set the result of a ulimit command > > > Doug might be right about checking an alternate superblock. > > Scott > > Julian Elischer wrote: > >> the process needs to be able to allocate more RAM. >> probably you need to increase its data limit. >> >> >> Andris wrote: >> >>> Hi, >>> >>> I have a PC running 5.2.1-p9 with Promise SX6000 RAID and six 300Gb >>> Maxtor >>> HDD's configured as RAID 0+1 so the total FS size is about 850 Gb. >>> >>> After hardware failure and rebuilding array I can't check my FS, >>> fsck always >>> dump core with the message: >>> >>> cannot alloc 775104816 bytes for inoinfo >>> fsck: /dev/pst0s1d: Segmentation fault >>> >>> >>> Andris >>> >>> >>> _______________________________________________ >>> freebsd-current@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-current >>> To unsubscribe, send any mail to >>> "freebsd-current-unsubscribe@freebsd.org" >>> >>> >> >> _______________________________________________ >> freebsd-current@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-current >> To unsubscribe, send any mail to >> "freebsd-current-unsubscribe@freebsd.org" >