From owner-freebsd-questions@FreeBSD.ORG Sun Jan 9 19:02:58 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 444A516A4CE for ; Sun, 9 Jan 2005 19:02:58 +0000 (GMT) Received: from mx2.mail.ru (mx2.mail.ru [194.67.23.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 673A443D49 for ; Sun, 9 Jan 2005 19:02:57 +0000 (GMT) (envelope-from aeder@list.ru) Received: from [82.179.204.50] (port=1095 helo=gateway.my.home) by mx2.mail.ru with esmtp id 1CniL1-0005GQ-00; Sun, 09 Jan 2005 22:02:56 +0300 Received: from [10.0.1.5] (megagame.my.home [10.0.1.5]) by gateway.my.home (8.12.6/8.12.6) with ESMTP id j09J2qt2030107; Sun, 9 Jan 2005 22:02:53 +0300 (MSK) (envelope-from aeder@list.ru) Message-ID: <41E180C1.8040201@list.ru> Date: Sun, 09 Jan 2005 22:06:41 +0300 From: =?UTF-8?B?0JDQu9C10LrRgdCw0L3QtNGAINCU0LXRgNC10LLRj9C90LrQvg==?= User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: mess-mate References: <20050109164501.0b0d4a3d@eric.placeverte.home> <8cb27cbf0501090909634fdabe@mail.gmail.com> <20050109172826.52b93228@eric.placeverte.home> In-Reply-To: <20050109172826.52b93228@eric.placeverte.home> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam: Not detected cc: "questions@freebsd.org" 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 19:02:58 -0000 mess-mate wrote: >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 ?? >>> >>> >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > > First of all: File too large means that filesystem doesn't support such long files. You can't do anything with it. For you information, ISO filesystem doesn't support > 2Gb files too. Of course, split and cat utilities will work both in FreeBSD and any sort of Linux. You even can cat and ungzip files under Windows (in Cygwin enviroment). Best regards, Alexander Derevianko.