From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 05:30:38 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5992316A417 for ; Wed, 1 Aug 2007 05:30:38 +0000 (UTC) (envelope-from rakheshster@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.226]) by mx1.freebsd.org (Postfix) with ESMTP id 1421213C457 for ; Wed, 1 Aug 2007 05:30:37 +0000 (UTC) (envelope-from rakheshster@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so80054wxd for ; Tue, 31 Jul 2007 22:30:37 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:date:x-x-sender:to:cc:subject:in-reply-to:message-id:references:mime-version:content-type:from:sender; b=izVoXSbTDbBDJOji2ZMPT2sQRK3LRZMjIbDl4BZ/+ZSCqhTOX7CR7lEn5ESHrnKnTp5u4Xn3MJRUbZqhRScCuXQ6s4AVxakga4ugcUIykWhITxtI7v/NJNu2aMD6tVP9wEKDTj73qQc2fnuUD8YC0KWB9xPdC1Rg8my2GFvhAIU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:x-x-sender:to:cc:subject:in-reply-to:message-id:references:mime-version:content-type:from:sender; b=gr7SLpx9dq63wY3t3xHu6ZRb7XgnLrgmzNrNlWZ+DfC240HXNsQ8X8lXD7f114hjr662iCA4qYRyuhW4K+wIt7mO6Stf5ObWNULQz5K6/iZyy7EY982OQT0JqKNk92bIlPO4HP0nI/4Mgef8m79G2CfDj9d8zeeP7q2MPl0mkv8= Received: by 10.90.92.7 with SMTP id p7mr109605agb.1185946237438; Tue, 31 Jul 2007 22:30:37 -0700 (PDT) Received: from smtp.home.rakhesh.com ( [82.178.139.14]) by mx.google.com with ESMTPS id 36sm211801aga.2007.07.31.22.30.34 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 31 Jul 2007 22:30:36 -0700 (PDT) Received: from scrat.home.rakhesh.com (scrat.home.rakhesh.com [192.168.17.31]) by smtp.home.rakhesh.com (Postfix) with ESMTP id D4BD311420; Wed, 1 Aug 2007 09:30:14 +0400 (GST) Date: Wed, 1 Aug 2007 09:30:14 +0400 (GST) X-X-Sender: rakhesh@scrat.home.rakhesh.com To: Chris Maness In-Reply-To: <46B006E2.3070501@chrismaness.com> Message-ID: <20070801092923.H23854@scrat.home.rakhesh.com> References: <46B006E2.3070501@chrismaness.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed From: Rakhesh Sasidharan Sender: Rakhesh Sasidharan Cc: freebsd-questions@freebsd.org Subject: Re: BSD Tar Question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 05:30:38 -0000 On Tue, 31 Jul 2007, Chris Maness wrote: > Does BSD tar implementation support splitting the archives? I have a 8G file > that I want to burn on DVDs. I used to be able to do this with the linux GNU > tar. I don't think so (atleast its not there in the manpages). Maybe you can use the GNU version of tar from "archivers/gtar"? Regards, Rakhesh