From owner-freebsd-questions@FreeBSD.ORG Mon Jan 10 12:47:26 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 D93DD16A4CE for ; Mon, 10 Jan 2005 12:47:26 +0000 (GMT) Received: from smtp1.adl2.internode.on.net (smtp1.adl2.internode.on.net [203.16.214.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2833D43D54 for ; Mon, 10 Jan 2005 12:47:26 +0000 (GMT) (envelope-from malcolm.kay@internode.on.net) Received: from beta.home (ppp36-4.lns1.adl1.internode.on.net [150.101.36.4]) j0ACiwAi089841; Mon, 10 Jan 2005 23:14:58 +1030 (CST) From: Malcolm Kay Organization: at home To: mess-mate , freebsd-questions@freebsd.org Date: Mon, 10 Jan 2005 23:14:57 +1030 User-Agent: KMail/1.5.4 References: <20050108153717.6864134a@eric.placeverte.home> <200501091146.51095.malcolm.kay@internode.on.net> <20050109100748.5a696381@eric.placeverte.home> In-Reply-To: <20050109100748.5a696381@eric.placeverte.home> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501102314.58007.malcolm.kay@internode.on.net> 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: Mon, 10 Jan 2005 12:47:27 -0000 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? 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? Malcolm