From owner-freebsd-questions@FreeBSD.ORG Sun Jan 9 17:28:21 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 58C0416A4CE for ; Sun, 9 Jan 2005 17:28:21 +0000 (GMT) Received: from postfix3-2.free.fr (postfix3-2.free.fr [213.228.0.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E4F343D1D for ; Sun, 9 Jan 2005 17:28:21 +0000 (GMT) (envelope-from messmate@free.fr) Received: from eric.placeverte.home (lns-vlq-7-lil-82-254-200-77.adsl.proxad.net [82.254.200.77]) by postfix3-2.free.fr (Postfix) with SMTP id 248E8C154; Sun, 9 Jan 2005 18:28:20 +0100 (CET) Date: Sun, 9 Jan 2005 17:28:26 +0100 From: mess-mate To: questions@freebsd.org Message-ID: <20050109172826.52b93228@eric.placeverte.home> In-Reply-To: <8cb27cbf0501090909634fdabe@mail.gmail.com> References: <20050109164501.0b0d4a3d@eric.placeverte.home> <8cb27cbf0501090909634fdabe@mail.gmail.com> X-Mailer: Sylpheed-Claws 0.9.12b (GTK+ 1.2.10; i386-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: Jon Drews Subject: Re: copy file to cd-rw 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: Sun, 09 Jan 2005 17:28:21 -0000 I've readed . But sorry if i insist, the file to save is very-very important for me. This file contains the openoffice data of my work. So, i can't do any mistake and have no experience with 'cat', 'split' or 'mkisofs'. His name is 'home.tar.bz2' !! and is 2.4GB long. I've to find a way to save that file anywhere and must be accessed by my FBSD 5.3 as by another linux disk. To do that i've created a second partition /dev/hda4 with a ext3 fs can be accessed by my FBSD as by the linux disk. I can cp this file from that ext3 partition to FBSD but after changed and retarred/bzip2 My FBSD won't cp it to that partition " File too large". I can of course split that file, in this case it must be possible to join the resulting files from FBSD as by linux. I don't know if linux can join these files, splitted by FBSD, with a 'cat'. Anybody can help me with this issue ? Thanks in advance for your time. mess-mate On Sun, 9 Jan 2005 10:09:55 -0700 Jon Drews wrote: > Hi: > > This section of the handbook gives very good instructions on how to > save files to CD: > 16.6 Creating and Using Optical Media (CDs) > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.html > > > On Sun, 9 Jan 2005 16:45:01 +0100, mess-mate wrote: > > Hi guys, > > I've to copy a large file to a cd-rw and have > > a little troubles with my 5.3 system now. > > Can you send me the exact way to do it ?? >