From owner-freebsd-questions@FreeBSD.ORG Tue Jan 11 02:45:06 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E42A116A4CE for ; Tue, 11 Jan 2005 02:45:06 +0000 (GMT) Received: from S4.cableone.net (smtp4.cableone.net [24.116.0.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A15A43D5D for ; Tue, 11 Jan 2005 02:45:06 +0000 (GMT) (envelope-from v.velox@vvelox.net) Received: from vixen42.local.lan (unverified [24.119.123.89]) by S4.cableone.net (CableOne SMTP Service S4) with ESMTP id 6829152 for multiple; Mon, 10 Jan 2005 19:56:32 -0700 Date: Mon, 10 Jan 2005 20:43:53 -0600 From: Vulpes Velox To: Malcolm Kay Message-ID: <20050110204353.250490f8@vixen42.local.lan> In-Reply-To: <200501102314.58007.malcolm.kay@internode.on.net> References: <20050108153717.6864134a@eric.placeverte.home> <200501091146.51095.malcolm.kay@internode.on.net> <20050109100748.5a696381@eric.placeverte.home> <200501102314.58007.malcolm.kay@internode.on.net> X-Mailer: Sylpheed-Claws 0.9.13 (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IP-stats: Incoming Last 1, First 65, in=56, out=0, spam=0 X-External-IP: 24.119.123.89 X-Abuse-Info: Send abuse complaints to abuse@cableone.net cc: mess-mate cc: freebsd-questions@freebsd.org Subject: Re: file roo large !! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jan 2005 02:45:07 -0000 On Mon, 10 Jan 2005 23:14:57 +1030 Malcolm Kay wrote: > On Sun, 9 Jan 2005 07:37 pm, mess-mate wrote: > > On Sun, 9 Jan 2005 11:46:51 +1030 > > > > Malcolm Kay wrote: > > > On Sun, 9 Jan 2005 01:07 am, mess-mate wrote: > > > > Hi list, > > > > this is not new I think, but it is for me. > > > > I've searching the net without concrete results. > > > > So, I've copied from an ext3fs a backup file ( home.tar.bz2) > > > > in my home dir. So long it's ok. > > > > But now I've to cp or mv this file to a new ext3fs partition. > > > > And I've an error message " File too large" and stops the > > > > transfer. This file is about 24GB and 21GB are copied before > > > > the stop. This data is very important for me. > > > > > > Are you sure you are posting to the correct mailing list. > > > Ext3fs is basically a linux file system, while this is a FreeBSD > > > list. > > > > > > Malcolm > > > > I do :) > > It's a FreeBSD problem. > > I've installed 5.3 and had to get data from a linux box. > > This data must be returned from the FBSD box. > > It really is not very clear what you are trying to do. > My impression is that you are trying to transfer a backup file from > a linux system to a FBSD system, but later want to return it to the > linux system. > > But why do you wish to store it under an ext3fs on FBSD rather than > a ufs or ufs2 system? > > Does your FBSD ext3fs partition have enough space? > Is it really possible to have a ext3fs mount under FBSD 5.3? I know > you can mount an ext2fs file system and an existing linux ext3fs > will probably mount successfully (without journaling) as an ext2fs; > but is this what are you trying to do? Unless I missed something resently, writing to ext3fs is not good. FreeBSD does not support the journaling on it, so it is only used as ext2fs. > How are you transfering the file from the linux box to the FBSD box? > > You provide very little information on what you are really trying to > do?