From owner-freebsd-stable@FreeBSD.ORG Thu Apr 11 05:44:05 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A8BFA549 for ; Thu, 11 Apr 2013 05:44:05 +0000 (UTC) (envelope-from egrosbein@rdtc.ru) Received: from eg.sd.rdtc.ru (eg.sd.rdtc.ru [IPv6:2a03:3100:c:13::5]) by mx1.freebsd.org (Postfix) with ESMTP id 5091BDB for ; Thu, 11 Apr 2013 05:44:04 +0000 (UTC) Received: from eg.sd.rdtc.ru (localhost [127.0.0.1]) by eg.sd.rdtc.ru (8.14.6/8.14.6) with ESMTP id r3B5hxbI008555; Thu, 11 Apr 2013 12:43:59 +0700 (NOVT) (envelope-from egrosbein@rdtc.ru) Message-ID: <51664D9A.2080501@rdtc.ru> Date: Thu, 11 Apr 2013 12:43:54 +0700 From: Eugene Grosbein User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.2.13) Gecko/20110112 Thunderbird/3.1.7 MIME-Version: 1.0 To: Warren Block Subject: Re: Release ISO images have broken RockRidge data References: <5163F4D4.1090505@rdtc.ru> <5FD2125C-678B-4DCB-B9ED-33C0D3AB2B81@longcount.org> <5164F8D8.8030604@rdtc.ru> In-Reply-To: Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit Cc: Mark Saad , FreeBSD Stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Apr 2013 05:44:05 -0000 11.04.2013 00:27, Warren Block пишет: > On Wed, 10 Apr 2013, Eugene Grosbein wrote: > >> 09.04.2013 21:58, Mark Saad ?????: >> >>>> While not the same you can always do this >>>> >>>> mdconfig -a -t vnode -f yourfreebsd-version.iso >>>> >>>> mount -t cd9660 /dev/md0 /cdrom >>>> >>>> Then use pax, cpio , cp, rsync etc to copy the data off the image . >> >> This way breaks hardlinks, so /rescue expands to 690M instead of 5M. > > rsync will support hard links with -H. Rsync won't be able to _detect_ already broken hardlinks. It won't dig inside ISO image for them and mdconfig/mount break them. So, rsync is not an option. Eugene Grosbein