From owner-freebsd-current@FreeBSD.ORG Thu Jan 29 06:48:03 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D6E41065679 for ; Thu, 29 Jan 2009 06:48:03 +0000 (UTC) (envelope-from daichi@ongs.co.jp) Received: from natial.ongs.co.jp (natial.ongs.co.jp [202.216.246.90]) by mx1.freebsd.org (Postfix) with ESMTP id 06CCC8FC12 for ; Thu, 29 Jan 2009 06:48:02 +0000 (UTC) (envelope-from daichi@ongs.co.jp) Received: from parancell.ongs.co.jp (dullmdaler.ongs.co.jp [202.216.246.94]) by natial.ongs.co.jp (Postfix) with ESMTPSA id 04CD1125422; Thu, 29 Jan 2009 15:48:01 +0900 (JST) Message-ID: <49815121.9080000@ongs.co.jp> Date: Thu, 29 Jan 2009 15:48:01 +0900 From: Daichi GOTO User-Agent: Thunderbird 2.0.0.19 (X11/20090124) MIME-Version: 1.0 To: Tim Kientzle References: <49796E09.7000805@ongs.co.jp> <497D4F2B.2080506@freebsd.org> In-Reply-To: <497D4F2B.2080506@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Current Subject: Re: sparse file issue?, dd(1) works well but tar(1) not on different partition X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jan 2009 06:48:03 -0000 So sorry slow response. Flurry Seagate HDD issue has hit my PC. Ooops X-( Tim Kientzle wrote: > Daichi GOTO wrote: >> >> # cd /localapps/qemu/ >> # tar cpf - disk0image | tar xpf - -S -C /nfshome/user/ >> >> gets follow error message. >> >> # tar cpf - disk0image | tar xpf - -S -C /nfshome/user/ >> disk0image: Write request too large >> tar: Error exit delayed from previous errors. > > Please try the attached patch to > lib/libarchive/archive_write_disk.c, which should fix this. I have checked it. Sparse works well! Go commit :) > Cheers, > > Tim > -- Daichi GOTO, http://people.freebsd.org/~daichi