From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.surferie.net ([63.175.116.33]) by speech.braille.uwo.ca with esmtp (Exim 3.32 #1 (Debian)) id 162g9D-0000ee-00 for ; Sat, 10 Nov 2001 16:58:43 -0500 Received: from jslt.localhost.localdomain [205.162.138.37] by mail.surferie.net with ESMTP (SMTPD32-6.03) id A1352410086; Sat, 10 Nov 2001 16:50:45 -0500 Received: from jacobs by jslt.localhost.localdomain with local (Exim 3.16 #1 (Debian)) id 162g7e-0000A4-00 for ; Sat, 10 Nov 2001 16:57:06 -0500 Date: Sat, 10 Nov 2001 16:57:06 -0500 From: Jacob Schmude To: speakup@braille.uwo.ca Subject: Re: Different filesystems Message-ID: <20011110165706.A621@surferie.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from tmoore@cmrc.org on Sat, Nov 10, 2001 at 12:54:49PM -0500 Sender: speakup-admin@braille.uwo.ca Errors-To: speakup-admin@braille.uwo.ca X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: speakup@braille.uwo.ca List-Help: List-Post: List-Subscribe: , List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: Hi Reiserfs would be your best bet with linux. Not sure what its upper limit is (if it even has one) but it's way above 2GB. Of course you'd need to move some things around and format a linux partition with reiserfs then move everything back. The other nice thing is that reiserfs has a journaling system, meaning no more of those long fscks at boot up. It has been in kernels since 2.4.1. HTH On Sat, Nov 10, 2001 at 12:54:49PM -0500, Tommy Moore wrote: > Hi guys. Are there any filesystems that linux can read and write to that > support files larger than 2 gigs? Have a server that we're using ghost to > backup and when trying to upload the image to the linux machine it stops > at the 2 GB mark. Is there anything short of setting up antoehr MS server > to handle these big files?