From owner-freebsd-bugs Mon Jan 27 14:30:12 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 606B137B401 for ; Mon, 27 Jan 2003 14:30:11 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54DD543F43 for ; Mon, 27 Jan 2003 14:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0RMU3NS044768 for ; Mon, 27 Jan 2003 14:30:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0RMU2Rd044767; Mon, 27 Jan 2003 14:30:02 -0800 (PST) Date: Mon, 27 Jan 2003 14:30:02 -0800 (PST) Message-Id: <200301272230.h0RMU2Rd044767@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Giorgos Keramidas Subject: Re: bin/47538: tar buggy on memory disk partitions Reply-To: Giorgos Keramidas Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/47538; it has been noted by GNATS. From: Giorgos Keramidas To: Jacques Garrigue Cc: bug-followup@FreeBSD.ORG Subject: Re: bin/47538: tar buggy on memory disk partitions Date: Mon, 27 Jan 2003 19:16:19 +0200 On 2003-01-27 18:15, Jacques Garrigue wrote: > When used on a memory disk (md), tar exhibits buggy behaviour, > corrupting the data in subtle ways. [...] > > Alternatively, you can copy some large amount of data from > somewhere: > > tar cf - -C /usr bin | tar xvf - -C /tmp > diff -r /usr/bin /tmp/bin Can you try a newer version of the 5.X branch? It seems that this is fixed in -CURRENT. $ uname -v FreeBSD 5.0-CURRENT #4: Mon Jan 27 12:46:21 EET 2003 [...] $ mount | grep /tmp /dev/md10c on /tmp (ufs, local, soft-updates) $ cd /tmp $ tar cf - -C /usr bin | tar xf - $ diff -r /usr/bin /tmp/bin $ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message