From owner-freebsd-current@FreeBSD.ORG Mon Feb 21 07:13:49 2005 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 44E2716A4CE for ; Mon, 21 Feb 2005 07:13:49 +0000 (GMT) Received: from server1.astraldream.net (astraldream.net [69.20.5.160]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9461E43D4C for ; Mon, 21 Feb 2005 07:13:46 +0000 (GMT) (envelope-from ssouhlal@FreeBSD.org) Received: from [192.168.1.12] (63-170-138-118.cst-sg.blacksburg.ntc-com.net [63.170.138.118]) (authenticated (0 bits)) by server1.astraldream.net (8.11.6/8.11.6) with ESMTP id j1L7Ddv10162 (using TLSv1/SSLv3 with cipher RC4-SHA (128 bits) verified NO); Mon, 21 Feb 2005 02:13:45 -0500 In-Reply-To: <20050220020525.GV14312@cicely12.cicely.de> References: <20050216224825.39102.qmail@web26807.mail.ukl.yahoo.com> <4213D046.4080001@centtech.com> <7579f7fb05021715344d661662@mail.gmail.com> <421605D0.80302@centtech.com> <20050218172831.GA9944@freebie.xs4all.nl> <4217BAC5.10504@centtech.com> <20050220000418.GU14312@cicely12.cicely.de> <4217DC90.5090202@centtech.com> <20050220020525.GV14312@cicely12.cicely.de> Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <818327a8016d57a190841b5d8494f77e@FreeBSD.org> Content-Transfer-Encoding: 7bit From: Suleiman Souhlal Date: Mon, 21 Feb 2005 02:13:21 -0500 To: ticso@cicely.de X-Mailer: Apple Mail (2.619.2) cc: Matthew Jacob cc: FreeBSD Current cc: Eric Anderson cc: Wilko Bulte Subject: Re: newfs limits? 10TB filesystem max? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Feb 2005 07:13:49 -0000 On Feb 19, 2005, at 9:05 PM, Bernd Walter wrote: > However - you need your filesystem setup to support such large files. > That is large fragments to allow large allocation chains with big > fragments each. > In my case I was limited to 128T and since I don't want to newfs the > backing filesystem that's my limit for now without concatenating > multiple of them. You can do mdconfig -a -t swap -s 5000t instead, which won't be limited by the maximum file size. -- Suleiman Souhlal | ssouhlal@vt.edu The FreeBSD Project | ssouhlal@FreeBSD.org